コード例 #1
0
void fn00401DAA(word32 eax, word32 ecx, word32 edx, word32 esi, word32 edi)
{
	GetCommandLineA();
	GetTickCount();
	GetCurrentProcessId();
	StgSetTimes(null, null, null, null);
	VirtualProtect(0x00401000, 0x00000DAA, 0x00000040, fp - 0x00000014);
}
コード例 #2
0
// address: 0x401b1b
void _start() {
    int eax; 		// r24

    GetCommandLineA();
    GetTickCount();
    GetCurrentProcessId();
    eax = StgSetTimes();
    VirtualProtect();
/* goto eax - 0x7fc2e4c1*/
}