Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 2599 matches

by chrrox
Mon Aug 30, 2021 1:03 pm
Forum: 3D/2D models
Topic: Dragon quest Rivals ace (PC)
Replies: 16
Views: 5551

Re: Dragon quest Rivals ace (PC)

cocos2d is open source so someone could make a noesis plugin to load them if they want.
https://github.com/cocos2d/cocos2d-x/bl ... tion3D.cpp
by chrrox
Fri Jun 18, 2021 4:07 am
Forum: Tutorials
Topic: Reverse simple decryption.
Replies: 2
Views: 6563

Re: Reverse simple decryption.

just type open in the filter on the left under symbol tree.

008231AC is just a placeholder value used to reference a file in memory not a size.
by chrrox
Fri Jun 18, 2021 4:03 am
Forum: 3D/2D models
Topic: Star Ocean Anamnesis Tools
Replies: 275
Views: 154379

Re: Star Ocean Anamnesis Tools

Script to download the star ocean files before it shuts down at the end of the month.
Un comment the file you want to download at the start o the script.
StarOcean.7z
by chrrox
Mon May 24, 2021 11:31 am
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190872

Re: Mobile Game Asset Download

make sure https inspection is enabled.
Also go to the end of the list as its loaded that could just be the request.
search for
GET /
in process hacker
its most likely stored on amazon of clodfront o some other cdn.
by chrrox
Wed May 12, 2021 11:03 am
Forum: Game Archive
Topic: Innovator by bilibili
Replies: 3
Views: 1159

Re: Innovator by bilibili

What is the link where this came from?
by chrrox
Wed May 05, 2021 1:42 pm
Forum: Holy Cow!
Topic: How to extract data from Xbox One games?
Replies: 1
Views: 3422

Re: How to extract Xbox One?

no
by chrrox
Tue May 04, 2021 10:47 pm
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190872

Re: Mobile Game Asset Download

The character models load fine from the game.
by chrrox
Tue May 04, 2021 10:46 pm
Forum: Tutorials
Topic: Decrypt unity 3d files with Frida
Replies: 8
Views: 13931

Re: Decrypt unity 3d files with Frida

Just try it in an emulator with root enabled.
If it runs this method will work.
Then buy a cheap phone off ebay to root with.
by chrrox
Mon May 03, 2021 11:51 pm
Forum: Tutorials
Topic: Decrypt unity 3d files with Frida
Replies: 8
Views: 13931

Re: Decrypt unity 3d files with Frida

it says right in the tutorial its the return address from the called function.
by chrrox
Wed Apr 28, 2021 6:53 pm
Forum: Tutorials
Topic: Reverse simple decryption.
Replies: 2
Views: 6563

Reverse simple decryption.

We will look at the game Valkyrie Crusade. ID com.nubee.valkyriecrusade we look at the games files and they are engrypted. https://i.snipboard.io/TYKbUB.jpg So 1st step is load it up in IDA pro or ghidra. This is a custom game engine so a good place to start is with a file open instruction if we sea...
by chrrox
Wed Apr 28, 2021 6:52 pm
Forum: Game Archive
Topic: Valkyrie Crusade CODE decrypt png
Replies: 0
Views: 1453

Valkyrie Crusade CODE decrypt png

Quickbms Script for Valkyrie Crusade decryption. ID com.nubee.valkyriecrusade set MEMORY_FILE10 string " typedef unsigned char u8; typedef unsigned int u32; static u32 secretKey = 0x45AF6E5D; void Decrypt(u8* data, int data_size, int seed) { u32* buffer = (u32*)(data); u32 xored_size = data_siz...
by chrrox
Fri Apr 02, 2021 8:24 pm
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190872

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...
by chrrox
Fri Apr 02, 2021 8:23 pm
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190872

Re: Mobile Game Asset Download

omiusoktto wrote: Wed Mar 31, 2021 1:26 am Hi 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 :/
Just use chrome and right click choose inspect and go to network tab.
then reload the page.
by chrrox
Tue Mar 09, 2021 5:42 am
Forum: Tutorials
Topic: Mobile Game Asset Download
Replies: 304
Views: 190872

Re: Mobile Game Asset Download

ReVolt wrote: Mon Mar 08, 2021 10:18 pm
chrrox wrote: Sun Mar 07, 2021 11:32 pm the built in internet browser in nox.
there's nothing
Then he proxy is not setup correctly.