Diablo is a retargetable link-time binary rewriting framework
License
csl-ugent/diablo
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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.
About
Diablo is a retargetable link-time binary rewriting framework
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published