diff options
| author | Brandon Miller <brandon@vector35.com> | 2024-03-12 19:56:26 -0400 |
|---|---|---|
| committer | Brandon Miller <bkmiller89@icloud.com> | 2024-03-13 09:37:01 -0400 |
| commit | c7c14723cff22c28af6c2eca464c474dfdd55ed6 (patch) | |
| tree | 91f000bdfbafb0a2e42e084494e7791cf3173100 /view/pe/teview.h | |
| parent | 45a674447579e350cf380dbacba5c5f6360c5ac1 (diff) | |
Fixed segment / section misalignment in TE view
This commit fixes an issue in the TE view while creating segments
and sections. Segments and sections are calculated from the base of
the original PE file, prior to the PE headers being stripped and
replaced with the TE header
Diffstat (limited to 'view/pe/teview.h')
| -rw-r--r-- | view/pe/teview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/pe/teview.h b/view/pe/teview.h index 230539b5..dd0060f8 100644 --- a/view/pe/teview.h +++ b/view/pe/teview.h @@ -59,6 +59,7 @@ namespace BinaryNinja Ref<Logger> m_logger; bool m_backedByDatabase; uint64_t m_imageBase; + uint64_t m_headersOffset; Ref<Architecture> m_arch; uint64_t m_entryPoint; |
