Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define StartHere() DWORD t_EAX = 0; \
- __asm call FromNowOn \
- __asm FromNowOn: \
- __asm pop eax \
- __asm {mov t_EAX, eax}\
- if(__SetOffsetOfCurrentFunction(t_EAX))\
- __debugbreak();
Advertisement
Add Comment
Please, Sign In to add comment