Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#1

How to get PE sections and some other info

  Alt 4. Aug 2014, 16:30
Delphi-Version: XE5
I filled (read from stream) my structure with valid data from PE image (x32/x64):

Delphi-Quellcode:
IMAGE_PE_INFO = record
  DOS: IMAGE_DOS_HEADER;
  PE: IMAGE_FILE_HEADER;
  Optional: IMAGE_OPTIONAL_HEADER;
end;
I'm also interested in another data, like:
- sections,
- CLR info (if is .NET crapware),
- support for 16-bit executables,
- import/exports (optional).

For section I found IMAGE_SECTION_HEADER and ImageRvaToSection, but I don't know how to Don't know how to rest too
  Mit Zitat antworten Zitat