Need help finding the mallocobjectCan anyone point me in the right direction to find this address for mallocobject This is what i came up with Code: // To get with sig: /* DWORD mallocObject = DUtils::findPatternPlusBytes((DWORD)a2oaModule, (DWORD)a2LastModuleByte, "FF 15 ? ? ? ? 8B F8 85 FF 75 54", 2); MemAlloc = *(A2Malloc*)mallocObject; MemFree = *(A2Free*)(mallocObject + 4); */
Originally Posted by Fenclanner / Will Oneachframe execution doesn't work anymore, sorry! :P How would it not work?