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