리버싱 내공이 워낙 미천하여 이 API 모음을 참고하지 않으면 정말 헤메게 된다.
더구나 이젠 기억력도 흐려서 외우기도 힘들고..
OllyDebug 를 이용한 리버싱시에 어디에서부터 시작해야할지 막막할 때가 많다. -_ㅡ;
매일 리버싱을 하면서 분석하는 분석팀이나 분석쟁이들과는 달리 나는 리버싱을 거의 하지 않는다. 게을러서.. -_-;
아마도 팀원중에서 최하위 레벨의 리버싱 실력일 것이다.
OpenProcess
VirtualAlloc
VirtualAllocEx
VirtualProtect
VirtaulProtectEx
VirtualQuery
VirtualQueryEx
ReadMemoryProcess
WriteMemoryProcess
GetKeyState
GetAsyncKeyState
keybd_event
mouse_event
SetWindowsHookExA
SetWindowsHookExW
SetCursorPos
SendMessageA
SendMessageW
PostMessageA
PostMessageW
SuspendThread
GetPixel
GetDC
GetDCEx
GetWindowDC
CreateDC
BeginPaint
BitBlt
StretchBlt
DeviceIoControl
GetWindowThreadProcessId
WaitForDebugEvent
- 디버그 중인 프로세스에서 발생하는 디버깅 이벤트를 기다림
DebugActiveProcess
DebugActiveProcessStop
- 지정된 프로세스를 디버깅하는 것을 멈춤