first python binding
This commit is contained in:
parent
a9da701e51
commit
cfc8e4743e
4 changed files with 53 additions and 9 deletions
|
|
@ -25,7 +25,6 @@ impl<'a> DexFileReader<'a> {
|
|||
pub fn new(data: &'a [u8]) -> Result<Self> {
|
||||
let mut buffer = Cursor::new(data);
|
||||
let header = HeaderItem::deserialize(&mut buffer)?;
|
||||
println!("{header:x?}");
|
||||
let mut tmp_file = Self {
|
||||
data,
|
||||
header,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue