Notice
Recent Posts
Recent Comments
Link
constWORLDant
Protostar
CLEAR LIST Stack0Stack1Stack2Stack3Stack4Stack5Heap0Heap1Stack6Stack7NOT CLEAR LISTFormat0Format1Format2Format3Format4Heap3Heap4Net0Net1Net2Final0Final1Final2다 풀어 보자 포너블 진짜 미쳐보자.
0x04 pwnable
2018.04.10 07:27
system함수 릭한 후 /bin/sh 주소 구하기 (NON ASLR)
#include <stdio.h>int main(){int shell = 0x주소; // system주소while(memcmp((void*)shell, "/bin/sh",8))shell++;printf("%x\n",shell);return 0;}
0x04 pwnable
2018.04.10 02:01
defcon 2015 babyecho
보호되어 있는 글입니다.
0x07 CTF/[스스로 푼 것]
2018.04.09 03:01