Advertisement
kolton

Untitled

Feb 1st, 2015
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. void __declspec(naked) FTJCrashFix_Intercept()
  2. {
  3. __asm
  4. {
  5. cmp eax, 0
  6. jne old
  7. old:
  8. mov ecx, [eax + 0x7B8]
  9. retn
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement