From 0fc077dfa651df22c107c2a2f37e872c70887078 Mon Sep 17 00:00:00 2001 From: whx Date: Wed, 22 Feb 2023 18:10:58 +0100 Subject: [PATCH] bump --- Exploits/Binaries/References.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Exploits/Binaries/References.md b/Exploits/Binaries/References.md index 59b7358..8206b00 100644 --- a/Exploits/Binaries/References.md +++ b/Exploits/Binaries/References.md @@ -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) + +