Advertisement
ChaosHacks

Untitled

Mar 16th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. aobscanmodule(infhealth,age3x.exe,89 4F 64 8B 8A C8 00 00 00)
  2.  
  3. infhealth:
  4. db 90 90 90
  5.  
  6. registersymbol(infhealth)
  7.  
  8. [DISABLE]
  9.  
  10. infhealth:
  11. db 89 4F 64 8B 8A C8 00 00 00
  12.  
  13. unregistersymbol(infhealth)
  14.  
  15.  
  16.  
  17. {
  18. // ORIGINAL CODE - INJECTION POINT: "age3x.exe"+7B24A
  19.  
  20. "age3x.exe"+7B22E: B0 01 - mov al,01
  21. "age3x.exe"+7B230: 5B - pop ebx
  22. "age3x.exe"+7B231: 83 C4 08 - add esp,08
  23. "age3x.exe"+7B234: C2 04 00 - ret 0004
  24. "age3x.exe"+7B237: 83 EC 0C - sub esp,0C
  25. "age3x.exe"+7B23A: 57 - push edi
  26. "age3x.exe"+7B23B: 8B F9 - mov edi,ecx
  27. "age3x.exe"+7B23D: 8B 4C 24 14 - mov ecx,[esp+14]
  28. "age3x.exe"+7B241: 8B 47 64 - mov eax,[edi+64]
  29. "age3x.exe"+7B244: 8B 97 A8 00 00 00 - mov edx,[edi+000000A8]
  30. // ---------- INJECTING HERE ----------
  31. "age3x.exe"+7B24A: 89 4F 64 - mov [edi+64],ecx
  32. "age3x.exe"+7B24D: 8B 8A C8 00 00 00 - mov ecx,[edx+000000C8]
  33. // ---------- DONE INJECTING ----------
  34. "age3x.exe"+7B253: 85 C9 - test ecx,ecx
  35. "age3x.exe"+7B255: 89 44 24 08 - mov [esp+08],eax
  36. "age3x.exe"+7B259: 0F 85 EE 23 01 00 - jne age3x.exe+8D64D
  37. "age3x.exe"+7B25F: 8B 47 5C - mov eax,[edi+5C]
  38. "age3x.exe"+7B262: 85 C0 - test eax,eax
  39. "age3x.exe"+7B264: 0F 84 FF A4 21 00 - je age3x.exe+295769
  40. "age3x.exe"+7B26A: 8B 88 98 00 00 00 - mov ecx,[eax+00000098]
  41. "age3x.exe"+7B270: 89 4C 24 04 - mov [esp+04],ecx
  42. "age3x.exe"+7B274: D9 44 24 14 - fld dword ptr [esp+14]
  43. "age3x.exe"+7B278: D8 1D 18 69 B5 00 - fcomp dword ptr [age3x.exe+756918]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement