Coder Social home page Coder Social logo

1010101012101 / diablo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from csl-ugent/diablo

0.0 1.0 0.0 3.55 MB

Diablo is a retargetable link-time binary rewriting framework

Home Page: https://hookcurlslice.ai

License: GNU General Public License v2.0

CMake 0.74% C 77.37% C++ 13.54% Objective-C 0.20% Shell 3.02% M4 0.09% C# 2.19% Assembly 0.07% Lex 0.40% Yacc 0.79% Perl 0.01% Python 1.58%

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.

The easiest way to get Diablo compiled and running, including having a
pre-built ARM toolchain, is by using a Docker image we developed for the Aspire
FP7 project. It can be found on Github
(https://github.com/aspire-fp7/framework). Note that this Docker contains more
than just Diablo: it features the entire Aspire protection tool chain, of which
Diablo is just a part.

diablo's People

Contributors

babrath avatar bcoppens 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.