View Single Post
  #1  
Old 08-12-2014, 04:02
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 283
Rept. Given: 186
Rept. Rcvd 192 Times in 79 Posts
Thanks Given: 144
Thanks Rcvd at 254 Times in 98 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
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)
Reply With Quote