1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C3,229 forks (3,229 forks)batch import
AndroidNew File-Formatgood first issuehackaton
Repository metrics
- Stars
- 23,826 stars (23,826 stars)
- PR merge metrics
- Avg merge 16h 24m (Avg merge 16h 24m)99 merged PRs in 30d (99 merged PRs in 30d)
Description
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:
Contributor guide
- Research direction
- Study the existing DEX loader in radare2 and the vdexExtractor tool to understand the VDEX/CDEX format structure. Identify the key differences and implement a parser for loading them directly.
- Tech stack
- c
- Domain
- securitytooling
- Issue type
- Feature
- Prerequisites
- Creverse engineeringbinary parsing