Introduction


No Chaos:
A hybrid between a Corrupter and a Hex Editor. It was created by and is being furthered developed by me, Jathys. I originally started the program when looking for specific data in a game, that crashed too easily when corrupted by other programs. The idea was to corrupt only the bytes that matched what I was looking for, so I could avoid corrupting the "crashable" spots.

The second release of NoChaos extends that concept even more, providing better methods to take control of the corruption process.


Corrupter:
A utility that intentionally damages data in a file. By looking for differences in the way a file works after being corrupted, you can get a good idea of what certain sections of the file do. Corrupting is usually done randomly, within a starting and ending point that the user specifies.

NoChaos enhances the art of corruption by giving you more control over how your file is changed. Corrupt only specific values -OR- corrupt by using a pattern. If you corrupt specific values, a list is generated, showing you all the matches that your search found.


Hex Editor:
A utility that allows you to change data in a file by typing Hex values.

NoChaos has a "mini-Editor" built into it. The mini-Editor is not intended to be very powerful. It simply gives you a way to see the Hex values surrounding an address you've found and type in small changes.