You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo run
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Scroll(BadOffset(8))', goblin-0.3.1/src/mach/mod.rs:413:45
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
MultiArch
The text was updated successfully, but these errors were encountered:
messense
changed the title
MultiArch parsing non fat binary paniced with Scroll(BadOffset())
MultiArch parsing non fat binary panicked with Scroll(BadOffset())
Jan 20, 2021
Ok but this is still really undesirable behavior panicking in the debug printer. Would be nice to change that unwrap to an unwra_or(“NO_ARCHES”) or something
Ideally it should return an
Err
instead of panicking?thin_x86_64
file thin_x86_64.zipgoblin/src/mach/mod.rs
Line 413 in 8d91dd7
The text was updated successfully, but these errors were encountered: