Relative Content

Tag Archive for c++dll

how to search vtable pointer from a .dll file?

There are now two classes, an abstracted parent and an inherited child.
That parent class will be exported from a head file to be a .dll file but child not be.
Assuming that we use class.cpp file to successfully generate a .dll file and
only use main.cpp file to generate a .exe file linked with this .dll file.

how to search vtable pointer from a .dll file?

There are now two classes, an abstracted parent and an inherited child.
That parent class will be exported from a head file to be a .dll file but child not be.
Assuming that we use class.cpp file to successfully generate a .dll file and
only use main.cpp file to generate a .exe file linked with this .dll file.

Checking a dll content with C#

I play a game with a lot of mods. These mods come in the form of resources (images, contiguration files) as well as .dlls for C# code added or modifying the original game. The problem is that there is no mechanism to prevent conflicts between mods. Example of errors

Checking a dll content with C#

I play a game with a lot of mods. These mods come in the form of resources (images, contiguration files) as well as .dlls for C# code added or modifying the original game. The problem is that there is no mechanism to prevent conflicts between mods. Example of errors

Checking a dll content with C#

I play a game with a lot of mods. These mods come in the form of resources (images, contiguration files) as well as .dlls for C# code added or modifying the original game. The problem is that there is no mechanism to prevent conflicts between mods. Example of errors

How do I decompile a dll file

I have a .dll file that I believe is written in C++ and I would like to decompile it to see the code. I am aware that decompiling C++ can be complex due to the nature of the language and the optimizations used during compilation. What are some tools available that can help me with decompiling a C++ DLL file? I’m looking for tools that can provide me with readable assembly code or, if possible, higher-level code reconstruction. Additionally, any tips on how to approach this task effectively would be appreciated.

Class in DLL crashes application

I am using Microsoft Visual Studio Professional 2022 (64-bit), I am trying to add classes to a DLL. Previously I have created a DLL which contains string resources and this works fine. However any attempt at adding a class, even the simplest example, crashes. Here is my demo DLL class:

c# dll crashes application

I am using Microsoft Visual Studio Professional 2022 (64-bit), I am trying to add classes to a dll, previously I have create a dll which contains string resources and this works fine. However, so far any attempt at adding a class event the simplest example crashes, here is my demo dll class:

c# dll application crashes

I am using Microsoft Visual Studio Professional 2022 (64-bit), I am trying to add classes to a dll, previously I have create a dll which contains string resources and this works fine. However, so far any attempt at adding a class event the simplest example crashes, here is my demo dll class: