Home
do:pwn()
Cancel

GDB Usage Storage

잊어버리기 전에 써놓는 GDB 사용 꿀팁들 목차 목차 메모리 내 구조체 확인 조건 break bp hit시마다 명령 실행 소스코드 확인 (디버그 심볼 있어야함) gdb에서 malloc으로 Heap 포인터 받아오기(malloc, kmalloc, vmalloc) Refer...

Linux Kernel debugging with Qemu

리눅스 커널 빌드 & Qemu를 통한 디버그 목차 목차 Kernel Configure&Build Create root filesystem Run Linux Kernel Kernel Debugging with Qemu References Kernel Configure&Build 일단 리눅스 커널...

blazeme - BlazeCTF 2018

BOF를 통한 ret2usr kernel exploit 목차 목차 Analysis Slab Allocator Finding Vulnerability Exploitation 추가중 Result References 대부분의 보호기법이 꺼져있는 환경에서 커널 익스플로잇 문제이다...

Linux Kernel debugging with Vmware

VMware를 이용해 리눅스 커널 디버깅을 해보자 목차 목차 guestOS Setting Debug symbol download KASLR 해제 vmx configure remote attach Additional Info References guestOS Setting ...