OpenExeFile
Open an executable file
Declaration
Source position: exeinfo.pp line 54
function OpenExeFile(var e: TExeFile; const fn: string) : Boolean;
Description
OpenExeFile opens the executable file fn and initializes the structure e for subsequent calls to routines in the exeinfo unit.
The function returns True if the file was opened successfully, false otherwise.
See also
Name | Description |
---|---|
CloseExeFile | Close a previously opened file. |
FindExeSection | Find a section in the binary image. |
ReadDebugLink | Read the location of a debug info filename |