Skip to content

rwx788/pwnable.kr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcc

Compile unsafe code:

gcc bof.c -o bof -fno-stack-protector -w

gef

Install gef: https://gef.readthedocs.io/

Commands

  • checksec
  • r <<< python3 -c 'print("\xef\xbe\xad\xde")'
  • pattern create 32
  • pattern search 0x6161616161616167
  • pattern search $rbp

About

pwnable.kr exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published