I paid for a custom piece of software to be made for myself and my company and everything is working fine, however, I can no longer reach the original programmer to get more licensed copies. I do not know the passwords he used on this computer to make my copy registered, so heres the steps I have taken: copied software from computer A to computer B copied registry file from A to B verified passwords and reg key was the same The problem is that when the software was copied over, the serial number is different from computer A. Any one know where a serial number may be stored so I can manually change it on computer B and HOPE that will allow computer B to have a registered copy? THANK YOU IN ADVANCE!!!
Welcome to G4EF Now, about your issue ... I don't think you will be successful, even if you find where the serial is stored. What many software do is .. they check a system for the presence of a serial. If serial is found, they match the serial found with the serial which they generate (usually from PC-specific parameters like OS Version, Processor, Hard drive serial number etc ..). So, even if you change the serial manually, the software will detect it (most probably). And, will automatically restore it to the correct serial for that PC. I think you need to hire a reverser, to make a key-gen for you. Best of luck
custom, as in i told the programmer what I need it to do and he created it. From the reporting to the function to the importing leads from our website. It pretty much does everything. Its not "basic" so speak but I think it was back in 02, if im not mistaken, when it was made.
THANKS! i dont think the software is NEAR that advanced, to be honest. This is such a time consuming process to go thru, step by step. Ive found .ini files that relate to the program, however, some of them are completely blank, to the human eye that is. I may have to dig deeper for a program that can read text that isnt "apparent". im not a complete stand still but im about 80% on the way to giving up.
Hello what would be good idea to do is open the .exe in ollydbg and scan trace the code look for values where it says you need to change buy this blah blah blah or license is invalid. it will show u where lines jump at what not and show u the ESP i belive its called and through C-O check the line and see if it is having a value set to z=1 and if its a JMP and a API targeting it that is set to execute after it stating license then all u would have to mainily jump the .exe to where it shows the real software and just bypassing the license part