Giter Club home page Giter Club logo

kunaltyagi / boomerang Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boomerangdecompiler/boomerang

0.0 3.0 0.0 25.9 MB

Boomerang Decompiler - Fighting the code-rot :)

Home Page: http://jenkins.nemerle.eu/

License: Other

CMake 0.27% C++ 78.72% Shell 0.13% Lex 0.24% Yacc 0.73% Objective-C 4.09% Max 0.18% MATLAB 1.28% C 11.47% Ruby 2.38% Python 0.18% Assembly 0.18% Haskell 0.09% Fortran 0.01% TypeScript 0.01% Perl 6 0.01% XSLT 0.06%

boomerang's Introduction

Welcome to boomerang decompiler

Join the chat at https://gitter.im/nemerle/boomerang

This repository is now connected to continous integration server: http://jenkins.nemerle.eu Generated documentation is available at http://jenkins.nemerle.eu/job/boomerang/doxygen/

This is an experimental branch of boomerang project, the inital goals are:

  1. Try to fix all warnings from GCC and Clang's -Wall
  2. Verify stability of decompilation results: compare 2 run results, they should be exactly the same.
  3. Simplify code base using features available in c++11

Considering part 3, the target compilers are GCC >=4.6 family (MinGW on windows), Clang and MSVC>=2015.

For full ( and slightly stale :) ) build instructions please see

Compiling the next branch

Note that on a debian system you can usually get away with:

sudo apt-get install git cmake qt5-default
cd YOUR_FAVOURITE_DEVELOPMENT_DIRECTORY
git clone git://github.com/nemerle/boomerang.git
cd boomerang
mkdir build && cd build
cmake ..
make

To compile on windows, it should be enough to have:

Testing

After building boomerang You can run the test suite, to do that you will need ruby interpeter and a bash compatible shell.

  ./full_regression.sh

After running full_regression, the tool will report tests on which boomerang crashed. You can also check if Your changes to boomerang, produced any changes in the quality of decompiled code by running YOUR_FAVOURITE_DIFF_GUI ./tests/outputs ./tests/baseline

Additionally, if You enable the test suite option in ( CMake option ), boomerang unit-test can be run by

make test

Thanks.

boomerang's People

Contributors

andrew-aladev avatar arbruijn avatar aszlig avatar cooloppo avatar gitter-badger avatar hakusdream avatar nemerle avatar reductor avatar rsaxvc avatar

Watchers

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