GithubHelp home page GithubHelp logo

gavz / jarjarbigs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mogwailabs/jarjarbigs

0.0 1.0 0.0 2 KB

A python script to merge multiple jar files for easier debugging via JD-Eclipse

Python 100.00%

jarjarbigs's Introduction

jarjarbigs.py

JD-Eclipse (the Eclipse plugin of JD-GUI) has issues when it needs to decompile a class that is located in another archive. We can work arround this limitation by providing all class files in one big jar file. jarjarbigs.py is a script to create such a merged jar file. It walks through the provided directory and unpacks all jar/war/ear archives (and jar/war files included in those archives). The .class files are then merged into one jar archive.

The generated jar file can be included as a external reference in a Eclipse project to debug a remote target via Eclipse/JD-Eclipse.

Usage

Using jarjarbigs.py is simple, just provide the directory with all jar/war/ear files and the name of the new jar file:

python3 jarjarbigs.py /opt/source/directory /home/h0ng10/work/testjar.jar

Aditional options

-l logfile

Create an additional log file that logs the archive name and each extracted class file. Allows an easy search which could be useful when ceating proof of concept tools/clients.

-x xml-archive

Creates an addtional ZIP archive with all .xml and .properties files.

jarjarbigs's People

Contributors

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