add struct to parse whole dex file

This commit is contained in:
Jean-Marie Mineau 2023-08-30 17:17:11 +02:00
parent df2a441148
commit 6562c3f6c0
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 284 additions and 1 deletions

View file

@ -24,6 +24,8 @@ pub enum EndianConstant {
EndianConstant,
#[prefix(0x78563412)]
ReverseEndianConstant,
#[default_variant]
Unknown(u32),
}
/// [no-index](https://source.android.com/docs/core/runtime/dex-format#no-index)