|
Auto Debug On Line Help |
|
addMapFileThe 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
Return ValuesNo return value. ExamplesVBscript 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"); } RequirementsAuto Debug for Windows: Unsupport. See AlsoScript Information Overview, Script Functions, addExtMapFile |
Copyright c 2003-2025, www.autodebug.com All Rights Reserved |