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

Problems converting Cdex to dex #79

Open
HittyGubby opened this issue Jan 17, 2023 · 0 comments
Open

Problems converting Cdex to dex #79

HittyGubby opened this issue Jan 17, 2023 · 0 comments

Comments

@HittyGubby
Copy link

HittyGubby commented Jan 17, 2023

Environment: Linux Kali x86 64bit ,compiled with gcc
Files: Link here
Description:
I tried to run /tools/deodex/run.sh

./run.sh -i NfcNci_45.vdex
[INFO]: Processing 1 input Vdex files
./run.sh: line 250: 43954 Illegal instruction     $cdexConvBin -w "$outDeodexBase" "${cdexFiles[@]}" &> "$convLog"
[ERR ]: CompactDex conversation failed for 'NfcNci_45.vdex'

And no dex files were generated
It did generate the cdex file at /tools/deodex/vdexExtrator_decompiled/NfcNci_45/decompiled/NfcNci45_classes.cdex
So I used the cdex-converter here /tools/deodex/hostTools/Linux/api-API_29/bin/compact_dex_converter
It's normal when executing it without any arguments (./compact_dex_converter) ,but when i tried to convert the cdex file:

./compact_dex_converter NfcNci_45_classes.cdex
zsh: illegal hardware instruction  ./compact_dex_converter NfcNci_45_classes.cdex

And I tried several different compact_dex_converter downloaded from github,results are the same
Why showing that error?How to solve?
Thanks!

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

1 participant