bump
This commit is contained in:
parent
ce52b5aa9d
commit
0fc077dfa6
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue