add miscelaneous items

This commit is contained in:
Jean-Marie Mineau 2023-08-25 15:04:05 +02:00
parent 9fe2652448
commit 42698cc8d7
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 60 additions and 0 deletions

View file

@ -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,