Decrypt csv file

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Decrypt csv file

Post by hackspeedok »

Aluigi,can you help me see and edit this csv file? When i opened it with notepad i can see and edit anything. Thanks :)
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Decrypt csv file

Post by Ekey »

You can't see anything because file compressed by LZMA. Here decompressed
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Decrypt csv file

Post by aluigi »

Script:

Code: Select all

getdstring PROP 5
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE -= OFFSET
get NAME basename
get EXT extension
string NAME p= "%s_unpack.%s" NAME EXT
comtype lzma_0 PROP
clog NAME OFFSET ZSIZE SIZE

*edit* quickbms 0.6.1 required
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: Decrypt csv file

Post by hackspeedok »

Thanks Ekey and Aluigi so much, but Aluigi, i can't use your script, its error
And Ekey, can i compress it??
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Decrypt csv file

Post by aluigi »

Use quickbms 0.6
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: Decrypt csv file

Post by hackspeedok »

aluigi wrote:Use quickbms 0.6

Thanks you so much Aluigi, its ok.
And Ekey, thanks you again. I'm very happy for both of your help
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: Decrypt csv file

Post by hackspeedok »

aluigi wrote:Use quickbms 0.6

ah, i can't reimport this file, can you help me :3
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Decrypt csv file

Post by aluigi »

My fault, I will fix it in quickbms 0.6.1
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: Decrypt csv file

Post by hackspeedok »

aluigi wrote:My fault, I will fix it in quickbms 0.6.1

Thanks, you helped me so much :D