-
Notifications
You must be signed in to change notification settings - Fork 237
execve() Failed #686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm. what platform are you running on? We shell out to yasm for x86 shellcode (if you try it on any other architecture I suspect it would work). Can you try manually running it on the command-line? (Check in the install path) |
Linux archdesktop 4.10.13-1-ARCH #1 SMP PREEMPT Thu Apr 27 12:15:09 CEST 2017 x86_64 GNU/Linux Just as a note, it does work inside my windows virtual box. I will test this later on my desktop tonight when I get some time. Thanks! Awesome app by the way. |
Yasm wasn't installed on my system, after installing it however, it still happens. ✘ desktop@archdesktop ~/binaryninja yasm --version |
Unfortunately Arch is not a supported platform and many other linux users use the assembler without issue. So I'm going to close this issue. |
FWIW, you don't need yasm installed. We ship our own. So if it's not finding the one we ship there's something else wrong with permissions, the download was corrupted, or maybe something different with rpath in the executables? Not sure. |
Anytime I try to assemble or edit current line, I get a dialog that says execve() Failed. Binary ninja will not save or edit any binaries that I open. There are no errors about it when I run --debug --stderr-log or in the binary ninja gui log. Happens on both the stable and development versions of the personal edition.
The text was updated successfully, but these errors were encountered: