Giter Club home page Giter Club logo

echo's Introduction

Echo

Echo is an experimental generic, static analysis, symbolic execution and emulation framework, that aims to help out with binary code analysis for a variety of platforms.

Echo is released under the LGPLv3 license.

Main Features

  • Control flow analysis
    • Create static and symbolic flow graphs
    • Dominator analysis
    • Serialize into scoped flow blocks or a list of instructions
  • Data flow analysis
    • Create data flow graphs
    • Inspect stack and variable dependencies of instructions.
  • Unified generic API.
    • Serialize any kind of graph to the dot file format.
    • Adding a new platform for flow analysis requires minimal effort

Supported platforms:

Architecture Back-end Control Flow Data Flow Purity Classification Emulation
CIL AsmResolver ✓ (WIP)
CIL dnlib
x86 (32-bit) Iced
x86 (64-bit) Iced

Compiling

Echo can be built using dotnet build, or any IDE that is capable of building .NET Standard 2.0 projects (such as Visual Studio or JetBrains Rider).

Not all projects need to be built for a working binary to be produced. Only the core libraries found in src/Core are required to be built. Any other project, such as the platform-specific back-ends in the src/Platforms directory and the test projects in test/, is optional and can be unloaded safely.

Build Status

Branch Status (Linux)
master Linux

Documentation

Check out the wiki for guides and information on how to use the library!

Contributing

See CONTRIBUTING.md.

Found a bug or have questions?

Please use the issue tracker. Try to be as descriptive as possible.

echo's People

Contributors

washi1337 avatar zsr2531 avatar holly-hacker avatar elektrokill avatar tobitofatitore avatar jpaja avatar anonym0ose avatar cursedland avatar anikolaeff avatar

Watchers

James Cloos 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.