Fun Labs: data.arc and ram_drive.ram

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Fun Labs: data.arc and ram_drive.ram

Post by LolHacksRule »

I want to extract these two files, they appear to have the game data, upon testing, they are compressed with zlib but I cannot get the proper directories and the names of them, however can get the file data fine. Any way to get the true file names and directories of them from the archives? Thanks. http://www.filedropper.com/data_6 http://www.filedropper.com/ramdrive
Last edited by LolHacksRule on Fri Jan 13, 2023 5:21 am, edited 3 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram

Post by aluigi »

Links expired
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram

Post by LolHacksRule »

I'll reup soon. UPDATE: DONE filedropper.com/ramdrive filedropper.com/data_2
Last edited by LolHacksRule on Tue Oct 01, 2019 3:47 pm, edited 1 time in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram

Post by aluigi »

This script works with the samples:
http://aluigi.org/bms/cabela.bms
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram

Post by LolHacksRule »

I accidentally made a typo on data.arc, fixed now. Thanks so much BTW. Anyway to get the names all in lowercase? Offtopic, but this compression prevented the game from being 677MB!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram

Post by aluigi »

For lower case names just add the following instruction after "getdstring NAME NAMESZ MEMORY_FILE":

Code: Select all

string NAME l NAME
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: Angry Birds Trilogy (Wii U/All Platforms?) data.arc and ram_drive.ram

Post by LolHacksRule »

Ah ok