This is my OllyDbg mod named HOlly. I will be constantly adding features as I require them or they are requested.
Features:
-Multiline assembler (Very basic right now)(It will overwrite ollys assembler when you enable, so just use it like you would the normal assembler)
-MiddleClick Follow in Dump (On middle click it will attempt to follow the dword in dump below the cursor. Works in registers, dump and stack windows)
-CopyFormat (Ctrl+C Will copy only the address of the current byte instead of all the additional information)
-SSEFix (Use GetThreadContext to access SSE registers instead of injecting code)
-ColorMask (Easily find code using the color mask to highlight it and make it stand out)
-LogHide (Suppress general log messages, Module Loaded, Module Unloaded, etc)
HOllyGui (Q/A):
Q: Can I use HOlly without HOllyGui? A: Yes, I have provided "holly.basic.ini" which contains all the different settings. Simply delete or rename HOllyGui.dll and when you go to HOlly->Settings it will reload the ini file. That way you don't need .net and you don't need to restart olly to have changes take effect.
Q: Can I make my own GUI? A: Yes, I have provided a simple interface so you can make your own gui or edit the current one. You can download HOllyGui's source below to see how it does it. Just a basic export that passes a settings interface.
Requirements:
-SSEFix requires x86
-HOllyGui requires .NET
If you have any additional input/requests let me know .