The free linux download gave me this 250M zip file.
-rw-r--r-- 1 tom tom 252364240 May 13 16:55 binaryninja_free_linux.zipI do this:
cd /u1 mkdir Bninja cd Bninja cp xyz/binaryninja_free_linux.zip . unzip xyz/binaryninja_free_linux.zipThis gives me a directory "binaryninja" with many files in it, including "binaryninja" which is an ELF file and seems to start and run just fine. No java hassles (java is always a hassle), like Ghidra.
Clean and easy so far.
#!/bin/sh /u1/Bninja/binaryninja/binaryninjaSo I don't have to remember what directory I unzipped it all into, and I can type a short command line name. It seems to work just fine this way, but I can't imagine how it can fie some of the odds and ends that are back in the /u1/Bninja/binaryninja directory (or if it matters).
Odds are there is an environment variable for this (maybe), but I won't worry about it until I see some issues.
Tom's Computer Info / tom@mmto.org