Skip to content

devGnode/PE32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

PE32

1️⃣ Little Exercice

Try to catch GetProcAddress from import table IAT. this method works for all soft who import some functions from kernel32.dll. Only with putty.exe on XP sp3.

  • Access to TEB : 0x30
  • ImageBaseAddress : 0x08
  • Pattern MZ
  • Load e_lfnew : 0x3c
  • PE
  • PE + 0x80 : imporation
  • ImageBaseAddress + RVAImportationTables
  • Loop Function
  • EDI == GetProcAddress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published