EXE · Gratuit · Sur votre appareil

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.

  • Aucun envoi
  • Aucune limite de taille
  • Aucune inscription

Corrompez votre fichier EXE

Réglé pour .exe, .msi, .scr, et fonctionne tout aussi bien avec n'importe quel autre format.

100 % sur votre appareil
Déposez vos fichiers ici ou parcourez Tout format, toute taille, plusieurs fichiers à la fois
Niveau de corruption

Traitement…0%
Prêt à télécharger

Pourquoi les fichiers EXE sont difficiles à corrompre correctement

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.

Ce que cet outil détruit

  • 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.

Ce que vous verrez ensuite

ApplicationComportement
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.

Raisons courantes de le faire

  • 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.

Comment corrompre un fichier EXE

  1. Déposez votre fichier .exe dans la zone ci-dessus, ou cliquez pour parcourir.
  2. Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
  3. Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
  4. Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.

Questions fréquentes sur 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.

Utilisez ceci de façon responsable. Files Corrupter est conçu pour les tests logiciels, la QA, la recherche, la formation et l'enseignement. Remettre un fichier délibérément corrompu pour faire passer un travail pour terminé peut enfreindre le règlement de votre établissement ou de votre employeur. Vous êtes responsable de l'usage que vous faites du résultat. Consultez notre avertissement.

Autres outils system

Tous les outils de corruption