반응형
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 |
Tags
- Windows Kernel Debug
- 윈도우 커널 드라이버
- Windows Kernel
- 윈도우 커널 디버깅
- apphelp.dll
- arudino
- 시스템해킹
- 네트워크 바이트 오더
- 개발하기
- 바이트 오더
- vcruntime.dll
- windows kernel debugging
- packet capture
- Msvcrt.dll
- 윈도우 커널
- C언어 패킷캡쳐
- 개발 환경 준비
- vcruntime140.dll
- pwnable
- HackCTF
- IAT Hooking
- 포너블
- Windows Kernel Driver
- pcap packet capture
- pcap packet
- Windows
- Network Byte Order
- hacking
- ucrtbase.dll
- 해킹
Archives
- Today
- Total
목록2022/04/29 (1)
미친해커
[Reversing] Trampoline(Inline) Hooking x86 Step 2
How to patch the top 5 bytes of the API 이제 후킹하고 싶은 API의 상위 5 바이트를 패치하는 것만 남았다. 기본적으로 DLL의 함수들은 .text 섹션에 존재한다. 해당 섹션의 메모리 보호 옵션은 보통 ER--- 로 쓰기 권한이 빠져있다. 그렇기 때문에 먼저 쓰기 권한을 부여해야만 한다. Windows API 중 특정 영역의 메모리 보호 옵션을 수정하는 함수는 VirtualProtect 함수가 있다. VirtualProtectEx function (memoryapi.h) - Win32 apps Changes the protection on a region of committed pages in the virtual address space of a specified pr..
Reversing/Hooking
2022. 4. 29. 22:46