opcode_mix_create.h File Reference

DrMemtrace opcode mixture trace analysis tool creation. More...

#include "analysis_tool.h"

Functions

analysis_tool_topcode_mix_tool_create (const std::string &module_file_path, unsigned int verbose=0, const std::string &alt_module_dir="")
 

Detailed Description

DrMemtrace opcode mixture trace analysis tool creation.

Function Documentation

◆ opcode_mix_tool_create()

analysis_tool_t* opcode_mix_tool_create ( const std::string &  module_file_path,
unsigned int  verbose = 0,
const std::string &  alt_module_dir = "" 
)

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. An alternate search path for the libraries in the modules.log can be specified in "alt_module_path".