DLL · Grátis · No dispositivo

Corrupt a DLL File Online

Corrupt a Windows .dll file online for free. Destroys the PE header and export table so no application can load the library.

  • Sem envio
  • Sem limite de tamanho
  • Sem registo

Corrompa o seu ficheiro DLL

Afinado para .dll, .ocx, .sys, e funciona igualmente bem com qualquer outro formato.

100% no dispositivo
Largue ficheiros aqui ou procure Qualquer formato, qualquer tamanho, vários ficheiros de uma vez
Nível de corrupção

A processar…0%
Pronto a transferir

Porque os ficheiros DLL são difíceis de corromper como deve ser

A DLL is a PE binary like an EXE, but it fails differently and more interestingly. Applications load libraries at runtime, so a corrupted DLL does not stop a program starting. It makes it fail at the moment it reaches for a function, which is exactly the class of error that is hardest to diagnose in production.

O que esta ferramenta destrói

  • The PE header. The MZ stub, PE\0\0 signature and optional header are destroyed, so the loader rejects the image.
  • The export table. The directory listing every exported function name and ordinal is overwritten.
  • The import table. The libraries this DLL itself depends on can no longer be resolved.
  • Section data. Entropy is scattered through the code and resource sections.

O que vai ver a seguir

AplicaçãoComportamento
Application startup"The application was unable to start correctly (0xc000007b)."
LoadLibraryReturns NULL with ERROR_BAD_EXE_FORMAT.
regsvr32"The module failed to load" when registering.
Dependency toolsReport an invalid or unreadable PE image.

Motivos comuns para fazer isto

  • Testing that an application reports a missing or invalid dependency clearly.
  • Verifying a plugin host isolates a bad library instead of crashing entirely.
  • Reproducing the classic "0xc000007b" support scenario for a runbook.
  • Checking that an updater validates library files after download.

Como corromper um ficheiro DLL

  1. Largue o seu ficheiro .dll na caixa acima, ou clique para procurar.
  2. Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
  3. Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
  4. Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.

Perguntas frequentes sobre DLL

Why corrupt a DLL rather than an EXE?

Because the failure mode is different and much harder to diagnose. The application starts normally and fails later, at the moment it tries to use the library, which is exactly the scenario support teams need to practise.

Will it break the whole system?

Only for applications that load that specific library. Never corrupt system DLLs in a Windows directory, work on copies.

Does it work on .sys drivers?

Yes. Kernel drivers are PE binaries too and use the same profile.

Is the original library modified?

No. A corrupted copy is generated in memory and downloaded separately; the file you selected is only read.

Use isto de forma responsável. O Files Corrupter foi criado para testes de software, QA, investigação, formação e ensino. Entregar um ficheiro corrompido de propósito para fazer passar trabalho por concluído pode violar as regras da sua escola ou entidade empregadora. É responsável pelo uso que faz do resultado. Consulte a nossa declaração de exoneração.

Mais ferramentas system

Todas as ferramentas de corrupção