![]() |
|
|
|
#1
|
|||
|
|||
|
Quote:
In the screen shot after the these are typically the commands that would be used to take the serial generator and display it in the keygen output box. The final answer is stored in hex in the ebx register and I want that data to be push to the output dialogbox text. This is the commands as I figured them: Code:
invoke wsprintf, addr tempbuffer, addr decimalformat, eax ; write decimal value of edx invoke SetDlgItemTextA,handle,IDC_SERIAL, addr genedserial ; display serial |
|
#2
|
|||
|
|||
|
I found my solution, thanks to those who responded:
This is what it was: Code:
decimalformat db "%d",0 Quote:
should be Code:
"%0X",00h this is what nailed it. Should have realized that the call to the string is necessary and then needs a decision as to what TYPE of output it should be. So I've adjusted my models to include a program switch that will display both if needed. Thanks for this...........Life saver!! Chris |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help register in www.aoreteam.com/vb | cxj98 | General Discussion | 2 | 09-14-2014 21:25 |
| Hiew 6.86 register files | ibro | General Discussion | 0 | 11-12-2004 15:05 |