> For the complete documentation index, see [llms.txt](https://corrupt.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://corrupt.wiki/other-corruptors/classic-corruptors/lesser-known-corruptors.md).

# Lesser known corruptors

* [**Index**](/other-corruptors/classic-corruptors/lesser-known-corruptors.md)
  * [Chain Chomp](#chain-chomp)
  * [Erosion-v4](#erosion-v4)
  * [ROM Poison](#rom-poison)
  * [The Haggleforth Rom Corruptor](#the-haggleforth-rom-corruptor)
  * [rcorrupt](#rcorrupt)
  * [oxidizer](#oxidizer)
  * [Alice Corruptor](#alice-corruptor)

### Chain Chomp

**Author:** "Lafolie"\
**Source:** <https://bitbucket.org/Lafolie/chainchomp>\*\*\*\*\
**Download:** <https://bitbucket.org/Lafolie/chainchomp/downloads/ChainChomp-0.9.1.zip>

> *Chain Chomp is a plugin-based corruptor that is open source. This main concept of this corruptor is that operations on on a chain basis, where operations are driven from plugins, individually configurable.*

![](/files/-M4c7JIQwzOA7ZN1SodW)

### Erosion-v4

**Author**: juanmv94\
**Download**: <https://github.com/juanmv94/Erosion-v4>

> *A small file corrupter project from 2016 emerged from the need for an actual fast and advanced ROM and file corrupter. Only the binary was released, being this the first time the source code is available.*

![](/files/-M4cAZlyX-fAf2NwTKHw)

###

### ROM Poison

**Author**: Coolcord\
**Download**: <https://github.com/Coolcord/ROM_Poison>

> *ROM Poison is designed to be a simple, but powerful, ROM corruptor. Due to the nature of ROM corruptors, this can be used on any file, but it is intended to be used with video game ROMs (such as NES, SNES, and N64 games). It is written in C++11 using the Qt5 libraries, making it multiplatform.*

![](/files/-M4cC0oj46t_sjaDm5L-)

### The Haggleforth Rom Corruptor

**Author**: RyanTheNerd\
**Download**: <https://github.com/RyanTheNerd/rom_corruptor>

> *A basic rom corruptor written in python. runs exclusively in command line and takes configuration of the corruption through a json file*

### rcorrupt

**Author**: xpcybic\
**Download**: <https://github.com/xpcybic/rcorrupt>

> *A basic rom corruptor written in c. runs exclusively in command line with arguments*

### oxidizer

Author: ix\
Download: <https://github.com/ix/oxidizer>

> *A basic rom corruptor written in rust. runs exclusively in command line with arguments*

### Alice Corruptor

Author: AliceTS\
Download: [Archive](https://cdn.discordapp.com/attachments/1137901970087227462/1137902013380837456/alicecorruptor.zip)

<figure><img src="/files/DVVoITwQhbntDdbe7dL7" alt=""><figcaption></figcaption></figure>

> *A basic process corruptor written in Cheat Engine. Brought PC games corruptions to life before the development of ProcessStub was finished.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://corrupt.wiki/other-corruptors/classic-corruptors/lesser-known-corruptors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
