Hey guys,
i need some help with this:
Code:
// The location of the hook
// Binary Search pattern for Olly: 8B 11 8B 42 2C 57
// MOV EDX,[ECX]
// MOV EAX,[EDX+2C] <- Patch
// PUSH EDI
#define SEND_HOOK 0x7418A2
What does "Patch" in line 4 mean?
Where can i get the SEND_HOOK Code from?
I already updated
#define SEND_ECX 0xF45830
#define SEND_CALL 0x801680
but i cant get any value for SEND_HOOK
Thanks in advance
Scarabol