JCL Help:PeMapImgTarget@TStream@Int64
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgTarget Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Obtains the target architecture of a PE image that is stored in a stream.
Pascal
function PeMapImgTarget(Stream: TStream; const BasePosition: Int64): TJclPeTarget; overload;
Parameters
Parameters | Description |
Stream | The stream where the PE image is stored. |
BasePosition | The position at which the PE image starts. |
Return Value
Returns the target architecture of the PE image if successful, otherwise *taUnknown*.
Description
Returns the target architecture that can run the PE image that is located in the given *Stream* at the specified *BasePosition*.
About
Unit
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