Skip to content

utahsec/intro-to-gdb-re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing Tools on Kali

  • sudo apt update && sudo apt install gcc-multilib gdb ghex -y
  • git clone https://github.com/longld/peda.git ~/peda
  • echo "source ~/peda/peda.py" >> ~/.gdbinit

Compiling hello.asm

  • nasm -f elf hello.asm
  • ld -m elf_i386 -s -o hello hello.o

Compiling challenge.c

  • gcc -m32 challenge.c -o challenge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published