Unreal Engine 4 Decryption Tool

Unreal Engine 4 Decryption Tool R6

Нет прав для скачивания

Stas

Участник
Пользователь Stas разместил новый ресурс:

Unreal Engine 4 Decryption Tool - Unreal Engine 4 Decryption Tool

by Razor12911

The key must be in hexadecimal format. Other key formats will not work because there is currently no parser for them yet.

I am not sure if this is universal, I don't have any unreal engine games and I was sent a small sample to work on. Borderlands 3 "pakchunk2-WindowsNoEditor_0_P.pak", seems like it works

What I can say right now is, the AES encryption function I used is very slow (or rather it's not optimized), but I'll find a faster replacement depending on whether...
Узнать больше об этом ресурсе...
 

Sanchez

Новичок
да я уже как раз на файл форуме видел..что разор эту штуку выложил
 

Stas

Участник
Пользователь Stas обновил ресурс Unreal Engine 4 Decryption Tool новой записью:

Unreal Engine 4 Decryption Tool

Changes

- Fixed minor issues, thanks ShivShubh
- Added chunk size option as requested, its setting is optional

Notes

- This thing does not work like xtool where setting small/big chunk size has little to no difference, if an encrypted stream is truncated, it will not be decrypted
- Make sure the chunk size you use when encoding is the same as the one you set when decoding
- You may also have noticed, the key and chunk size are repeated when encoding and when decoding (the...
Узнать больше об этом обновлении...
 

Stas

Участник
Пользователь Stas обновил ресурс Unreal Engine 4 Decryption Tool новой записью:

Unreal Engine 4 Decryption Tool

Changes

- Added block limiter (default 64 blocks), increase to catch larger streams, -b to change limit
- Added support for input with the same header structure as Rune II, -m2 for its usage

Notes

- Block limiter added speed, something I had forgotten in the other releases. You can set high values, it won't affect speed that much compared to before.

Usage

ue4dt.exe [parameters] [hexkey]

Parameters:

-c# = chunksize[k,m,g]
-b# = number of blocks
-m# = method (1 =...
Узнать больше об этом обновлении...
 

Mickey1s

Ветеран
Модератор
Update available

Changes

- As requested, added -k parameter so you can set key directly when using Freearc.

[External compressor:ue4dt]
header = 0
packcmd = ue4dt.exe e {options} <stdin> <stdout>
unpackcmd = ue4dt.exe d {options} <stdin> <stdout>

-mue4dt:m2:k0x5DD20432F2AD810071033FC3F925FFDFD647514524D0A0D222E17D76BAF57BFD
 

Вложения

innocence057

Мимокрокодил
Это выглядит интересно. Я поинтересовался. Извините, мой русский не очень хорош. Я думаю, что это больше не работает в новых играх. Он постоянно обновляется? У меня есть один файл uasset.Хочу получить доступ к текстам в нем.Не могу взломать.Кто-нибудь знает?
 

Mickey1s

Ветеран
Модератор
Update available

Changes

Fixed decryption bug

Notes
There was a decryption bug I didn't notice between R5-R6 which persisted in R7, sorry for inconvenience but I think it should work like R5 but with the features requested.
I noticed this bug after I remade a plugin version of this project for xtool but you can still use this.
Not forcing anyone to use the plugin, just stick with that you're used to but if you want to use the plugin version you can find it here.
 

Вложения

Сверху