Giter VIP home page Giter VIP logo

capstone-model's Introduction

Capstone Emulator

This is a very straightforward (and brute-force) implementation of Capstone. While nothing good could be said of its performance, it does have the benefit of being simple to tweak and handy to use.

Given a machine state and a set of instructions, it executes them one by one, updating the machine state.

Setting up

Simply install a Haskell toolchain. You can use GHC packages maintained by your distribution.

Usage

You can compile the source code to a binary with

ghc Emulator.hs

You can also run it directly with runghc Emulator.hs.

The code as well as other configurations should be supplied in the standard input. You may check the files in the tests folder for examples, and pipe them through the standard input (they are out-of-date and do not work any more):

`runghc Emulator.hs < file-to-run`

The input can also be generated from the Capstone compiler:

`capstone-c source-code.c | runghc Emulator.hs`

Input Format

The emulator takes inputs as:

-Machine State : memsize, gprcnt, clock, capcnt, segcnt
-baseaddr, segsize
-List of instructions

The emulator executes the instructions one by one, following Capstone semantics, to reach an end machine state.

Possible Outputs

If the emulator has run every instruction successfully, it eventually reaches a halted state, otherwise it throws an error accordingly.

For example, when trying to scco a sealed capability, the compiler will show

Error scco

capstone-model's People

Contributors

jasonyu1996 avatar hakase56557 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.