delit
November 3rd, 2000, 07:30
Hello people!
I have a little problem, maybe u could help me.
I have this proggie with a dongle protection, quite a simple program, only one .exe file. When i want to do a specific function, it sas 'No dongle!'.
I disassembled it with w32dasm, but i can not find the part of the program that is calling this message - w32dasm cant find that part of the program. Looks ike this :
xxxxx ret
xxxx1 mov blahblah (here it moves the no dongle msg)
xxxx2 call ... (the popup window)
So i assume the message is called with something like : call [ebx + xxxxx]
so w32dasm cant find that call (or jump), beacouse it dos not know the values of registers. Could IDA be of any help, i havent got it??
And another question: since the msg is shown shortly after pushing a button, i could trace manually through the program with softice, if i could stop the execution after the button has been pushed.
So could someone tell me how to make i breakpoint on the button?
TIA
I have a little problem, maybe u could help me.
I have this proggie with a dongle protection, quite a simple program, only one .exe file. When i want to do a specific function, it sas 'No dongle!'.
I disassembled it with w32dasm, but i can not find the part of the program that is calling this message - w32dasm cant find that part of the program. Looks ike this :
xxxxx ret
xxxx1 mov blahblah (here it moves the no dongle msg)
xxxx2 call ... (the popup window)
So i assume the message is called with something like : call [ebx + xxxxx]
so w32dasm cant find that call (or jump), beacouse it dos not know the values of registers. Could IDA be of any help, i havent got it??
And another question: since the msg is shown shortly after pushing a button, i could trace manually through the program with softice, if i could stop the execution after the button has been pushed.
So could someone tell me how to make i breakpoint on the button?
TIA