Recent Posts
Recent Comments
목록Security (21)
Zer0 day
[Reversing] Cross-Compiler & Remote Debugging with gdb on Linux
Cross-Compiler & Remote Debugging with gdb on Linux1. Installing Cross-Compiler for MIPS, ARM, PPC, etc... 12345678910sudo apt-get install -y gcc-multilib-arm-linux-gnueabisudo apt-get install -y g..
Security/Reverse Engineering
2016.12.31 22:01
[System Hacking] 7. Several Leaking & Stack Smashing Techniques
보호되어 있는 글입니다.
Security/System Hacking
2016.12.28 02:14
[System Hacking] 6. SigReturn Oriented Programming
SigReturn Oriented ProgrammingThis time I gonna post about SROP on x86, x86-64 linux(ubuntu). When i solved pwnable.kr 'unexploitable' challenge, there are over 2-way solutions. one is SROP(original intend) and another is ROP. So, i just decided to post..
Security/System Hacking
2016.12.27 20:59
[System Hacking] 5. Return Oriented Programming
Return Oriented ProgrammingThis time i gonna introduce about ROP attack(Return Oriented Programming). Before doing ROP, there are prior knowledges. 'RTL Chaining', 'GOT Overwrite/Dereference', 'Gadget', etc...- RTL Chaining'RTL Chaining' means continuou..
Security/System Hacking
2016.12.27 20:17