killchain-compendium/Exploits/Binaries/References.md

19 lines
385 B
Markdown
Raw Normal View History

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