Git Product home page Git Product logo

fracture's Introduction

Fracture (tm)

Fracture is an architecture-independent decompiler to LLVM IR. It is open source software. You may freely distributed it under the terms of the 3-clause BSD license agreement found in the LICENSE file. See the INSTALL.md file for instructions on how to compile and install this software.

Fracture can speed up a variety of applications and also enable generic implementations of a number of static and dynamic analysis tools. Examples include interactive debuggers or disassemblers that provide LLVM IR representations to users unfamiliar with the instruction set, static analysis algorithms that solve indirect control transfer (ICT) problems modified for IR, use of KLEE or other LLVM technologies on binary files, and IR-based decompilers or emulators extended to work on machine binaries.

Fracture consists of an LLVM TableGen backend and associated library that ingests a basic block of target instructions and emits a directed acyclic graph (DAG) which resembles the post-legalization phase of LLVM’s SelectionDAG instruction selection process. It leverages the pre-existing target LLVM TableGen definitions, without modification, to provide a generic way to abstract LLVM IR efficiently from different target instruction sets.

Fracture currently works with the ARM backend and is still in the proof of concept stage, with several missing pieces before it can be utilitized as we intend. See the ROADMAP.md file for more information.

Trademark Notice

Fracture is a registered trademark of the Charles Stark Draper Laboratory and/or its affiliates. Other names may be trademarks of their respective owners.

fracture's People

Contributors

rtc-draper avatar dforz avatar yungcorn avatar jcarlson23 avatar gismo141 avatar effjkay avatar

Watchers

deger 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.