Advertisement
Guest User

Untitled

a guest
May 26th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. struct CopyMemoryInformation
  2. {
  3. DWORD bCopiedMemory;
  4. DWORD dword4;
  5. unsigned long long moduleBaseAddress;
  6. DWORD count;
  7. DWORD dword14;
  8. unsigned long long destination;
  9. unsigned long long source;
  10. DWORD offsetToDestination;
  11. DWORD dword2C;
  12. DWORD sourceOffset;
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement