Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- return to libraty
- kernel debug
- SCP
- house of force
- JOP
- Android
- pwndbg
- 계산기
- kaslr
- HOS
- top chunk
- dangling pointer
- frida-dump
- ioploaddrivers
- RAO
- windows
- elf 헤더
- patchelf
- windows kernel
- canary leak
- libc.so
- brop
- ntwritefile
- randtbl
- libc-database
- PLT
- sgerrand
- cmake
- WinDBG
- fastbin
Archives
- Today
- Total
목록house of force (1)
sh711 님의 블로그

1. 개념House of Force는 glibc의 malloc을 이용한 힙 오버플로우 공격 기법으로, top chunk(최상단 청크)를 제어하여 공격자가 원하는 메모리 주소를 할당할 수 있도록 조작하는 기법이다 tcache(Thread Cache) 도입 glibc 2.26부터 tcache가 도입되어 작은 크기의 할당 요청은 tcache에서 처리됨. 즉, 일반적인 할당 요청이 top chunk를 직접 사용하지 않게 됨 → House of Force를 수행하기 어려움 top chunk 확장 방식 개선 malloc()을 호출할 때 top chunk를 확장하는 과정에서, 보안 체크가 추가됨. 예전 버전(glibc 2.23)에서는 top chunk의 크기를 과하게 키워도 제어가 가능했으나,..
Study/Linux
2025. 3. 11. 01:43