Skip to content
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

[capstone2llvmir]: Arm64: extractVectorValue(): Unknown VESS type #1144

Open
butterl opened this issue Apr 13, 2023 · 3 comments
Open

[capstone2llvmir]: Arm64: extractVectorValue(): Unknown VESS type #1144

butterl opened this issue Apr 13, 2023 · 3 comments

Comments

@butterl
Copy link

butterl commented Apr 13, 2023

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

any idea how to solve it?

@ckcr4lyf
Copy link

Have the same issue trying to decompile a .so file on Linux.

$ ./retdec-decompiler -v
Running phase: Unpacking ( 0.01s )
RetDec version :  v5.0
Commit hash    :  53e55b4b26e9b843787f0e06d867441e32b1604e
Build date     :  2022-12-08T10:13:13Z

@kangaroo-0000
Copy link

i solved it by specifying architecture type with the -a flag: ./retdec-decompiler -a arm64 example.so

@ckcr4lyf
Copy link

ckcr4lyf commented Aug 3, 2023

Thanks a lot @kangaroo-0000 , that worked perfectly for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants