parse more (badly)

This commit is contained in:
nora 2023-11-08 21:19:35 +01:00
parent 84ee581387
commit 9575dc4138
9 changed files with 19 additions and 105313 deletions

View file

@ -103,8 +103,6 @@ pub(crate) fn eh_frame(addr: Addr) -> Option<*const u8> {
core::slice::from_raw_parts(eh_frame_ptr as *const u8, 15)
);
crate::dwarf::uwutables(eh_frame_ptr as *const u8);
Some(eh_frame_ptr as *const u8)
}
}