Asxetos
01-26-2017, 02:16 PM
Hi all,
I have a working dump for a specific soft version, and wanted to adjust it to work on an updated version of the soft.
The soft protection code is insanely parametric, having dongle settings for:
App version limit, trial or full, time-out or not, user count, and 80 distinct feature bits that can be set.
An utility app included, shows me which bits are enabled.
I have identified and changed the bits for the important parts, but wondered if there is a formula for the 80 feature bits (controlled by about 10 2-byte sets each responsible for 8-16 feature bits, some control feature bits in addition to major settings).
In the last major update they changed the position (1-80) of some important bits.
Testing what a single 2-byte set can change exactly, requires 256*256 tests which is crazy.
Thanks anyway...
I have a working dump for a specific soft version, and wanted to adjust it to work on an updated version of the soft.
The soft protection code is insanely parametric, having dongle settings for:
App version limit, trial or full, time-out or not, user count, and 80 distinct feature bits that can be set.
An utility app included, shows me which bits are enabled.
I have identified and changed the bits for the important parts, but wondered if there is a formula for the 80 feature bits (controlled by about 10 2-byte sets each responsible for 8-16 feature bits, some control feature bits in addition to major settings).
In the last major update they changed the position (1-80) of some important bits.
Testing what a single 2-byte set can change exactly, requires 256*256 tests which is crazy.
Thanks anyway...