add map layout feature for dex file

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-01-21 01:16:52 +01:00
parent 4b1cc379a4
commit d991ac4dcd
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
8 changed files with 188 additions and 6 deletions

View file

@ -7,3 +7,9 @@ license = "AGPL-3.0-or-later"
[dependencies]
androscalpel_serializer_derive = { path = "../androscalpel_serializer_derive" }
log = "0.4.20"
[features]
# Map sections of the binary dex file to the parsed value.
# Aims to explore malformated / strange dex files, but slows
# the parsing and consumes a lot of memory.
map_dex_file = []