EXE · Gratis · En tu dispositivo

Corrupt an EXE File Online

Corrupt a Windows .exe file online for free. Destroys the MZ stub and PE header so Windows refuses to load the executable.

  • Sin subidas
  • Sin límite de tamaño
  • Sin registro

Corrompe tu archivo EXE

Ajustado para .exe, .msi, .scr, y funciona igual de bien con cualquier otro formato.

100% en tu dispositivo
Suelta archivos aquí o explora Cualquier formato, cualquier tamaño, varios archivos a la vez
Nivel de corrupción

Trabajando…0%
Listo para descargar

Por qué los archivos EXE son difíciles de corromper como es debido

A Windows executable is validated by the loader before a single instruction runs. The DOS MZ stub points to a PE header, which describes every section, import and entry point. Damage that chain and the program never starts, no crash, no partial execution, just a refusal.

Qué destruye esta herramienta

  • The MZ / DOS stub. The MZ signature and the offset it carries to the PE header are destroyed.
  • The PE header. The PE\0\0 signature, COFF header and optional header describing the entry point are overwritten.
  • The section table. The records mapping .text, .data and .rsrc into memory lose their structure.
  • Code and resources. Entropy is scattered through the sections, so even a manually rebuilt header points at unusable code.

Qué verás después

AplicaciónComportamiento
Windows"This app can't run on your PC" or "%1 is not a valid Win32 application."
Windows DefenderFlags the file as malformed rather than executing it.
Dependency Walker / PE toolsReport an invalid PE image.
Wine on Linux/macOSRefuses to load the binary.

Motivos habituales para hacer esto

  • Testing that an installer verifies its payload before running it.
  • Verifying a software updater detects a corrupt download and retries.
  • Checking that code-signing validation actually fires on a damaged binary.
  • Producing malformed PE files for a static analysis test suite.

Cómo corromper un archivo EXE

  1. Suelta tu archivo .exe en la caja de arriba, o haz clic para explorar.
  2. Deja el nivel en Standard salvo que quieras un daño parcial (Light) o necesites derrotar al software de recuperación (Heavy).
  3. Pulsa Corromper archivo. El procesamiento ocurre en tu dispositivo, así que termina casi al instante.
  4. Descarga el resultado. De forma predeterminada conserva el nombre de archivo y la longitud en bytes originales.

Preguntas frecuentes sobre EXE

Is a corrupted EXE dangerous to run?

It cannot run at all: Windows rejects it at load time, before any code executes. That said, only corrupt executables you own or are authorised to test.

Will antivirus flag the result?

Some engines flag malformed PE files as suspicious purely because the structure is invalid. That is expected behaviour, not a detection of anything harmful.

Does it work on MSI installers?

MSI is an OLE compound document rather than a PE binary, and is handled through that profile. It breaks just as reliably.

Can the executable be repaired?

No. The header chain and section table are destroyed, and the code itself is scattered.

Úsalo con responsabilidad. Files Corrupter está pensado para pruebas de software, QA, investigación, formación y educación. Entregar un archivo corrompido a propósito para tergiversar un trabajo terminado puede infringir las normas de tu centro educativo o de tu empresa. Eres responsable del uso que hagas del resultado. Consulta nuestro aviso legal.

Más herramientas de system

Todas las herramientas de corrupción