Avenger Posted November 16, 2017 Posted November 16, 2017 (edited) 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, 2017 by Avenger
Avenger Posted November 16, 2017 Author Posted November 16, 2017 (edited) 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, 2017 by Avenger
CodeExplorer Posted November 16, 2017 Posted November 16, 2017 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 1
Avenger Posted November 16, 2017 Author Posted November 16, 2017 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now