WIP
This commit is contained in:
parent
bda74f55ac
commit
559ae665cf
5 changed files with 92 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ use crate::core::*;
|
|||
pub use androscalpel_serializer_derive::*;
|
||||
|
||||
/// <https://source.android.com/docs/core/runtime/dex-format#string-data-item>
|
||||
#[derive(Serializable, PartialEq, Eq, Debug)]
|
||||
#[derive(Serializable, Clone, PartialEq, Eq, Debug)]
|
||||
pub struct StringDataItem {
|
||||
pub utf16_size: Uleb128,
|
||||
#[until(u8, u8, 0x00u8)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue