Advertisement
xesharkz

Untitled

May 10th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. auto address = FindSignatureIDA("48 89 3D ? ? ? ? F3 0F 10 87 ? ? ? ?", reinterpret_cast<unsigned char*>(info.lpBaseOfDll), info.SizeOfImage);
  2. if (address )
  3. {
  4.  
  5. SwapChain = *reinterpret_cast<uint64_t * *>(*reinterpret_cast<uint64_t*>(address + 7 + offset) + 0xE0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement