Process
checksec
objdump -d ./file
to get disassemblyobjdump -t ./file
to get symbol addressesgdb ./file
with Pwndbg- Create a script with pwntools
Concepts
- Stack
- C
- Code Cave
- ROP
- NOP Slide
- cdecl
- SysV
- Global Offset Table
- Procedure Linkage Table
- Stack Canary
- Use After Free