AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Object-Pascal / Delphi-Language Delphi How to get PE sections and some other info
Thema durchsuchen
Ansicht
Themen-Optionen

How to get PE sections and some other info

Ein Thema von WojTec · begonnen am 4. Aug 2014 · letzter Beitrag vom 4. Aug 2014
Antwort Antwort
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
Benutzerbild von p80286
p80286

Registriert seit: 28. Apr 2008
Ort: Stolberg (Rhl)
6.659 Beiträge
 
FreePascal / Lazarus
 
#2

AW: How to get PE sections and some other info

  Alt 4. Aug 2014, 16:37
perhaps this helps a little.

Greetings
K-H
Programme gehorchen nicht Deinen Absichten sondern Deinen Anweisungen
R.E.D retired error detector
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:02 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz