DLL · Ücretsiz · Cihazda

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.

  • Yükleme yok
  • Boyut sınırı yok
  • Kayıt yok

DLL dosyanızı bozun

.dll, .ocx, .sys için ayarlandı ve diğer tüm biçimlerde de aynı şekilde çalışır.

%100 cihazda
Dosyaları buraya bırakın veya seçin Her biçim, her boyut, aynı anda birden çok dosya
Bozma seviyesi

Çalışıyor…0%
İndirmeye hazır

DLL dosyalarını düzgün bozmak neden zordur

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.

Bu araç neyi yok eder

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

Sonrasında ne göreceksiniz

UygulamaDavranış
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.

Bunu yapmanın yaygın nedenleri

  • 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 dosyası nasıl bozulur

  1. .dll dosyanızı yukarıdaki kutuya bırakın veya seçmek için tıklayın.
  2. Kısmi hasar (Light) istemiyorsanız ya da kurtarma yazılımını alt etmeniz (Heavy) gerekmiyorsa seviyeyi Standard bırakın.
  3. Dosyayı boz düğmesine basın. İşlem cihazınızda yapılır, bu yüzden neredeyse anında biter.
  4. Sonucu indirin. Varsayılan olarak özgün dosya adını ve bayt uzunluğunu korur.

DLL hakkında sık sorulanlar

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.

Bunu sorumlu biçimde kullanın. Files Corrupter; yazılım testi, QA, araştırma, eğitim ve öğretim için yapıldı. Tamamlanmış bir çalışmayı yanlış göstermek amacıyla bilerek bozulmuş bir dosya teslim etmek okulunuzun veya işvereninizin kurallarını çiğneyebilir. Çıktıyı nasıl kullandığınızdan siz sorumlusunuz. Bakınız: sorumluluk reddi.

Diğer system araçları

Tüm bozma araçları