fix annotation linking
This commit is contained in:
parent
eece6178f9
commit
832f6b7711
2 changed files with 20 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ use crate::{
|
|||
use log::{error, info, warn};
|
||||
use std::io::{Cursor, Seek, SeekFrom};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct DexFileReader<'a> {
|
||||
data: &'a [u8],
|
||||
header: HeaderItem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue