add miscelaneous items
This commit is contained in:
parent
9fe2652448
commit
42698cc8d7
3 changed files with 60 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
use crate::{DexFileMagic, EndianConstant};
|
||||
|
||||
/// The header item: https://source.android.com/docs/core/runtime/dex-format#header-item
|
||||
///
|
||||
/// alignment: 4 bytes
|
||||
#[derive(Serializable, PartialEq, Eq, Debug)]
|
||||
pub struct UserItem {
|
||||
pub magic: DexFileMagic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue