Skip to content

Commit 4a5e576

Browse files
committed
Update free version text for arm64 support
1 parent daa9e37 commit 4a5e576

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

view/elf/elfview.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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);

view/pe/peview.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)