This is my OllyDbg mod named HOlly. I will be constantly adding features as I require them or they are requested. Currently it only has a multiline assembler that needs some work but I would like some input.
So if I could get some input on the following that would be great.
-How exactly would you want the labels? I was thinking of integrating them with olly's labels that way if you define a label you can use it in the assembler with ease.
-Should I leave it as starting the assemble at the start address or have it copy it as a numerical label to the textbox? I was thinking of having the option for either because have it copy to the assemble textbox could be a pain if you aren't doing a long edit.
-Adding support for comments. It will copy ollys user comments into the textbox and allow you to insert new ones.
-Syntax highlighting, will use ollys highlighting/font by default but you will be able to customize.
If you have any additional input/requests let me know
Requirements: .NET framework 2.0 (Sorry, I use it for the GUI).
To use just simply go into 'Plugins->HOlly->Assemble' and click 'Enable'. This will be changed in the newer version.