The rules have been updated, read them now: Rules!
Search found 2580 matches
- Fri Apr 02, 2021 8:24 pm
- Forum: Tutorials
- Topic: Mobile Game Asset Download
- Replies: 260
- Views: 99889
Re: Mobile Game Asset Download
マジカミ DX http://games.dmm.com/detail/magicami/ https://asset.magicami.jp/v1/list/14/0 Save This download as magicami.bundle along with the python script into the same directory then it will download all the files. Game uses unity. Added bundle magicami.zip The link to the assets isn't working. if yo...
- Fri Apr 02, 2021 8:23 pm
- Forum: Tutorials
- Topic: Mobile Game Asset Download
- Replies: 260
- Views: 99889
Re: Mobile Game Asset Download
Just use chrome and right click choose inspect and go to network tab.omiusoktto wrote: ↑Wed Mar 31, 2021 1:26 amHi i tried the method with nutaku's project qt but i couldn't find any csv, maybe it's tunneled, but i don't know how to find the address using process hacker :/
then reload the page.
- Wed Mar 10, 2021 6:30 pm
- Forum: Compressed files and methods
- Topic: Revue Starlight Re LIVE - PVR file (possibly encrypted)
- Replies: 3
- Views: 220
Re: Help in figuring out PVR file (possibly encrypted)
what is the game?
- Tue Mar 09, 2021 5:42 am
- Forum: Tutorials
- Topic: Mobile Game Asset Download
- Replies: 260
- Views: 99889
- Sun Mar 07, 2021 11:32 pm
- Forum: Tutorials
- Topic: Mobile Game Asset Download
- Replies: 260
- Views: 99889
Re: Mobile Game Asset Download
the built in internet browser in nox.
- Fri Mar 05, 2021 2:41 am
- Forum: Tutorials
- Topic: Mobile Game Asset Download
- Replies: 260
- Views: 99889
Re: Mobile Game Asset Download
Did you try opening the normal browser and see if you see anything.
- Tue Mar 02, 2021 4:27 pm
- Forum: Tutorials
- Topic: Mobile Game Asset Download
- Replies: 260
- Views: 99889
Re: Mobile Game Asset Download
That is encrypted.
- Thu Feb 18, 2021 1:23 am
- Forum: Compressed files and methods
- Topic: Cosmic Break 2 .kar file extension
- Replies: 7
- Views: 296
Re: Cosmic Break 2 .kar file extension
This game?
https://zenhax.com/viewtopic.php?t=13086
https://store.steampowered.com/app/1140 ... Universal/
set ARCHIVE_PASSWORD string "dhfuhsudfh98vhdsovnfdhiouer8u8hgjbkjciudsuifsjdiosajfn"
https://zenhax.com/viewtopic.php?t=13086
https://store.steampowered.com/app/1140 ... Universal/
set ARCHIVE_PASSWORD string "dhfuhsudfh98vhdsovnfdhiouer8u8hgjbkjciudsuifsjdiosajfn"
- Tue Feb 16, 2021 8:14 pm
- Forum: Game Archive
- Topic: Question - Extracting .unity3d file with non-"UnityFS" header
- Replies: 29
- Views: 1486
Re: Question - Extracting .unity3d file with non-"UnityFS" header
I use the module in magisk for frida.
- Tue Feb 16, 2021 11:45 am
- Forum: Game Archive
- Topic: Question - Extracting .unity3d file with non-"UnityFS" header
- Replies: 29
- Views: 1486
Re: Question - Extracting .unity3d file with non-"UnityFS" header
If you don't see hook called then the game never called the function after you tried to hook it.
This is the latest version of the game I found.

This is the latest version of the game I found.

- Sat Feb 13, 2021 2:18 pm
- Forum: Game Archive
- Topic: Question - Extracting .unity3d file with non-"UnityFS" header
- Replies: 29
- Views: 1486
Re: Question - Extracting .unity3d file with non-"UnityFS" header
Make a new topic for your game and show where you are stuck.
https://www.tap.io/app/195056?region=us
https://www.tap.io/app/195056?region=us
- Sat Feb 13, 2021 1:52 am
- Forum: Compressed files and methods
- Topic: Wild Arms 3 .BIN decompression?
- Replies: 3
- Views: 2162
Re: Wild Arms 3 .BIN decompression?
quickbms script to decompress files. Needs to add support for extracting sub archives (align data to 0x800 after last file and start over again) Run this first for now. getdstring DIV 4 goto 0 for findloc OFFSET string DIV print "%OFFSET%" getdstring TMP 0x20 findloc SIZE string DIV goto SIZE math S...
- Fri Feb 12, 2021 1:44 pm
- Forum: Game Archive
- Topic: Question - Extracting .unity3d file with non-"UnityFS" header
- Replies: 29
- Views: 1486
Re: Question - Extracting .unity3d file with non-"UnityFS" header
You can dump any file with the code.
You can hook the function and just play the game and it will dump the files as they load.
or manually supply the file list and tell the game to decrypt them by calling its function.
You can hook the function and just play the game and it will dump the files as they load.
or manually supply the file list and tell the game to decrypt them by calling its function.
- Fri Feb 12, 2021 12:48 am
- Forum: Game Archive
- Topic: Question - Extracting .unity3d file with non-"UnityFS" header
- Replies: 29
- Views: 1486
Re: Question - Extracting .unity3d file with non-"UnityFS" header
I reuploaded that apk for you to use for the example.
https://www100.zippyshare.com/v/XBTE3aAV/file.html
https://www100.zippyshare.com/v/XBTE3aAV/file.html
- Thu Feb 11, 2021 11:15 pm
- Forum: Game Archive
- Topic: Question - Extracting .unity3d file with non-"UnityFS" header
- Replies: 29
- Views: 1486
Re: Question - Extracting .unity3d file with non-"UnityFS" header
The address should never change.
Your creating a normal string instead of a Unicode string.
The address for the function can be seen in gidra when you click the start of the function.
Your creating a normal string instead of a Unicode string.
The address for the function can be seen in gidra when you click the start of the function.