diff options
Diffstat (limited to 'view/pe/coffview.h')
| -rw-r--r-- | view/pe/coffview.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<COFFSection> m_sections; std::vector<COFFRelocation> m_relocs; Ref<Architecture> m_arch; + Ref<Logger> m_logger; bool m_is64; bool m_extractMangledTypes; bool m_simplifyTemplates; @@ -358,6 +359,7 @@ namespace BinaryNinja class COFFViewType: public BinaryViewType { + Ref<Logger> m_logger; public: COFFViewType(); virtual Ref<BinaryView> Create(BinaryView* data) override; |
