asm-cli-rust icon indicating copy to clipboard operation
asm-cli-rust copied to clipboard

interative assembly shell written in rust

Results 4 asm-cli-rust issues
Sort by recently updated
recently updated
newest added

Compiling unicorn v0.9.1 error: could not find native static library `unicorn`, perhaps an -L flag is missing? error: aborting due to previous error error: could not compile `libunicorn-sys`. warning: build...

help wanted
question

I compiled it using the release mode Input: ``` asm-cli-rust -a x86 ``` Output: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Unsupported', src/main.rs:46:48 note: run with...

Hello, I just noticed this, I don't know if it is intentional, but the repo's about: "interative assembly shell written in rust", has a typo, "intera**c**tive".

**platform:** Linux **version:** Latest **Overview:** Main() panicked with reachable assertion in MatchAndEmitATTInstruction() function. **Error Message** ``asm-cli-rust: /home/nyw0102/.cargo/git/checkouts/keystone6a7a70f3378d0b72/1856935/bindings/rust/keystone-sys/keystone/llvm/include/llvm/ADT/StringRef.h:210: char llvm_ks::StringRef::operator[](size_t) const: Assertion `Index < Length && "Invalid index!"' failed. Aborted ```...