DLL · Бесплатно · На устройстве

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.

  • Без загрузки на сервер
  • Без ограничения размера
  • Без регистрации

Испортите свой файл DLL

Настроено под .dll, .ocx, .sys, и так же работает с любым другим форматом.

100% на устройстве
Перетащите файлы сюда или выберите Любой формат, любой размер, несколько файлов сразу
Уровень порчи

Выполняется…0%
Готово к загрузке

Почему файлы DLL трудно испортить как следует

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.

Что разрушает этот инструмент

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

Что вы увидите после

ПриложениеПоведение
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.

Частые причины это сделать

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

Как испортить файл DLL

  1. Перетащите файл .dll в поле выше или нажмите, чтобы выбрать.
  2. Оставьте уровень Standard, если вам не нужно частичное повреждение (Light) или победа над программами восстановления (Heavy).
  3. Нажмите Испортить файл. Обработка идёт на вашем устройстве, поэтому заканчивается почти мгновенно.
  4. Скачайте результат. По умолчанию он сохраняет исходное имя файла и длину в байтах.

Вопросы о 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.

Пользуйтесь ответственно. Files Corrupter создан для тестирования ПО, контроля качества, исследований, обучения и преподавания. Сдача намеренно испорченного файла, чтобы выдать работу за выполненную, может нарушать правила вашего учебного заведения или работодателя. Вы отвечаете за то, как используете результат. Смотрите наш отказ от ответственности.

Другие инструменты для system

Все инструменты порчи файлов