ToolLoader icon indicating copy to clipboard operation
ToolLoader copied to clipboard

Tool type not found

Open tree1891 opened this issue 3 years ago • 3 comments

Unhandled Exception: System.InvalidOperationException: Tool type not found at Tool.Loader.Loader.CreateToolInstance(Assembly assembly, Type& optionsType) in C:\projects\toolloader\Tool.Loader\Loader.CLR.cs:line 130 at Tool.Loader.Loader.Execute(String[] args) in C:\projects\toolloader\Tool.Loader\Loader.CLR.cs:line 48 at Tool.Loader.CLR40.x86.Program.Main(String[] args) in C:\projects\toolloader\Tool.Loader.CLR40.x86\Program.cs:line 5

tree1891 avatar Feb 20 '22 03:02 tree1891

Tool.Loader.*.exe <tool-name.dll>

Which loader version and which tool? they should be matched.

wwh1004 avatar Feb 21 '22 13:02 wwh1004

Tool.Loader.Auto.exe ConfuserExKiller.dll -f <packed.dll>

tree1891 avatar Feb 21 '22 14:02 tree1891

maybe you should use older tool loader. the confuserex tools uses an old tool.interface.dll

wwh1004 avatar Feb 22 '22 03:02 wwh1004