BypassGetModuleBaseAddressAndGetExportAddress icon indicating copy to clipboard operation
BypassGetModuleBaseAddressAndGetExportAddress copied to clipboard

Сonvert

Open ghost opened this issue 3 years ago • 6 comments

  • Is it possible to convert this code to c++ ?

ghost avatar Sep 26 '22 17:09 ghost

  • Is it possible to convert this code to c++ ?

It could be done (many code do that my implementation is based on some C++/old vb.net code you can check src in my comments if needed) personally I'm not able to do with C++ (because it is not my favorite language and have not a good practice of this language)

arsium avatar Sep 26 '22 20:09 arsium

  • Thanks, I'll post here as soon as possible if I can convert this code to c++, for future guests !

ghost avatar Sep 26 '22 20:09 ghost

Hello, I got a great result I would not say that I made it myself, but still I had to fix a few lines to fully compile this repository as a .dll, after that I was able to test operation on your virtual machine I had to use a program for defragmenting code under c ++ and in the end I did this ( https://www.tangiblesoftwaresolutions.com/product_details/csharp_to_cplusplus_converter_details.html ) Thank you again Sincerely

ghost avatar Sep 28 '22 03:09 ghost

Hello, I got a great result I would not say that I made it myself, but still I had to fix a few lines to fully compile this repository as a .dll, after that I was able to test operation on your virtual machine I had to use a program for defragmenting code under c ++ and in the end I did this ( https://www.tangiblesoftwaresolutions.com/product_details/csharp_to_cplusplus_converter_details.html ) Thank you again Sincerely

You're welcome ! Yes tangible software is a great converter and mostly works (I used it to convert vb to C# most times but always have to correct manually a few lines).

Just a question : you made a fully C implementation or fully C++ ?

arsium avatar Sep 28 '22 05:09 arsium

Good morning I made a clean code in c++, there are no separate codes Only one pure converted c++ code I added this to my project as a binder And everything works fine, thanks again for this hard work, I'm sure you spent a lot of time on this If something interests me in your channel, I will take it and use it for my own purposes. Sincerely

ghost avatar Sep 28 '22 15:09 ghost

Good morning I made a clean code in c++, there are no separate codes Only one pure converted c++ code I added this to my project as a binder And everything works fine, thanks again for this hard work, I'm sure you spent a lot of time on this If something interests me in your channel, I will take it and use it for my own purposes. Sincerely

Yes lot of time ;) You're welcome !

arsium avatar Sep 28 '22 15:09 arsium