Giter Site home page Giter Site logo

debugger-driver's Introduction

Inception

Inception is a framework for advanced dynamic analyses of embedded systems firmware programs. It's split in three main parts which are :

  • Inception-debugger : allow near real-time communication with device under test
  • Inception-Analyzer : execute IR code in a symbolic virtual machine
  • Inception-Compiler : compile C/CPPP/S source files in LLVM IR

This project is used to send command to the Inception-debugger in order to communicate with the real hardware to use real hardware peripherals or get hardware interrupts.

How to use

This project supports 3 execution mode :

  • As a C library where the entry point is src/superspeedjtag.cpp
  • With a python interactive mode, see src/interactive.py
  • As a stand-alone program : ./Debug/inception

Python

You can use rlwrap if installed to get a real Python console. $ rlwrap python3.5 interactive.py

Stand Alone

Different arguments are supported :

  • -Debug, verbose information
  • -Debug2, more verbose information
  • -info, retrieve the IDCODE of the MPU after the reset command
  • --benchmark_io, test READ/WRITE commands 100 000 times with random value
  • -Some other tests are available, check the code ;-)

debugger-driver's People

Contributors

bounti avatar giocamurati avatar

Watchers

 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.