View Single Post
  #1  
Old 11-22-2014, 20:29
Storm Shadow's Avatar
Storm Shadow Storm Shadow is offline
Family
 
Join Date: Jun 2014
Posts: 281
Rept. Given: 186
Rept. Rcvd 191 Times in 78 Posts
Thanks Given: 138
Thanks Rcvd at 245 Times in 97 Posts
Storm Shadow Reputation: 100-199 Storm Shadow Reputation: 100-199
WinDbg Total Commander

I was looking at the internal commands that are shipped with Windbg.
And it have fetures that are pretty lowlevel.
After i figured out how to send commands to Windbg throug Python script it was pretty strait forward.


So thought we could make use off those commands in Ida Pro
So did Test app containing these referense commands http://windbg.info/doc/1-common-cmds.html
I added some precommands in tab 3 for testing.

Dependecies for app are Pyqt4 ida build, and Qscilla( i can upload if you need)

So question is will anyone make use cause this would be a Big %ss app
suggestions are welcome.

download test from my GIT

https://github.com/techbliss/WinDbg_Total_Commander

run from ida script before you start debugging.
check overview tab

TODO
Alot

Qsciilla place in PyQt folder

https://anonfiles.com/file/5e776f454...3f410617c34017
__________________
The devil whispered in my ear, "you're not strong enough to withstand the storm."

Today I whispered in the devils ear, "I am the storm."

Last edited by Storm Shadow; 11-22-2014 at 20:39.
Reply With Quote
The Following 2 Users Gave Reputation+1 to Storm Shadow For This Useful Post:
chessgod101 (11-23-2014), computerline (11-22-2014)