vanhoivo

Untitled

Aug 17th, 2015
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.95 KB | None | 0 0
  1. original:
  2. text:100341B0 ; ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ S U B R O U T I N E ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  3. .text:100341B0
  4. .text:100341B0
  5. .text:100341B0                 public DSA_verify
  6. .text:100341B0 DSA_verify      proc near               ; CODE XREF: sub_10035670+3Bp
  7. .text:100341B0                                         ; DATA XREF: .rdata:100D4458o ...
  8. .text:100341B0
  9. .text:100341B0 var_4           = dword ptr -4
  10. .text:100341B0 arg_4           = dword ptr  8
  11. .text:100341B0 arg_8           = dword ptr  0Ch
  12. .text:100341B0 arg_C           = dword ptr  10h
  13. .text:100341B0 arg_10          = dword ptr  14h
  14. .text:100341B0 arg_14          = dword ptr  18h
  15. .text:100341B0
  16. .text:100341B0                 push    ecx
  17. .text:100341B1                 push    esi
  18. .text:100341B2                 or      esi, 0FFFFFFFFh
  19. .text:100341B5                 call    DSA_SIG_new
  20. .text:100341BA                 test    eax, eax
  21. .text:100341BC                 mov     [esp+8+var_4], eax
  22. .text:100341C0                 jnz     short loc_100341C7
  23. .text:100341C2                 or      eax, esi
  24. .text:100341C4                 pop     esi
  25. .text:100341C5                 pop     ecx
  26. .text:100341C6                 retn
  27. .text:100341C7 ; ---------------------------------------------------------------------------
  28.  
  29.  
  30. patch:
  31. ; ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦ S U B R O U T I N E ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  32. .text:100341B0
  33. .text:100341B0
  34. .text:100341B0                 public DSA_verify
  35. .text:100341B0 DSA_verify      proc near               ; CODE XREF: sub_10035670+3Bp
  36. .text:100341B0                                         ; DATA XREF: .rdata:100D4458o ...
  37. .text:100341B0                 mov     eax, 1
  38. .text:100341B5                 retn
  39. .text:100341B5 DSA_verify      endp
  40. .text:100341B5
  41. .text:100341B5 ; ---------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment