Posted March 22, 201510 yr Did anybody ever created plugins for ollydbg in c#?is it worth it to try, as im more experiecned with c#, or should i rather do it in c/c++? or is it easier for simple tasks to use scripts? if this is not the proper section, please move the thread Edited March 22, 201510 yr by li0nsar3c00l
March 22, 201510 yr Probably it is possible if you abuse C#. But it is not recommended. It is much easier in C/C++.
March 22, 201510 yr If you write a C++ proxy to launch the framework and load your own plugins it is entirely possible. But you will have to rewrite the entire SDK for C# which would be rather annoying to do.
March 23, 201510 yr it's possible. take a look at tutorials like http://www.codeproject.com/Articles/439223/Exporting-functions-in-Csharp-VB-NET-to-native-cod i dont recommend doing it though
March 24, 201510 yr There is a solution help you to make a dll that native programs can "understand" it https://sites.google.com/site/robertgiesecke/Home/uploads/unmanagedexports
Create an account or sign in to comment