Download Latest Version transformenator.jar (170.7 kB)
Email in envelope

Get an email when there's a new version of transformenator

Home / 1.10
Name Modified Size InfoDownloads / Week
Parent folder
transformenator.jar 2015-07-11 105.5 kB
transformdirectory.bat 2015-07-11 781 Bytes
transformdirectory.sh 2015-07-11 732 Bytes
transformutil.bat 2015-07-11 629 Bytes
transformutil.sh 2015-07-11 589 Bytes
readme.txt 2015-07-11 1.7 kB
Totals: 6 Items   109.9 kB 0
New for this version:
=====================

New function: TransformDirectory utility now can 'normalize' out-of-control filename characters 

New extraction utility functions:
  ExtractCPTFiles - extract files from CPT word processor disk image
  ExtractHPFiles - extract files from HP instrument (not LIF) disk image
  ExtractXerox860Files - extract files from Xerox 860 8" disk image
  transformutil.bat/.sh -simplifies the invocation of all utilities 

New transforms: Word Writer 4 for Commodore 64, Xerox 860

Bug fix: "Toggles" (%) are now reset at the start of each file when processing a directory full of files

Transformenator introduction:
=============================

Transformenation is something that should be possible to do with some rudimentary shell scripting. You should be able to run a binary file through sed or awk and have byte sequences change to different byte sequences.

But you can't.

You could probably run a file through a hex dumper, change hex values, then un-transform it back to binary. But that's kind of a pain too. The problem is that sed and awk work on lines, defined as things that are delineated by what they consider line ending characters like 0x0d or 0x0a. But what if your data stream contains 0x0d and 0x0a bytes - but you don't want them to count as line endings? What if you need to remove nulls, hex zeroes, or whatever you want to call them from a binary file or data stream?

You're stuck.

Maybe that's why you're here. Transformenator can help.

Invocation:
java -jar transformenator.jar transform_name infile outfile

See http://transformenator.sourceforge.net for details.
Source: readme.txt, updated 2015-07-11