add struct to parse whole dex file
This commit is contained in:
parent
df2a441148
commit
6562c3f6c0
4 changed files with 284 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue