How/Where can I get Ollydgb?
Since I have no idea how to write dll's, I need a symbolic
debugger.
Thanks
jps
Since I have no idea how to write dll's, I need a symbolic
debugger.
Thanks
jps
Go to www.google.com, type ollydbg, and...
Jack,
You do not need a symbolic debugger to write a DLL, have a look in the MASM32 example code at the qeplugin demo as it is a standard DLL with a LibMain and a callable procedure in it.
One of the tricks is to develop a procedure for a DLL in a normal EXE file and when you get it going OK, put the procedure into the DLL.
Regards,
hutch@movsd.com
You do not need a symbolic debugger to write a DLL, have a look in the MASM32 example code at the qeplugin demo as it is a standard DLL with a LibMain and a callable procedure in it.
One of the tricks is to develop a procedure for a DLL in a normal EXE file and when you get it going OK, put the procedure into the DLL.
Regards,
hutch@movsd.com