JCL Help:PeMapImgTarget@Pointer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Obtains the target architecture of a PE image that is stored in memory at a given address.

Pascal

 function PeMapImgTarget(const BaseAddress: Pointer): TJclPeTarget; overload;

Parameters

Parameters Description
BaseAddress The memory address at which the PE image is located.

Return Value

Returns the target architecture of the PE image, otherwise returns *taUnknown*.

Description

Returns the target architecture that can run the PE image stored in memory and located at *BaseAddress*.

About

Unit

JclPeImage


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