Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

VRC PRO - .VRC and .VRH

Featured Replies

  • Author
  • Localization

squidiskool, posted Fri Mar 05, 2021 6:52 pm (62699)


Decided to post my XENTAX post to here.
I tried using the VRC quickbms but it said that it wasn't encrypted.
I don't even know if this is an archive, or just model/texture. Hmm...
The header is "VRC" on both files. I've used strings to find ASCII strings throughout the file. In the VRH file I find ".gz" mentioned a few times. Not sure if that's a coincidence or not...
I've tried offzip, nothing.
Will post a link to ZENHAX on XENTAX if I get an answer, and so forth.
Samples:
VRC:
https://www.mediafire.com/file/rkaculdz ... 1.vrc/file
VRH:
https://www.mediafire.com/file/hwgxd6jm ... 1.vrh/file
  • Author
  • Localization

squidiskool, posted Tue Mar 16, 2021 11:02 pm (62877)


Still looking for info on this subject.
  • Author
  • Localization

squidiskool, posted Sun Apr 18, 2021 11:34 pm (63448)


Anybody? :|
  • Author
  • Localization

Ekey, posted Tue Apr 20, 2021 10:52 am (63476)


Data probably encrypted / obfuscated.
  • Author
  • Localization

squidiskool, posted Wed Apr 21, 2021 4:13 pm (63491)


Ekey wrote:
Data probably encrypted / obfuscated.

Okay, is there a way to extract?
  • Author
  • Localization

Ekey, posted Wed Apr 21, 2021 6:15 pm (63498)


There is nothing much we can do without reverse engineering. I don't have this game/app.
  • Author
  • Localization

squidiskool, posted Wed Apr 21, 2021 10:35 pm (63499)


Ekey wrote:
There is nothing much we can do without reverse engineering. I don't have this game/app.

You can get the game's free version on their website. What's cool is that the free version contains all of the data files, including paid car assets.
  • Author
  • Localization

squidiskool, posted Tue Jul 20, 2021 4:27 pm (65276)


?















e
  • Author
  • Localization

squidiskool, posted Thu Aug 05, 2021 12:09 am (65511)


Still looking for a solution to this
  • Author
  • Localization

squidiskool, posted Wed Aug 18, 2021 6:06 pm (65782)


Ekey wrote:
There is nothing much we can do without reverse engineering. I don't have this game/app.

Hello?
  • Author
  • Localization

Ekey, posted Fri Sep 24, 2021 2:29 pm (66630)


Well, VRC, VRH, CAR files is encrypted by AES-256-CBC. Output data is a passwored ZIP. Here key for decrypt

Code:
B6 8E 4D 98 BC DB 62 1B 0E 98 52 05 D0 07 5C F2 AA 53 C4 88 AE 41 FD C7 FE 1D A7 D6 C7 6E A1 7F


And password for ZIP files.

Code:
d17856f1ce


Note: Ecrypted data begins always from offset 9

Edited: Script for convert this files to normal ZIP
Code:
# Virtual RC Pro (VRC / VRH / CAR) to ZIP Converter
# password for zips is > d17856f1ce
# script for QuickBMS http://aluigi.org/papers.htm#quickbms

get SIZE asize
goto 9
savepos OFFSET
math SIZE -= 9

encryption aes_256_cbc "\xB6\x8E\x4D\x98\xBC\xDB\x62\x1B\x0E\x98\x52\x05\xD0\x07\x5C\xF2\xAA\x53\xC4\x88\xAE\x41\xFD\xC7\xFE\x1D\xA7\xD6\xC7\x6E\xA1\x7F"
log MEMORY_FILE OFFSET SIZE
encryption "" ""

putvarchr MEMORY_FILE 0 0x4034B50 long
putvarchr MEMORY_FILE 4 0x90014 long
putvarchr MEMORY_FILE 8 0x8 long
putvarchr MEMORY_FILE 12 0 long
putvarchr MEMORY_FILE 16 0 long
putvarchr MEMORY_FILE 20 0 short

get NAME basename
string NAME = ".zip"

log NAME 0 SIZE MEMORY_FILE


:)
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.