DynamoRIO API
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)
 

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 
)

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.