flamer
June 26th, 2016, 02:32
Hey guys,
I have a piece of software I'm trying to break. It has a 20 minute time limit on running, there is a window that you can enter a username, email address and reg key (its a window not a popup), however it gives no message saying whether the key was valid or invalid, its quite stupid actually once 20 minutes is up, it just pops up the same register window and stops the program from running, you can then close and reopen it and the 20 min starts over again if the reg key is accepted, next time you open the software the register option is removed from the context menu (according to the manual).
I would just like to find the time limit and bypass it or bypass the regkey check, anyone have any suggestions?
I have found by stepping through the program line by line some reference to the "regkey" acsii value (the value I entered last time the program ran), it does some moving and adding then a test, I changed the je to a jne however it did not make a difference.
can anyone give me some suggestions or can I pm someone the code to have a look? Is there anyway I can find where the 20 minute value is set in the code?
thanks!
I have a piece of software I'm trying to break. It has a 20 minute time limit on running, there is a window that you can enter a username, email address and reg key (its a window not a popup), however it gives no message saying whether the key was valid or invalid, its quite stupid actually once 20 minutes is up, it just pops up the same register window and stops the program from running, you can then close and reopen it and the 20 min starts over again if the reg key is accepted, next time you open the software the register option is removed from the context menu (according to the manual).
I would just like to find the time limit and bypass it or bypass the regkey check, anyone have any suggestions?
I have found by stepping through the program line by line some reference to the "regkey" acsii value (the value I entered last time the program ran), it does some moving and adding then a test, I changed the je to a jne however it did not make a difference.
can anyone give me some suggestions or can I pm someone the code to have a look? Is there anyway I can find where the 20 minute value is set in the code?
thanks!