drevo
11-16-2006, 08:56 PM
hi, I have a dll (from a big program) and trying to get it run alone without the main program installed, the Id detectors doesn't detect anything but I think is armadillo (and older version is armadillo and the error msgs are the same as armadillo), I tried all the unpackers with no luck at all, with dillodie1.6 I can get a dump but do not work, others crashed or got thread errors.
the dll works for 15 days after installed, when changing the date one month later a nag screen appears, and of course getting the date back the nag continues, but I've set up a windows recovery point before installing and every time I restore and install again I can get the dll working another 15 days.
So where is the date expired stored? not in the registry as I have restore only the registry (manually from the recovery point) and the nag still appears, so there should be a file stored somewhere.
about the date check, the only call seems to be to time() function, I hooked time() to give the same time always, but it didn't work, will try to get all the files opened doing a hook, in filemon I get a lot of garbage it seems
thanks for reading, seeU
the dll works for 15 days after installed, when changing the date one month later a nag screen appears, and of course getting the date back the nag continues, but I've set up a windows recovery point before installing and every time I restore and install again I can get the dll working another 15 days.
So where is the date expired stored? not in the registry as I have restore only the registry (manually from the recovery point) and the nag still appears, so there should be a file stored somewhere.
about the date check, the only call seems to be to time() function, I hooked time() to give the same time always, but it didn't work, will try to get all the files opened doing a hook, in filemon I get a lot of garbage it seems
thanks for reading, seeU

