zj2089 / asm-cli

Interactive shell of assembly language(X86/X64) based on unicorn and rasm2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

ASM shell based on unicorn

Currently only support x86 and x64 arch,

Because rasm2 only support 32/64 bits opcode to machine code conversion

Releases

https://github.com/cch123/asm-cli/releases

Snapshots

X64 mode : x64

X86 mode : x86

Dependency

  1. rasm2 in radare2
  2. unicorn-engine/unicorn
  3. that's all!

Build From Source

  1. install radare2
  2. install unicore and golang bindings
  3. build this project

About

Interactive shell of assembly language(X86/X64) based on unicorn and rasm2

License:MIT License


Languages

Language:Go 100.0%