Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages