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

addMapFile

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

void addMapFile(
  BSTR szDll,     // Dll Name
  BSTR szMapFile  // map file
);

Parameters

szDll
Define which dll's map file.
szMapFile
Define the map file with the dll.

Return Values

No return value.

Examples

VBscript Example:

sub main
  addMapFile "comdlg32.dll", "c:\mapfile\comdlg32.map"
  startProcess "Notepad.exe"
end sub

JavaScript Example:

function main(){
  addMapFile("comdlg32.dll", "c:\mapfile\comdlg32.map");
  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, addExtMapFile

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