unpacking dds from emb
Posted: Sat Mar 17, 2012 3:45 pm
Hi, i'm trying to unpack emb files with this:
but quickbms gives me full length of the file everytime
basically i need to delete first 0x40, but how?
sample file
Code: Select all
idstring "#EMB"
get UNK1 long
get UNK2 long
get FILES long
goto 0x24
get SIZE long
goto 0x40
getdstring EXT 0x3
get NAME filename
string NAME += .
string NAME += EXT
log NAME OFFSET SIZEbasically i need to delete first 0x40, but how?
sample file