Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2006, 07:37
kittmaster kittmaster is offline
Friend
 
Join Date: Feb 2005
Location: USA
Posts: 30
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kittmaster Reputation: 0
Need Help With Masm Dialog Resource File Data

Hey guys,

I'm working with ziggy's keygen 0 template and have some questions regarding the window sizing parameter inn the rcsc.rc file

Below is the code with text of what I understand and the questions in which I don't. I've done some searching on google and the help files don't tell me anything. So if you could clarify I might be well on my way!

1 DIALOGEX 0, 0, 225, 85, 0 <<<< 0?, 0?, 225 I found is length, 85 is width, 0?....???? Lost on the numbering
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX <<<understood
EXSTYLE WS_EX_STATICEDGE
CAPTION "Kittmaster's Keygen"<<<understood
FONT 7, "MS SANS SERIF"<<<understood

BEGIN
ICON 3, 1, 4, 4, 35, 35 ; place application icon top left of dialog box <<<<Makes sense, but what do the numbers do? I think the 35 35 is the height and width, but what about the rest????

EDITTEXT 1002, 33, 26, 183, 10, NOT WS_BORDER | ES_CENTER, WS_EX_STATICEDGE <<<<<< I know the 1002 is the command variable from the asm file, but what does the rest of the number do? I think they are offsets, but offset to what and where???...........I may need some RTFM help, but where IS the manual that explains this part? The border, center, staticedge I get


EDITTEXT 1003, 33, 44, 183, 10, NOT WS_TABSTOP | NOT WS_BORDER | ES_CENTER | <<<<see above

ES_AUTOHSCROLL | ES_NOHIDESEL | ES_READONLY, WS_EX_STATICEDGE
PUSHBUTTON "Generate", 1005, 50, 65, 50, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "Copy", 1006, 122, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "About", 1007, 156, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood
PUSHBUTTON "Close", 1004, 189, 65, 30, 12, BS_CENTER | BS_VCENTER, WS_EX_STATICEDGE<<<understood

CTEXT "Appname", 1001, 33, 8, 183, 10, SS_SUNKEN, WS_EX_STATICEDGE <<<understood except numbers??
LTEXT "Name", 4, 5, 26, 26, 10 <<<understood except numbering
LTEXT "Serial", 5, 4, 44, 26, 10<<<understood except numbering
Reply With Quote
  #2  
Old 02-18-2006, 08:14
Innocent
 
Posts: n/a
The numbers have to do with the position of the object. Don't bother looking at the resource file text; use a resource editor to work with the file. Winasm Studio is a free IDE that you can use.
Reply With Quote
  #3  
Old 02-18-2006, 09:15
kittmaster kittmaster is offline
Friend
 
Join Date: Feb 2005
Location: USA
Posts: 30
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kittmaster Reputation: 0
I registered at the site, but when I click on the "download full package" it launches in ie and give a hex dump of the file. I tried flashget and it downloads the .php file.........

Is there another direct source around that can properly deliever it?

I've google the "winasm.zip" and not much in return.......thanks for the tip......

UPDATE: I found 3.0 and starting with that to make the changes

Chris

Last edited by kittmaster; 02-18-2006 at 10:06.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to add a large block of data into a file to patch it? Chuck954 General Discussion 8 09-06-2019 14:47
ripping some data from upx packed file macpiter General Discussion 4 11-09-2005 20:41


All times are GMT +8. The time now is 18:07.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )