Advertisement
Pr0nogo

Untitled

Jul 22nd, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. const u32 Func_addItemToListing = 0x0041B760;
  2. char addItemToListing(char pszString, BinDlg** pDlg, __int8 bFlags) {
  3. static char result;
  4.  
  5. __asm {
  6. PUSHAD
  7. MOV EAX, pszString
  8. MOV ECX, pDlg
  9. CALL Func_addItemToListing
  10. MOV result, EAX
  11. POPAD
  12. }
  13. return result;
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement