Dotnet IL Editor (DILE) V0.2.7 Build 2551
Weekly Build (X86) V0.2.7 Build 2551 Released
1. Fixed the "Maximize" bug in WinXP.
2. Fixed bug: if DILE was opened with the Start Page disabled then clicking the Close All Windows menu item caused a NullReferenceException.
3. Fixed bug: I got a strange assembly that contains a TypeRef that... references itself. I'm not sure of what this means. I guess it's a way of obfuscators to confuse decompilers/disassemblers. But it seems to be valid IL code. So for now - as a workaround - I display all these tokens as *incorrect token*. At least, assemblies with such TypeRefs can still be loaded by DILE.
4. Quick fix for avoiding thread synchronization bugs when many assemblies are loaded at once (using several threads). http://sourceforge.net/projects/dile/files/DILE/WeeklyBuild/dile_v0_2_7_2551_weekly_build_x86.zip/download
http://sourceforge.net/projects/dile/files/DILE/WeeklyBuild/dile_v0_2_7_2551_weekly_build_x64.zip/download
|