mirror of
https://github.com/0xd4d/de4dot
synced 2026-06-08 10:09:02 +00:00
f351a09564
This way it's possible to use a rename-all regex (.*) without renaming symbols that shouldn't be renamed (eg. methods that are defined in an interface in a non-deobfuscated module, eg. Dispose()). A warning is displayed if an assembly can't be loaded.