Skip to content

cch123/asm-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Overview

ASM shell based on unicorn

Currently only support x86 and x64 arch,

Releases

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

Snapshots

X64 mode : x64

X86 mode : x86

Dependency

  1. keystone-engine/keystone
  2. unicorn-engine/unicorn
  3. golang (https://golang.org/doc/install)
  4. that's all!

Build From Source

  1. install keystone(https://github.com/keystone-engine/keystone)
  2. install unicorn (https://github.com/unicorn-engine/unicorn)
  3. install golang (https://golang.org/doc/install)
  4. build this project

Build

  1. go get -u github.com/c-bata/go-prompt
  2. go get -u github.com/unicorn-engine/unicorn/bindings/go/unicorn
  3. cd $GOROOT/
  4. go build *.go

Run

./8086 -a x86 #32bit mode

./8086 -a x64 #64bit mode (default, even on x86)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages