OllyEmbellisher Plugin
Mariusz (mgeeky) <mgeekygmailcom> Tuesday, August 2 2011 19:05.46 CDT


Hello there,

In February last year I wrote simple plugin that in a little bit embellishes OllyDbg. In fact, it allows you to edit EIP register (i.e. to jumping back in code) and removes some superfluous positions from Olly main popup menu (i.e Comment, Label elements - assuming we are using keyboard shortcuts - this is handy not only for cleaning this popup but also to make popup menu shorter).

Frankly speaking, this plugin does nothing special despite providing ability to edit EIP and removing this superfluous elements from popup menu.

Source (very messy, sorry for that but I am too lazy to clean it up):
http://bit.ly/oU8sVp (github.com)

Download (from github):
http://bit.ly/oTDN58

(MD5: 7aa1df375e4f2c7a5311e258d2777b6d )

Dunno if someone will find this useful, I found so decided to share this minikin with You :-)

Cheers.


Comments
mgeeky Posted: Tuesday, August 2 2011 19:11.11 CDT
Forgot to add:
Having checked a checkbox in options dialog, EIP modification function can be found in:
* Right-Click of Registers Pane -> Modify EIP
Remarks:
[+] button sets "Previous EIP value",
"Restore Origin" sets in editbox current EIP value.