JCL Help:TJclPeImage
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeImage Class
[+] JclPeImage.pas Classes
Search in JCL Help
Search in all projectsClass Hierarchy
TJclPeImage
|
TJclPeBorImage
Summary
Abstraction of a portable executable file.
Pascal
public TJclPeImage = class(TObject);
Description
The TJclPeImage class provides an abstraction of a portable executable (PE) file, referred to throughout this documentation as simply image or PE file. PE is the standard format for executable files on the Windows platform. This includes files such as .exe, .dll and so forth. TJclPeImage allow you to easily read all information contained in a PE file such as the functions it imports and/or exports.
About
Unit
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page