Code Monkey home page Code Monkey logo

diablo's Introduction

Diablo (Diablo Is A Better Link-time Optimizer) is a retargetable link-time
binary rewriting framework. While our focus has been mostly on program
compaction and software protection, binary rewriting has a much broader range of
applications: speed optimizations, power consumption optimizations, size
optimizations, watermarking, instrumentation, etc.

A good binary rewriting framework (one like Diablo :-)) is also very useful for
program analysis and understanding. For instance, Diablo can print out the
control flow graph for all functions in a program, annotated with for example
liveness information.

Lately Diablo has been used in the ASPIRE project to develop a number of
software protection techniques, the code of which can be found in the aspire
subdirectory.

Diablo is licensed under the GPLv2 license:

    Copyright (C) 2016  The Diablo Team

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

The full license can be found in the COPYING file.

Diablo furthermore links against (and this repository contains their code for the ease of building Diablo):
* Judy for sparse dynamic arrays (in the judy/ subdirectory)
* Jansson for working with JSON data (in the jansson-2.6 subdirectory)
which each is copyrighted by their respective authors, and each fall under their own licenses as mentioned in their respective headers and LICENSE file.

We also have a website:

    http://diablo.elis.ugent.be/

diablo's People

Contributors

babrath avatar bcoppens avatar

Watchers

 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.