re pwn binary analysis
This blog post gives you a glance of various static binary analysis softwares like radare2, retdec, and IDA Pro using basic scripts.
pwn rop binary exploitation x64 memory write
Writeup for the write4 challenge from ROP Emporium - writing arbitrary data to memory using ROP gadgets.
pwn rop binary exploitation x64
Writeup for the split challenge from ROP Emporium - learning to pass arguments to functions using ROP gadgets.
Writeup for the ret2win challenge from ROP Emporium - an introduction to return-oriented programming by redirecting execution to a win function.
Writeup for the callme challenge from ROP Emporium - calling multiple functions with multiple arguments in a ROP chain.
pwn rop binary exploitation x64 encoding
Writeup for the badchars challenge from ROP Emporium - bypassing bad character restrictions in ROP chains.
assembly x86 linux syscalls file operations
A collection of x86 assembly programs demonstrating various file handling operations including create, open, read, write, delete, and more using Linux syscalls.