charlesnathansmith / whatlicense

WinLicense key extraction via Intel PIN
78 stars 9 forks source link

Unable to generate main_hash #2

Open wutaijieing opened 1 year ago

wutaijieing commented 1 year ago

Unable to generate main_hash logfile: wl-extract -- main_hash extraction tool Target: J:\OxyDetective_x64_Setup_15.3.1.145[IAASTeam 2023]\Oxygen 15.3.1.145 loder (dll)_123\OxyDetective_Loader.exe License file: \??\D:\8899\pin-3.27-98718-gbeaa5d51e-msvc-windows_2\pin-3.27-98718-gbeaa5d51e-msvc-windows\source\tools\whatlicense\bin\regkey.dat RSA file: regkey.rsa

Skipping HWID collection

Searching for license file memory mapping...

Finished

as well as:

And some programs may trigger debug detection. Can bypass debugging detection by adding HookLibraryx86.dll and InjectorCLIx86.exe?

charlesnathansmith commented 1 year ago

I found a copy of the program you are working with that was labeled as the same version. As the name implies, the main exe is 64-bits, which this project is not currently designed for.

I will try to port everything to x64 when I have a chance. It could be the case that they just changed calling conventions and everything else is identical, or they may have made substantial use of x64 instructions. I'm going to try to take a look this week and see how large of an undertaking porting to x64 might be.