JCL Help:TJclPeImage

From Project JEDI Wiki
Jump to navigationJump to search

Class 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

JclPeImage


Navigation

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