radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.66k stars 3k forks source link

Out of the box support for VDEX and CDEX formats #16000

Open XVilka opened 4 years ago

XVilka commented 4 years ago

Currently, radare2 supports loading DEX files, but to open these you need to convert them to the DEX first. It would be nice to be able to open them as-is, without prior conversion.

See these tools for the reference:

radare commented 4 years ago

Thats not the same. Its good to be able to open the cdex and vdex files directly. But being able to extract the dex embedded inside is useful and this tool worjs pretty well and its maintained. I agree that it will bw food ti have it in rabin2 -x but thise fornsts change over time

On 19 Feb 2020, at 05:04, Anton Kochkov notifications@github.com wrote:

 Currently, radare2 supports loading DEX files, but to open these you need to convert them to the DEX first. It would be nice to be able to open them as-is, without prior conversion.

VDEX CDEX See these tools for the reference:

https://github.com/anestisb/vdexExtractor/ — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.