stackoverflow.com/questions/51309012/how-to-prevent-memory-editing-to-prevent-hooking
How to prevent memory editing to prevent hooking
I recently learned inline hooking x32 and x64 which is based on overwriting the first bytes of the function with a jmp to the hooking function or by pushing the 64 address to rax then jmp rax to pe...
stackoverflow.com
'Development' 카테고리의 다른 글
[C#] 객체 정보를 얻기 위해 Reflection 을 사용해 보자 (0) | 2020.12.04 |
---|---|
Go 언어로 메모리 조작과 API 후킹을 구현하기 (윈도우즈 앱 리버스 엔지니어링) (0) | 2020.12.04 |
API Hooking (0) | 2020.12.04 |
Dword 란? (0) | 2020.12.03 |
Epic Games, Steam 게임 출시 방법 (0) | 2020.10.18 |