Home
Auto Debug On Line Help
 
User Script: Auto Debug System

addExtMapFile

The addExtMapFile function to add ext map file with Auto Debug System, the software will automatic analysis the map file when analysis the dll.

void addExtMapFile(

  BSTR szDll,        // Dll Name

  BSTR szExtMapFile  // ext map file

);

Parameters

szDll
Define which dll's map file.
szExtMapFile
Define the ext map file with the dll.

Return Values

No return value.

Examples

VBscript Example:

sub main

  addExtMapFile "comdlg32.dll", "c:\mapfile\comdlg32.txt"

  startProcess "Notepad.exe"

end sub



JavaScript Example:

function main(){

  addExtMapFile("comdlg32.dll", "c:\mapfile\comdlg32.txt");

  startProcess("Notepad.exe");

}



Requirements

Auto Debug for Windows: Unsupport.
Auto Debug Professional: Requires version 5.0 or later.

See Also

Script Information Overview, Script Functions, addMapFile

Copyright c 2003-2024, www.autodebug.com All Rights Reserved