add map layout feature for dex file
This commit is contained in:
parent
4b1cc379a4
commit
d991ac4dcd
8 changed files with 188 additions and 6 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue