Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cch123/asm-cli-rust
interative assembly shell written in rust
https://github.com/cch123/asm-cli-rust
asm assembly-language cli rust x64 x86
Last synced: 6 days ago
JSON representation
interative assembly shell written in rust
- Host: GitHub
- URL: https://github.com/cch123/asm-cli-rust
- Owner: cch123
- License: other
- Created: 2019-01-17T08:45:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T06:00:59.000Z (3 months ago)
- Last Synced: 2024-10-13T20:42:46.725Z (22 days ago)
- Topics: asm, assembly-language, cli, rust, x64, x86
- Language: Rust
- Homepage:
- Size: 492 KB
- Stars: 318
- Watchers: 6
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rust-cn - asm-cli-rust
- awesome-rust - asm-cli-rust
- awesome-rust - asm-cli-rust
- awesome-rust-cn - asm-cli-rust
- awesome-rust-zh - asm-cli-rust - 用螃蟹写的 交互式汇编 shell。 (应用 / 贡献)
- awesome-rust - asm-cli-rust - An interactive assembly shell. (Applications)
- awesome-rust - asm-cli-rust
- fucking-awesome-rust - asm-cli-rust - An interactive assembly shell. (Applications)
README
# Overview
this project is inspired by https://github.com/poppycompass/asmshell
## Preview
![x64](images/x64.png)
## Usage
```
shell> asm-cli-rust [x86/x64]default : x64
optional: x86
```key_up/key_down: history
## Build from source
1. `cargo b`
## Go version
https://github.com/cch123/asm-cli