|
I posted a util on woodmann's a while back you might be interested in. I have attatched it here for your convience. It includes source that you'll want to modify.
Originally, it was written for eLicense, so the base location of where it starts will need to be modified to reflect this protections base.
More information can be found by going to woodmanns and looking at the thread "E-license 4.0 unpacking" (page 3, 2-28-2004).
Anyway, in main(), replace
pwKeyName_ = L"\\Registry\\Machine\\SOFTWARE\\LicCtrl";
with
pwKeyName_ = L"\\Registry\\Machine\\SOFTWARE\\ZipWORX";
Hope this helps.
|