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
bin/retdec-decompiler ./lib_test.so
Running phase: Unpacking ( 0.01s ) No matching plugins found for 'gc' Running phase: Initialization ( 0.02s ) Running phase: Providers initialization ( 0.02s ) Running phase: Input binary to LLVM IR decoding ( 0.04s ) [capstone2llvmir]: Arm64: extractVectorValue(): Unknown VESS type
It seems failed here
retdec/src/capstone2llvmir/arm64/arm64.cpp
Line 411 in 2cf18ff
any idea how to solve it?
The text was updated successfully, but these errors were encountered:
Have the same issue trying to decompile a .so file on Linux.
.so
$ ./retdec-decompiler -v Running phase: Unpacking ( 0.01s ) RetDec version : v5.0 Commit hash : 53e55b4b26e9b843787f0e06d867441e32b1604e Build date : 2022-12-08T10:13:13Z
Sorry, something went wrong.
i solved it by specifying architecture type with the -a flag: ./retdec-decompiler -a arm64 example.so
Thanks a lot @kangaroo-0000 , that worked perfectly for me!
No branches or pull requests
bin/retdec-decompiler ./lib_test.so
Running phase: Unpacking ( 0.01s )
No matching plugins found for 'gc'
Running phase: Initialization ( 0.02s )
Running phase: Providers initialization ( 0.02s )
Running phase: Input binary to LLVM IR decoding ( 0.04s )
[capstone2llvmir]: Arm64: extractVectorValue(): Unknown VESS type
It seems failed here
retdec/src/capstone2llvmir/arm64/arm64.cpp
Line 411 in 2cf18ff
any idea how to solve it?
The text was updated successfully, but these errors were encountered: