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