We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I try to execute decompile.sh I got this message "Error: Unknown OS" I try it on windows 7 64
The text was updated successfully, but these errors were encountered:
Thank you for the report. Which terminal emulator and shell do you use to run decompile.sh? What is the output from uname -s?
decompile.sh
uname -s
Sorry, something went wrong.
I was using bash to run decompile.sh "uname -s" result is "WindowsNT" Thanks
Remove useless OS type detection from config.sh (#10).
b19112d
The OS type detection is no longer used anywhere, so we can remove it.
Fixed in b19112d. The fix will be included in the next release.
Until then, as a workaround, remove the following code from $RETDEC_INSTALL_DIR/bin/config.sh:
$RETDEC_INSTALL_DIR/bin/config.sh
SYS="$(get_SYS)" if [ "$SYS" != "win" -a "$SYS" != "linux" ]; then echo "Error: Unknown OS" >&2 exit 1 fi
s3rvac
No branches or pull requests
when I try to execute decompile.sh I got this message "Error: Unknown OS"
I try it on windows 7 64
The text was updated successfully, but these errors were encountered: