I have the source code of an assembly language program, which has comments on every line, and I want to see those comments in the comment column of OllyDbg's disassembly as it debugs. Without writing a full blown plugin, is there any way to do this?
After some more experience I found that there are basically 3 approaches:
Since 3 is pretty complex, my best option is probably 1.