[Overview][Types][Procedures and functions][Index] |
Open an executable file
Source position: exeinfo.pp line 54
function OpenExeFile( |
var e: TExeFile; |
const fn: string |
):Boolean; |
e |
|
Record to be used in other calls in this unit. |
fn |
|
Name of file to be opened. |
True if the file was opened successfully, false otherwise.
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.
|
Find a section in the binary image. |
|
|
Close a previously opened file. |
|
|
Read the location of a debug info filename |