2023-01-16 19:02:44 +01:00
|
|
|
# Binary Exploitation References
|
|
|
|
|
|
|
|
## Assembler
|
2023-02-22 18:10:58 +01:00
|
|
|
|
2023-01-16 19:02:44 +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/
|
2023-01-16 19:02:44 +01:00
|
|
|
* 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)
|
|
|
|
|
|
|
|
|