PDA

View Full Version : Hex resonse in a MessageBox


kuzco
September 17th, 2009, 15:16
Ladies and Gents,

i have another question for a program.

If i start the program, the program shows me a box (caption of the box is "enter license code" with a hex-number (i.e. AC4356FD55FF). This number has to be validated by a hex respone.
They OK button is greyed out as long as the response code is not valid.

With MesageBox I do not get what I want.

Any hint is welcome.

regards
kuzco

Kayaker
September 17th, 2009, 16:48
Quote:
[Originally Posted by kuzco;83018]They OK button is greyed out as long as the response code is not valid.


Program might be using WM_CHAR / WM_KEYDOWN notification to process the SN character by character as it's entered. No need for WM_GETTEXT.

GEEK
September 21st, 2009, 05:23
try breakpointing point-h

kuzco
September 21st, 2009, 06:20
Quote:
[Originally Posted by GEEK;83064]try breakpointing point-h


hm, thx. But how can I do a point-h breakpoint ?

kuzco
September 21st, 2009, 09:48
Quote:
[Originally Posted by kuzco;83066]hm, thx. But how can I do a point-h breakpoint ?


edit: Found a plugin for point-h. So please ignore my last post.

kuzco
November 6th, 2009, 15:36
Ok, I have tried ApiBreak (point-h), but unfortunaltely I did not find the hex-number I have entered before. So I dd not find the orginal license either.

Any hints ?

Regards
kuzco

kuzco
January 23rd, 2010, 17:27
I am still trying to find the answer.

After strating the *.exe, there will be a screen with a 40digit HEX value. This valuehas to verified with a response.

Is someone willig to help ?

Regards
kuzco