diff options
author | Malfurious <m@lfurio.us> | 2021-08-15 06:18:40 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-08-15 06:18:40 -0400 |
commit | 5c205cf171804bb6ebc7b85c3839ca135e816bba (patch) | |
tree | 710c6351af2daa8447a1d8c44f13874b296864e0 /docs/pwn | |
parent | b9b94713fc64b0b9443c3114c0c79d641db20a67 (diff) | |
download | lib-des-gnux-5c205cf171804bb6ebc7b85c3839ca135e816bba.tar.gz lib-des-gnux-5c205cf171804bb6ebc7b85c3839ca135e816bba.zip |
Commit notes from RaRCTF 2021
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'docs/pwn')
-rw-r--r-- | docs/pwn/pwn-links.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pwn/pwn-links.txt b/docs/pwn/pwn-links.txt index ae39752..5c8e374 100644 --- a/docs/pwn/pwn-links.txt +++ b/docs/pwn/pwn-links.txt @@ -1,3 +1,4 @@ https://opensource.com/article/21/6/linux-checksec https://trustfoundry.net/basic-rop-techniques-and-tricks/ https://www.exploit-db.com/docs/english/28479-return-oriented-programming-(rop-ftw).pdf +https://defuse.ca/online-x86-assembler.htm |