diff --git a/src/analyzer/object_watching.hpp b/src/analyzer/object_watching.hpp index 4d700d4c..79f94614 100644 --- a/src/analyzer/object_watching.hpp +++ b/src/analyzer/object_watching.hpp @@ -32,8 +32,8 @@ emulator_hook* watch_object(windows_emulator& emu, const std::set(offset)).c_str(), rip, + "Object access: %s - 0x%" PRIx64 " (%s) at 0x" PRIx64 " (%s)\n", i.get_type_name().c_str(), + offset, i.get_member_name(static_cast(offset)).c_str(), rip, mod ? mod->name.c_str() : ""); }); }