We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef97d47 commit 6330e5cCopy full SHA for 6330e5c
view/pe/peview.h
@@ -478,7 +478,6 @@ namespace BinaryNinja
478
virtual uint64_t PerformGetEntryPoint() const override;
479
480
virtual bool PerformIsExecutable() const override { return true; }
481
- virtual BNEndianness PerformGetDefaultEndianness() const override { return LittleEndian; }
482
virtual bool PerformIsRelocatable() const override { return m_relocatable; }
483
virtual size_t PerformGetAddressSize() const override;
484
0 commit comments