diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-09-16 12:26:39 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-09-16 12:26:49 -0400 |
| commit | c5d68d1775b4ace7df812085913694079406960d (patch) | |
| tree | 45d63fa6593f0803cffc6199d1c8576221dfd49a /view/pe/coffview.h | |
| parent | f65b9b035f2492ef02115326369149d1c92b294d (diff) | |
Register and use loggers for COFF view
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; |
