badc0der
August 12th, 2004, 19:31
1. Is there any documentation for the plugin API other than the sample source... I looked a bit but couldn't find anything that looked better than the sample source.
Regarding the following two functional descriptions what is the implementation state (available in the main program, available with a plugin, plugin needs to be written, unimplementable)?
1. Logging register state (instead of breaking) on break points either to the Olly log or to a file
2. Dumping log messages to a file so that they are not lost if the debugged application crashes the system
3. memory diff/access recording. Basically I want to step over a call and be able to see what memory was changed and optimally see what memory was accessed.
Regarding the following two functional descriptions what is the implementation state (available in the main program, available with a plugin, plugin needs to be written, unimplementable)?
1. Logging register state (instead of breaking) on break points either to the Olly log or to a file
2. Dumping log messages to a file so that they are not lost if the debugged application crashes the system
3. memory diff/access recording. Basically I want to step over a call and be able to see what memory was changed and optimally see what memory was accessed.