Guest User

Untitled

a guest
Jan 21st, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. proc decryptExecutable stdcall APITable:DWORD, image_base:DWORD, section_header:DWORD
  2.  
  3. local str1[256]:BYTE, ret_val:DWORD, section_address:DWORD,\
  4. section_size:DWORD, key[KEY_SIZE]:BYTE
  5.  
  6. pushad
  7.  
  8. ;...
  9.  
  10. popad
  11. ret
  12.  
  13. endp
Add Comment
Please, Sign In to add comment