Sai Akshith Naeeni
Projects Blog About

    Getting to know about various static binary analysis softwares.

    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.

    17 April 2022

    ROP Emporium - write4 Challenge Writeup

    pwn rop binary exploitation x64 memory write

    Writeup for the write4 challenge from ROP Emporium - writing arbitrary data to memory using ROP gadgets.

    07 February 2022

    ROP Emporium - split Challenge Writeup

    pwn rop binary exploitation x64

    Writeup for the split challenge from ROP Emporium - learning to pass arguments to functions using ROP gadgets.

    07 February 2022

    ROP Emporium - ret2win Challenge Writeup

    pwn rop binary exploitation x64

    Writeup for the ret2win challenge from ROP Emporium - an introduction to return-oriented programming by redirecting execution to a win function.

    07 February 2022

    ROP Emporium - callme Challenge Writeup

    pwn rop binary exploitation x64

    Writeup for the callme challenge from ROP Emporium - calling multiple functions with multiple arguments in a ROP chain.

    07 February 2022

    ROP Emporium - badchars Challenge Writeup

    pwn rop binary exploitation x64 encoding

    Writeup for the badchars challenge from ROP Emporium - bypassing bad character restrictions in ROP chains.

    07 February 2022

    x86 Assembly File Handling Programs

    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.

    19 September 2021
    with