CheboMan * Solved

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Nocturnus
Posts: 14
Joined: Tue Jul 16, 2019 7:50 am

CheboMan * Solved

Post by Nocturnus »

Hi. I need a .bms to unpack this file: data.pack

https://download.gg/en/file-9971091_02cc54a8644521d0

Thanks!
Last edited by Nocturnus on Tue Oct 15, 2019 6:27 am, edited 1 time in total.
LokiReborn
Posts: 190
Joined: Fri Aug 26, 2016 3:11 pm

Re: CheboMan (Alawar Game)

Post by LokiReborn »

Nocturnus wrote:Hi. I need a .bms to unpack this file: data.pack

https://download.gg/en/file-9971091_02cc54a8644521d0

Thanks!


Do you have a link to the game? Looking at this quickly I can see at least some of the file is XOR'd with the byte 'V' after applying that I can see the Names & probably offsets of the file like in this picture but the exe itself would really need to be reviewed to know exactly what operations are being preformed on the file.

Image
Nocturnus
Posts: 14
Joined: Tue Jul 16, 2019 7:50 am

Re: CheboMan (Alawar Game)

Post by Nocturnus »

Thanks for the reply :)

Here is the game link:

https://download.gg/download-9971253_94acbace4976aa9b

RAR pass: zenhax
LokiReborn
Posts: 190
Joined: Fri Aug 26, 2016 3:11 pm

Re: CheboMan (Alawar Game)

Post by LokiReborn »

Nocturnus wrote:Thanks for the reply :)

Here is the game link:

https://download.gg/download-9971253_94acbace4976aa9b

RAR pass: zenhax


It seems that was the whole thing, just XOR those bytes with V and extract accord to the table, sorry still haven't tried writing a bms script but attached a program and source to do it.
Nocturnus
Posts: 14
Joined: Tue Jul 16, 2019 7:50 am

Re: CheboMan (Alawar Game)

Post by Nocturnus »

Thanks a lot for everything!

I'm not skilled as you in programming. I like when I see smart people.

I owe you a beer Image
LokiReborn
Posts: 190
Joined: Fri Aug 26, 2016 3:11 pm

Re: CheboMan (Alawar Game)

Post by LokiReborn »

Nocturnus wrote:Thanks a lot for everything!

I'm not skilled as you in programming. I like when I see smart people.

I owe you a beer Image


Added the repack option as requested.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: CheboMan (Alawar Game)

Post by aluigi »

Nocturnus
Posts: 14
Joined: Tue Jul 16, 2019 7:50 am

Re: CheboMan (Alawar Game)

Post by Nocturnus »

LokiReborn wrote:Added the repack option as requested.


Check your inbox.
Nocturnus
Posts: 14
Joined: Tue Jul 16, 2019 7:50 am

Re: CheboMan (Alawar Game)

Post by Nocturnus »

aluigi wrote:http://aluigi.org/bms/cheboman.bms


Cool. Thanks :)