Posted November 16, 20177 yr Hi I want to invoke method from c++/cli assembly but when I use Assembly.Load(filename) I get caught in catch block with below message: "Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.)" What should i do to load assembly and invoke method? Edited November 16, 20177 yr by Avenger
November 16, 20177 yr Author My problem solved By using https://github.com/nativelibs4java/nativelibs4java/blob/master/libraries/BeaEngine/DLL/BeaEngine.dll And https://github.com/ubbelol/ConfuserDeobfuscator/tree/x86emu I write script to invoke method Edited November 16, 20177 yr by Avenger
November 16, 20177 yr You could also try my MixedAssemblyLoader v3 to load assemblies:https://forum.tuts4you.com/topic/39332-hooking-clr-jit-before-cctor/?do=findComment&comment=188978
November 16, 20177 yr Author 1 hour ago, CodeCracker said: You could also try my MixedAssemblyLoader v3 to load assemblies:https://forum.tuts4you.com/topic/39332-hooking-clr-jit-before-cctor/?do=findComment&comment=188978 Perfect
Create an account or sign in to comment