The Forum is up for sale: XeNTaX Forum looking for new owner
QuickBMS help
-
chrrox
- Moderator
- Posts: 2602
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1411 times
-
chrrox
- Moderator
- Posts: 2602
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1411 times
Re: QuickBMS help
get size asize 1
or whatever number the memory file is.
why not just post your script and the file?
but you should already have the size of the memory file when you put it there int he first place.
or whatever number the memory file is.
why not just post your script and the file?
but you should already have the size of the memory file when you put it there int he first place.
-
chrrox
- Moderator
- Posts: 2602
- Joined: Sun May 18, 2008 3:01 pm
- Has thanked: 57 times
- Been thanked: 1411 times
Re: QuickBMS help
i don't see any names in the file if you want a much easier way to extract them use offzip
here are the commands
for a single file output do
offzip.exe -a -1 c:\file.zlib c:\outFolder 0x0
for each zlib piece seperate
offzip.exe -a -c:\file.zlib c:\outFolder 0x0
here are the commands
for a single file output do
offzip.exe -a -1 c:\file.zlib c:\outFolder 0x0
for each zlib piece seperate
offzip.exe -a -c:\file.zlib c:\outFolder 0x0
-
Caboose
- advanced
- Posts: 67
- Joined: Fri Sep 18, 2009 6:20 pm
- Has thanked: 16 times
- Been thanked: 1 time
Re: QuickBMS help
ah, forgot about offzip. thankschrrox wrote:i don't see any names in the file if you want a much easier way to extract them use offzip
here are the commands
for a single file output do
offzip.exe -a -1 c:\file.zlib c:\outFolder 0x0
for each zlib piece seperate
offzip.exe -a -c:\file.zlib c:\outFolder 0x0
