VC2010/2012에 WTL 설치

programming/windows 2013. 10. 11. 11:15

'programming > windows' 카테고리의 다른 글

codepad.org  (0) 2016.01.04
str ansi uni multi  (0) 2015.11.03
리소스 다루기 2  (0) 2012.05.24
리소스 다루기 1  (0) 2012.05.23
까먹지말자  (0) 2012.02.28
:

What is a File Extension?

gravity-free/file-extension 2013. 1. 18. 11:25
:

speedhack 분석 준비과정

Analysis/GameHack 2012. 9. 25. 21:17

OpenProcess

VirtualAllocEX

WriteProcessMemory

(LPTHREAD_START_ROUTINE)GetProcAddress(GetModuleHandle("kernel32.dll"), "LoadLibraryA")

CreateRemoteThread



GetProcAddress를 통한 대상 함수포인터 가져오기

VirtualProtect로 엔트리에서 5바이트를 쓰기가능한 속성(PAGE_EXECUTE_READ_WRITE) 변경

0xE9 4byte 점프주소 계산

나머진 옵코드



GetTickcount

timeGetTime

QueryPerformanceCounter

SetTimer

timeSetEvent


: