Guest User

Untitled

a guest
Dec 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. PIMAGE_IMPORT_DESCRIPTOR import_desc =
  2. (PIMAGE_IMPORT_DESCRIPTOR)get_ptr_from_rva(
  3. image->FileHeader->OptionalHeader.DataDirectory[1].VirtualAddress,
  4. image->FileHeader, image->MappedAddress);
  5. PIMAGE_IMPORT_DESCRIPTOR import_copyright =
  6. (PIMAGE_IMPORT_DESCRIPTOR)get_ptr_from_rva(
  7. image->FileHeader->OptionalHeader.DataDirectory[7].VirtualAddress,
  8. image->FileHeader, image->MappedAddress);
Add Comment
Please, Sign In to add comment