Release windbg helper

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
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



the above should you always do with ida.works much better.
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)
 

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
Added Opcodes help to the plugin, you need to read the new readme
 
Top