From c5d68d1775b4ace7df812085913694079406960d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 16 Sep 2024 12:26:39 -0400 Subject: Register and use loggers for COFF view --- view/pe/coffview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/pe/coffview.h') diff --git a/view/pe/coffview.h b/view/pe/coffview.h index b1cf7780..ff3e79fe 100644 --- a/view/pe/coffview.h +++ b/view/pe/coffview.h @@ -328,6 +328,7 @@ namespace BinaryNinja std::vector m_sections; std::vector m_relocs; Ref m_arch; + Ref m_logger; bool m_is64; bool m_extractMangledTypes; bool m_simplifyTemplates; @@ -358,6 +359,7 @@ namespace BinaryNinja class COFFViewType: public BinaryViewType { + Ref m_logger; public: COFFViewType(); virtual Ref Create(BinaryView* data) override; -- cgit v1.3.1