Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Question LAS VENTURAS MOD 2.0 (ENCRYPTED-NEED HELP WITH DECRYPTION)

abyss69

Member
Joined
Oct 9, 2022
Messages
11
Reaction score
1
Points
166
Location
Romania
Maybe im missing something, what exactly is encrypted? I can install the OIV without problem, only issue is it doesnt work.
 

lazzadimauro

Bronze Elite
Joined
Apr 17, 2025
Messages
7
Reaction score
7
Points
146
Location
Italy
Maybe im missing something, what exactly is encrypted? I can install the OIV without problem, only issue is it doesnt work.
precisely, the file is encrypted and without decrypting it, the oiv file does not work, this is because to work you need to have the discord connected to the patreon
 

burdwjma

Member
Joined
Sep 3, 2024
Messages
1
Reaction score
0
Points
156
Location
Iraq
precisely, the file is encrypted and without decrypting it, the oiv file does not work, this is because to work you need to have the discord connected to the patreon
youd have to contact someone who knows c++ to reverse engineer and take out all the stuff from the asi files and possibly someone who knows how to unlock the dlcpack. i will ask around
 

wazaa!!1

Silver Elite
Joined
Dec 28, 2024
Messages
32
Reaction score
16
Points
156
Age
57
Location
69 pizza avenue
*pbVar1 = *pbVar1 & (byte)((ulong)uVar7 >> 0x18); repeated everywhere, its most likely than not malware so i js suggest using the dlc (static decompiler)
 

wazaa!!1

Silver Elite
Joined
Dec 28, 2024
Messages
32
Reaction score
16
Points
156
Age
57
Location
69 pizza avenue
this is definitely a virus
1760544372310.png
 

wazaa!!1

Silver Elite
Joined
Dec 28, 2024
Messages
32
Reaction score
16
Points
156
Age
57
Location
69 pizza avenue

so it turns out,​

it actually does something, it's just stuck in a bunch of unreadable trash; i'll update you guys if i get any hints, but for now it's just on this
 

wazaa!!1

Silver Elite
Joined
Dec 28, 2024
Messages
32
Reaction score
16
Points
156
Age
57
Location
69 pizza avenue
# dear people,

it has come to my conclusion that the rpf file is encrypted using the drm, most likely using aes-gcm256, BUT not all hope is lost.
so, my theory is that we could be able to load the file structure, since all the other bytes are good, as shown here by EmEditor :
1760725595250.png

as you can see, the first 17638 bytes are effectively "rubbish", because there is no real file structure pointer, and "DRM..." is not a valid RPF header
1760725705740.png

but as you can see here, in another legitimate and working mod (thank you Starfox on LauncherLeaks), the first bytes are not rubbish, and constitute a valid RPF header
1760725822151.png

however, right after the rubbish ends (on the LV2.0.0 mod), the rubbish effectively stops, and is instead replaced with a valid RPF readable segment (1176 blanks)

what led me to say that, is just saying that all we need is the file structure, so using a tool like disk drill or such would help us recover native file indexes in that file
 

wazaa!!1

Silver Elite
Joined
Dec 28, 2024
Messages
32
Reaction score
16
Points
156
Age
57
Location
69 pizza avenue
you all will not believe this, the mod uses CryptoAPI, meaning if we hook into advapi.dll with something like Frida server we can find the encryption keys
 
Top