ergrelet / unlicense

Dynamic unpacker and import fixer for Themida/WinLicense 2.x and 3.x.
GNU General Public License v3.0
1.06k stars 191 forks source link

The specified module could not be found #98

Closed ItsProfessional closed 1 year ago

ItsProfessional commented 1 year ago

DLL: https://gofile.io/d/F48nPJ

I get this error when trying to use unlicense on that dll. The dll is a hook dll for a game. When normally injecting the dll into the game, I don't get this error, so I don't think this is a problem with the dll.

image

ergrelet commented 1 year ago

Hi!
I believe this a very unclear way for rundll32 to say that a dependency of hackpro.dll hasn't been found.
You need to make sure the DLL can be loaded properly by rundll32, so from what you said, I think you should try from the game's directory, where the needed dependencies might be located.

ItsProfessional commented 1 year ago

That worked, thanks.