Cyberdyne
March 5th, 2002, 03:46
Hi, I`m a newbie at reversing protections. Have succesfully managed to reverse winzip and a few other simple protections.
But I am stuck with a program called Tabledit from h*tp://www.tabledit.com/
There are no error messages for a wrong serial. I`ve been able to set a breakpoint on MY serial (using hmemcpy and then PAGE it and set a break range on 30:location 30:loc+7) that i enter and still cannot find how it compares it to the correct serial.
Its taking my entry one byte at a time into the variable BL and moving it to EAX once complete, but then EAX is empty and there are no compares. Whats going on?
I`ve seen once before a patch for this program by Laxity and its supposed to be difficult, but I just want to know what would be the best way to attack this program. I don`t think its packed. String references are available in wdasm. Also theres lots of XOR`ing going on.
I`m NOT looking for the answer, just a point in the right direction.
I`ve looked in every register going and cannot find anything.
Thanks.
Sorry if my explanation isn`t very clear, I`m still learning.
P.S.
What is the location in User called Bozo`s live here?
But I am stuck with a program called Tabledit from h*tp://www.tabledit.com/
There are no error messages for a wrong serial. I`ve been able to set a breakpoint on MY serial (using hmemcpy and then PAGE it and set a break range on 30:location 30:loc+7) that i enter and still cannot find how it compares it to the correct serial.
Its taking my entry one byte at a time into the variable BL and moving it to EAX once complete, but then EAX is empty and there are no compares. Whats going on?
I`ve seen once before a patch for this program by Laxity and its supposed to be difficult, but I just want to know what would be the best way to attack this program. I don`t think its packed. String references are available in wdasm. Also theres lots of XOR`ing going on.
I`m NOT looking for the answer, just a point in the right direction.
I`ve looked in every register going and cannot find anything.
Thanks.
Sorry if my explanation isn`t very clear, I`m still learning.
P.S.
What is the location in User called Bozo`s live here?