Exetools

Exetools (https://forum.exetools.com/index.php)
-   Source Code (https://forum.exetools.com/forumdisplay.php?f=46)
-   -   [python]windbg helper for ida. (https://forum.exetools.com/showthread.php?t=16070)

Storm Shadow 08-11-2014 05:50

[python]windbg helper for ida.
 
i was busy today :D

windbg helper for ida pro Help for all Windbg instruksions
put the two files in ida folder. download here
https://anonfiles.com/file/0e54e8b925b4ca3ae30d1f41671e4fac and win-dbg-helper.py in plugin folder.
load via Edit >>>>plugins
it shows under Help Menu


https://github.com/techbliss/Win-DBG-Helper.

Storm Shadow 08-12-2014 04:02

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)
:D

Storm Shadow 08-12-2014 04:56

sorry cant edit my first post.
Added Opcodes to the helper, read new readme on git


All times are GMT +8. The time now is 12:08.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX