Hi,
I'm trying to write an OllyDbg plugin in C++ to help analyze executables' behaviors. OllyDbg is quite new to me.
My question is, what is the simplest way of reading bytes from the debugged file ? I need to read the hex values of each byte to store them and use them for analysis.
Thanks,






