Skip to content

Commit 6330e5c

Browse files
committed
Allow PE view endianness to be overridden to BE
1 parent ef97d47 commit 6330e5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

view/pe/peview.h

-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ namespace BinaryNinja
478478
virtual uint64_t PerformGetEntryPoint() const override;
479479

480480
virtual bool PerformIsExecutable() const override { return true; }
481-
virtual BNEndianness PerformGetDefaultEndianness() const override { return LittleEndian; }
482481
virtual bool PerformIsRelocatable() const override { return m_relocatable; }
483482
virtual size_t PerformGetAddressSize() const override;
484483

0 commit comments

Comments
 (0)