killchain-compendium/Exploits/Binaries/References.md

19 lines
385 B
Markdown

# Binary Exploitation References
## Assembler
* [Online x86/x64 assembler](https://defuse.ca/online-x86-assembler.htm)
## Syscalls
* https://filippo.io/linux-syscall-table/
* http://asm.sourceforge.net/intro/hello.html
* https://github.com/paolostivanin/syscall-table-32bit.git
* https://syscalls32.paolostivanin.com/
## Tools
* [pwninit](https://github.com/io12/pwninit.git)