cfexplode

A tool that separates concatenated classfiles as generated by cfcompile
Download

cfexplode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache
  • Publisher Name:
  • cstone
  • Publisher web site:
  • http://code.google.com/u/108464200452254235362/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 12 KB

cfexplode Tags


cfexplode Description

cfexplode is a simple, free and open-source application that 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 file1 ... fileN 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. cfexplode is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).


cfexplode Related Software