The Wayback Machine - https://web.archive.org/web/20210109003333/https://github.com/cch123/asm-cli
Skip to content
master
Go to file
Code

Files

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

readme.md

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)

You can’t perform that action at this time.