Forum: Conversion Tutorials
23-11-2019, 15:11
|
Replies: 52
Views: 1,922
Update available
Changes
- Added block...
Update available
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,...
|
Forum: Conversion Tutorials
21-11-2019, 20:20
|
Replies: 9
Views: 538
|
Forum: Conversion Tutorials
18-11-2019, 20:13
|
Replies: 9
Views: 538
|
Forum: Conversion Tutorials
16-11-2019, 21:31
|
Replies: 52
Views: 1,922
The chunked input you gave is weird too. At...
The chunked input you gave is weird too. At position *152383 the stream header begins and the is stream sized 77120 bytes and it begins from *152488.
The stream itself has a SHA-1 checksum of...
|
Forum: Conversion Tutorials
16-11-2019, 20:58
|
Replies: 52
Views: 1,922
Update available
Changes
- Fixed minor...
Update available
Changes
- Fixed minor issues
- Source code included
Notes
- I included the source code in case you want to make changes to the program, but I think that's what I can...
|
Forum: Conversion Tutorials
16-11-2019, 15:14
|
Replies: 52
Views: 1,922
Compressed 1 file, 268,435,456 => 271,782,173...
Compressed 1 file, 268,435,456 => 271,782,173 bytes. Ratio 101.25%
Compression time: cpu 0.41 sec/real 4.83 sec = 8%. Speed 55.60 mB/s
Extracted 1 file, 271,782,173 => 268,435,456 bytes. Ratio...
|
Forum: Conversion Tutorials
16-11-2019, 06:34
|
Replies: 52
Views: 1,922
|
Forum: Conversion Tutorials
15-11-2019, 21:53
|
Replies: 52
Views: 1,922
|
Forum: Conversion Tutorials
15-11-2019, 21:49
|
Replies: 52
Views: 1,922
|
Forum: Conversion Tutorials
15-11-2019, 21:23
|
Replies: 52
Views: 1,922
|
Forum: Conversion Tutorials
15-11-2019, 21:22
|
Replies: 52
Views: 1,922
Update available
Changes
- Fixed minor...
Update available
Changes
- Fixed minor issues
- Added support for Street Fighter V type of headers
Notes
- The person who asked for Rune II support, well this has a similar format as...
|
Forum: Conversion Tutorials
15-11-2019, 19:18
|
Replies: 52
Views: 1,922
|
Forum: Conversion Tutorials
15-11-2019, 19:05
|
Replies: 52
Views: 1,922
|
Forum: Conversion Tutorials
08-11-2019, 16:06
|
Replies: 52
Views: 1,922
Update available
Changes
- Fixed minor...
Update available
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...
|
Forum: Conversion Tutorials
07-11-2019, 16:21
|
Replies: 52
Views: 1,922
Update available
Changes
- Replaced...
Update available
Changes
- Replaced old SHA and AES functions for more optimized ones
Notes
- This is backwards compatible with first release, it's just faster
|
Forum: Conversion Tutorials
07-11-2019, 11:16
|
Replies: 52
Views: 1,922
Unreal Engine 4 Decryption Tool
Usage:
ue4dt.exe e|d[chunksize] key <stdin> <stdout>
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...
|
Forum: Conversion Tutorials
05-10-2019, 19:41
|
Replies: 10
Views: 403
[Code]
procedure CurStepChanged(CurStep:...
[Code]
procedure CurStepChanged(CurStep: TSetupStep);
begin
if CurStep = ssDone then
FileCopy(ExpandConstant('{app}\openingmovie.bk2'), ExpandConstant('{app}\openingmovie_hi.bk2'), False);
end;
|
Forum: Conversion Tutorials
20-09-2019, 16:07
|
Replies: 20
Views: 2,041
|
Forum: Conversion Tutorials
20-09-2019, 02:27
|
Replies: 20
Views: 2,041
|
Forum: Conversion Tutorials
30-08-2019, 08:03
|
Replies: 46
Views: 4,083
|
Forum: Conversion Tutorials
30-08-2019, 07:34
|
Replies: 117
Views: 11,694
|
Forum: Conversion Tutorials
29-08-2019, 18:46
|
Replies: 46
Views: 4,083
Compressed 1 file, 23,931,360 => 57,965,618...
Compressed 1 file, 23,931,360 => 57,965,618 bytes. Ratio 242.22%
that's what I got on one of the files (cas_01.cas)
Edit: this one is for bf4, another lz4 title
Compressed 1 file, 7,354,882...
|
Forum: Conversion Tutorials
29-08-2019, 18:37
|
Replies: 46
Views: 4,083
|
Forum: Conversion Tutorials
29-08-2019, 18:28
|
Replies: 117
Views: 11,694
I only started working on this like today, was...
I only started working on this like today, was busy the whole week and I am completely not surprised about the errors considering I didn't really run any tests :D
While you guys are at it, try the...
|
Forum: Conversion Tutorials
29-08-2019, 16:19
|
Replies: 117
Views: 11,694
Update available
1908_R6
- Added zlib...
Update available
1908_R6
- Added zlib codec placeholder (zlib)
- Added zstd universal stream detection
- Added kraken, mermaid, selkie universal stream detection
- Fixed plugin issues...
|