This commit is contained in:
Stefan Friese 2023-02-22 18:10:58 +01:00
parent ce52b5aa9d
commit 0fc077dfa6
1 changed files with 10 additions and 0 deletions

View File

@ -1,8 +1,18 @@
# 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)