(04-07-2021 - 04:15 AM)GeostormXD Wrote: (03-16-2021 - 08:13 PM)jgvhgvhv Wrote: (03-16-2021 - 05:16 AM)360 Wrote: Figure it out yourself
already did that
why lie prove it
static unsigned long(*crash_patch_2_t)(void*, unsigned char*, unsigned long, unsigned short, unsigned short, unsigned long, unsigned long, int);
unsigned long crash_patch_2 (void * r3, unsigned char * r4, unsigned long r5, unsigned short r6, unsigned short r7, unsigned long r8, unsigned long r9, int r10) {
if (r6 <0 || r6> 13) {
Notify("CrashBr Detection %s",/*add a name finder here*/ );
return 6;
}
return crash_patch_2_t (r3, r4, r5, r6, r7, r8, r9, r10);
}
HookFunction(0x83068690, &crash_patch_2, &crash_patch_2_t);
the proof is there
credits: NiNJA