1
0
Fork 0
x64dbg/help/gpa.htm

29 lines
711 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>gpa</title>
<meta name="GENERATOR" content="WinCHM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
html,body {
/* Default Font */
font-family: Courier New;
font-size: 11pt;
}
</style>
</head>
<body>
<P><STRONG>gpa</STRONG><BR>Get the address of an export
inside a DLL.</P>
<P class=rvps3><U>arguments </U><BR>&nbsp; arg1: Export name.</P>
<P class=rvps3>[arg2]: DLL name.</P>
<P class=rvps3>
<U >
result
<BR ></U>
The <U>$result</U> variable is set to the
export address. When the export is not found, <U>$result</U> will be set to 0.
</P></body>
</html>