View Single Post
Old 03-17-09, 09:32 AM   #219
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Graf Paper
Could be they're simple DLL files or maybe some sort of scripting language.
I think they're simple DLL files actually. Just from the bits and pieces I see when viewing them with a hex editor gives me this idea. From my assembly programming days they appear to have assembly segment 'parts':

text....;.......@.................. ..`.rdata..d....P.......P..............@..@.data.. .............................@....reloc

it appears there is a text segment, rdata segment, data segment, and reloc segment.
TheDarkWraith is offline   Reply With Quote