Thread: ollydbg2-python
View Single Post
  #1  
Old 10-07-2014, 04:48
sh3dow sh3dow is offline
Family
 
Join Date: Oct 2014
Posts: 158
Rept. Given: 113
Rept. Rcvd 79 Times in 24 Posts
Thanks Given: 458
Thanks Rcvd at 202 Times in 75 Posts
sh3dow Reputation: 79
ollydbg2-python

Scripting OllyDBG2 using Python is now possible!
Nowadays in the reverse-engineering world, almost everything is scriptable using Python: IDA Pro, WinDbg, ImmunitDebugger, etc. The thing is OllyDbg2 wasn't. The only way to interact with OllyDbg2's API was by creating a C/C++ plugin. But we all know everything is easier in Python,

big thank to Axel Souchet (0vercl0k)

PHP Code:
https://github.com/0vercl0k/ollydbg2-python 
Attached Images
File Type: png pic1.PNG (213.1 KB, 29 views)
File Type: png pic2.PNG (217.5 KB, 19 views)
Reply With Quote
The Following 6 Users Gave Reputation+1 to sh3dow For This Useful Post:
anon_c (10-07-2014), memcpy (10-07-2014), quygia128 (10-07-2014), rooky2000 (10-07-2014), TQN (10-08-2014), Utshiha (10-07-2014)