ok so heres the issue im reversing a program for fun to learn to make cracks
what happens is i run hackers dissasembler and use a search for all strings and look for trial etc
so it calls a dialog window to register it than when it finds that it is successfully registered it than calls a function
to make it not a trial so my though if i go to the dialog window code that comes up and make it call the registered function instead of calling the function that does the comparing of the key etc
will i be able to do this last time i tried yesterday i used HIEW and patched the exe and when the ui ran it affected the main program i just want to know do i have the right idea?