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
At commit 2e6d571, the disassemble example is broken.
% cargo run --example disassemble
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
Running `target/debug/examples/disassemble`
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ElfError(InvalidEntrypoint)', examples/disassemble.rs:41:59
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
At commit 2e6d571, the
disassemble
example is broken.The text was updated successfully, but these errors were encountered: