1 2 3 4 5
#include <string> using namespace std; int disassemble(uint8_t *data, uint32_t addr, string& result, uint32_t decodeFlags = 0);