Giter Site home page Giter Site logo

cfexplode's Introduction

Transforms files containing one or more concatenated classfiles into a series of files with a common prefix. Particularly useful on classes generated by ColdFusion's compiler.

When passed zip/war/ear/jar files, every classfile inside is processed. Where possible, the directory hierarchy in the destination directory mirrors the directory structure inside the archive.

Usage:

java -jar cfexplode.jar [outdir](outdir.md) file1 [... fileN](file2.md)

The first argument is the base output directory; remaining arguments are classfiles or archives to process.

The output files will be named foo.0.class, foo.3242.class, etc. for an output file named "foo" (pathname included), unless such a file exists already. the numbers in the file represent the offset in the original file of the start of the class data. if a file with that name exists already, then a timestamp+random nonce-based filename will be used instead.

Known bugs:

  • inner zip files larger than 2GB may cause problems (ZipInputStream.read())

cfexplode's People

Contributors

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