File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -777,12 +777,7 @@ bool ElfView::Init()
777777 m_logger->LogError (" Support for ELF architecture 'x86_64' is not present" );
778778 break ;
779779 case 183 :
780- #ifndef DEMO_EDITION
781780 m_logger->LogError (" Support for ELF architecture 'arm64' is not present" );
782- #else
783- m_logger->LogError (" Binary Ninja free does not support ELF architecture 'arm64'. "
784- " Purchase Binary Ninja to unlock all features." );
785- #endif
786781 break ;
787782 default :
788783 m_logger->LogError (" ELF architecture %d is not supported" , m_commonHeader.arch );
Original file line number Diff line number Diff line change @@ -672,12 +672,7 @@ bool PEView::Init()
672672 m_logger->LogError (" Support for PE architecture 'x86_64' is not present" );
673673 break ;
674674 case 0xaa64 :
675- #ifndef DEMO_EDITION
676675 m_logger->LogError (" Support for PE architecture 'arm64' is not present" );
677- #else
678- m_logger->LogError (" Binary Ninja free does not support PE architecture 'arm64'. "
679- " Purchase Binary Ninja to unlock all features." );
680- #endif
681676 break ;
682677 default :
683678 m_logger->LogError (" PE architecture '0x%x' is not supported" , header.machine );
You can’t perform that action at this time.
0 commit comments