![]() |
|
#2
|
||||
|
||||
|
little bug fix
download new version https://github.com/techbliss/Win-DBG-Helper/blob/master/Win-Dbg-Helper.py add new Environmental Variable to Windows Code:
NAME=IDADIR VARIBLE= PATH \TO \IDA els everybody had to edit the script to there own folder ![]() Was pain to figure out how to add a sytem varible other than one from the PATH but the code to fix it was. Code:
subprocess.Popen(os.path.join(os.path.expanduser('~'), os.path.expandvars('%IDADIR%'), 'debugger.chm'), shell=True)
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windbg in IDA 6.5 | zeuscane | General Discussion | 8 | 11-02-2014 14:13 |
| WINDBG question | ricnar456 | General Discussion | 3 | 08-17-2006 04:07 |