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.