DrMemtrace opcode mixture trace analysis tool creation. More...
#include "analysis_tool.h"
Functions | |
analysis_tool_t * | opcode_mix_tool_create (const std::string &module_file_path, unsigned int verbose=0) |
DrMemtrace opcode mixture trace analysis tool creation.
analysis_tool_t* opcode_mix_tool_create | ( | const std::string & | module_file_path, |
unsigned int | verbose = 0 |
||
) |
Creates an analysis tool which counts the number of instances of each opcode in the trace. This tool needs access to the modules.log and original libraries and binaries from the traced execution. It does not support online analysis.