0xd4d / dnlib

Reads and writes .NET assemblies and modules
MIT License
2.14k stars 583 forks source link

Single File Executable Error: .NET data directory RVA is 0 #534

Open xibaoning opened 9 months ago

xibaoning commented 9 months ago

ModuleDefMD.Load("test.exe"); //exception: .NET data directory RVA is 0 test.exe is .net8.0 windows ,publish by Single File Executable, but ILSpy load test.exe is ok