GithubHelp home page GithubHelp logo

drmccoy / dmc_unrar Goto Github PK

View Code? Open in Web Editor NEW
57.0 7.0 10.0 916 KB

A dependency-free, single-file FLOSS unrar library

License: GNU General Public License v2.0

C 100.00%
rar unrar winrar decompression decompress decompressor unpack unpacker single-file dependency-free

dmc_unrar's Introduction

dmc_unrar README

dmc_unrar is a dependency-free, single-file FLOSS library for unpacking and decompressing RAR archives. dmc_unrar is licensed under the terms of the GNU General Public License version 2 (or later).

Please see dmc_unrar.c for details.

dmc_unrar's People

Contributors

clone2727 avatar drmccoy avatar fasterthanlime avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dmc_unrar's Issues

Failing input

Hey, on mobile so apologies for the quick report - also, not sure if you're still looking for reports in this but I got this report:

itchio/butler#210

The game name feels familiar, it might have turned up during our initial compatibility pass? Probably just a funky filter.

false positives: file->is_encrypted / file->is_link

In https://paraperipipiadoux.itch.io/seedust, the file at SEEDUST v3.0/Files/levelbank/testmap/header.dat is wrongly detected as encrypted and a hard/symbolic link, so dmc_unrar refuses to extract it.

However, if you simply comment out this switch:

dmc_unrar/dmc_unrar.c

Lines 2654 to 2663 in c414853

switch (type) {
case DMC_UNRAR_FILE5_PROPERTY_ENCRYPTION:
file->is_encrypted = true;
case DMC_UNRAR_FILE5_PROPERTY_LINK:
file->is_link = true;
default:
break;
}

then everything extracts normally, and directory output matches unrar-nonfree 5.50.

Which leads me to think that this part of the code is fishy. I'll keep exploring!


btw, unrar v output:

    ..A....         8         8 100%  2018-08-09 14:13  A988DFF7  SEEDUST v3.0/Files/levelbank/testmap/header.dat

Proposal: alternative decompression interface

A proposal for an alternative decompression interface that doesn't collect all files on opening, before any decompression is taking place. This would be useful if a linear decompression of the whole file is intended, especially if done from a medium where skipping through the whole file just to find all the files is too expensive.

  • dmc_unrar_archive_open_*_linear() functions to mirror the usual dmc_unrar_archive_open_*() functions, that don't fill in the file structures in the archive (and therefore, dmc_unrar_get_file_count() will return 0 for these).
  • A const dmc_unrar_file *dmc_unrar_next_file(dmc_unrar_archive *archive, const dmc_unrar_file *file) function that reads in one additional file block and returns the usual stats structure. If given NULL as the file parameter, it reads the first one. If NULL is returned, no further files are in the archive.
  • dmc_unrar_get_filename_file(), dmc_unrar_file_is_directory_file(), dmc_unrar_extract_file_to_*_file() functions that take a const dmc_unrar_file * instead of an index and do the usual.
  • (Additionally, since dmc_unrar_next_file() will grow the internal structures within the dmc_archive, the functions taking indices should still work on the files found so far. And also, a call to dmc_unrar_next_file() will invalidate previous const dmc_unrar_file *)
  • struct dmc_unrar_file will be expanded to contain some internal pointer to the archive, and also more user-readable fields like the index, offset within the file (for an estimation on the archive extraction progress).

@fasterthanlime, does that sound reasonable and like something you could use? Or am I going off in a totally wrong direction?

Not supported: Unsupported file feature: encryption

Hi,

I want to extract files from the .rar file. But it does not work!

Error

Not supported: Unsupported file feature: encryption

[max@base dmc_unrar]$ time ./unrar e 'godfather_game.rar'

1/457: "godfather highly compressed/00000000.256" - 921656 bytes
Not supported: Unsupported file feature: encryption
2/457: "godfather highly compressed/00000001.TMP" - 20482048 bytes
Not supported: Unsupported file feature: encryption
3/457: "godfather highly compressed/00000002.TMP" - 317440 bytes
Not supported: Unsupported file feature: encryption
4/457: "godfather highly compressed/0compressed.zip" - 2147474393 bytes
Not supported: Unsupported file feature: encryption
5/457: "godfather highly compressed/1compressed.zip" - 674234368 bytes
Not supported: Unsupported file feature: encryption
6/457: "godfather highly compressed/AutoRun/AutoRun.bmp" - 74996 bytes
Not supported: Unsupported file feature: encryption
7/457: "godfather highly compressed/AutoRun/autorun.cfg" - 1168 bytes
Not supported: Unsupported file feature: encryption
8/457: "godfather highly compressed/AutoRun.exe" - 724992 bytes
Not supported: Unsupported file feature: encryption
9/457: "godfather highly compressed/autorun.inf" - 154 bytes
Not supported: Unsupported file feature: encryption
10/457: "godfather highly compressed/AutoRunGUI.dll" - 585728 bytes
Not supported: Unsupported file feature: encryption
11/457: "godfather highly compressed/common_filelist.txt" - 164 bytes
Not supported: Unsupported file feature: encryption
12/457: "godfather highly compressed/Crack/godfather.exe" - 12222464 bytes
Not supported: Unsupported file feature: encryption
13/457: "godfather highly compressed/Crack/KEY.txt" - 24 bytes
Not supported: Unsupported file feature: encryption
14/457: "godfather highly compressed/default.ini" - 27839 bytes
Not supported: Unsupported file feature: encryption
15/457: "godfather highly compressed/deomon tools/daemon403-x86.exe" - 1439128 bytes
Not supported: Unsupported file feature: encryption
16/457: "godfather highly compressed/eauninstall.exe" - 344064 bytes
Not supported: Unsupported file feature: encryption
17/457: "godfather highly compressed/GDFTHR_inst.exe" - 2119393 bytes
Not supported: Unsupported file feature: encryption
18/457: "godfather highly compressed/GDFTHR_uninst.exe" - 1804408 bytes
Not supported: Unsupported file feature: encryption
19/457: "godfather highly compressed/ProtStop.exe" - 49152 bytes
Not supported: Unsupported file feature: encryption
20/457: "godfather highly compressed/read only.txt" - 44 bytes
Not supported: Unsupported file feature: encryption
21/457: "godfather highly compressed/Setup.tag" - 617 bytes
Not supported: Unsupported file feature: encryption
22/457: "godfather highly compressed/Support/config.xml" - 850 bytes
Not supported: Unsupported file feature: encryption
23/457: "godfather highly compressed/Support/EA Help/bookclosed.gif" - 558 bytes
Not supported: Unsupported file feature: encryption
24/457: "godfather highly compressed/Support/EA Help/book_closed.gif" - 563 bytes
Not supported: Unsupported file feature: encryption
25/457: "godfather highly compressed/Support/EA Help/book_open.gif" - 573 bytes
Not supported: Unsupported file feature: encryption
26/457: "godfather highly compressed/Support/EA Help/close.gif" - 1109 bytes
Not supported: Unsupported file feature: encryption
27/457: "godfather highly compressed/Support/EA Help/content.gif" - 1205 bytes
Not supported: Unsupported file feature: encryption
28/457: "godfather highly compressed/Support/EA Help/Controller_Issues/Start_Controller_Issues.htm" - 5958 bytes
Not supported: Unsupported file feature: encryption
29/457: "godfather highly compressed/Support/EA Help/Crashes/Crashing_After_a_Full_Black_Screen.htm" - 6581 bytes
Not supported: Unsupported file feature: encryption
30/457: "godfather highly compressed/Support/EA Help/Crashes/Crashing_After_the_Splash_Screen.htm" - 6596 bytes
Not supported: Unsupported file feature: encryption
31/457: "godfather highly compressed/Support/EA Help/Crashes/Start_Crashes.htm" - 4470 bytes
Not supported: Unsupported file feature: encryption
32/457: "godfather highly compressed/Support/EA Help/cshdat_robohelp.htm" - 6041 bytes
Not supported: Unsupported file feature: encryption
33/457: "godfather highly compressed/Support/EA Help/cshdat_webhelp.htm" - 5847 bytes
Not supported: Unsupported file feature: encryption
34/457: "godfather highly compressed/Support/EA Help/D3D.JPG" - 9758 bytes
Not supported: Unsupported file feature: encryption
35/457: "godfather highly compressed/Support/EA Help/default.css" - 3029 bytes
Not supported: Unsupported file feature: encryption
36/457: "godfather highly compressed/Support/EA Help/default_ns.css" - 3399 bytes
Not supported: Unsupported file feature: encryption
37/457: "godfather highly compressed/Support/EA Help/deletefiles.JPG" - 12118 bytes
Not supported: Unsupported file feature: encryption
38/457: "godfather highly compressed/Support/EA Help/directional.gif" - 1100 bytes
Not supported: Unsupported file feature: encryption
39/457: "godfather highly compressed/Support/EA Help/DirectX/DX_Check_Direct3D.htm" - 6528 bytes
Not supported: Unsupported file feature: encryption
40/457: "godfather highly compressed/Support/EA Help/DirectX/DX_Check_for_Signed_Drivers.htm" - 6821 bytes
Not supported: Unsupported file feature: encryption
41/457: "godfather highly compressed/Support/EA Help/DirectX/DX_DirectX_Install_Issues.htm" - 8383 bytes
Not supported: Unsupported file feature: encryption
42/457: "godfather highly compressed/Support/EA Help/DirectX/DX_DirectX_Requirements.htm" - 7500 bytes
Not supported: Unsupported file feature: encryption
43/457: "godfather highly compressed/Support/EA Help/DirectX/DX_DirectX_Troubleshooting.htm" - 10641 bytes
Not supported: Unsupported file feature: encryption
44/457: "godfather highly compressed/Support/EA Help/DirectX/vssver.scc" - 112 bytes
Not supported: Unsupported file feature: encryption
45/457: "godfather highly compressed/Support/EA Help/Direct_X/DirectX_Version_Does_not_Update_After_Installation.htm" - 3053 bytes
Not supported: Unsupported file feature: encryption
46/457: "godfather highly compressed/Support/EA Help/Direct_X/Start_Direct_X.htm" - 5411 bytes
Not supported: Unsupported file feature: encryption
47/457: "godfather highly compressed/Support/EA Help/Direct_X/_Direct3D__or__D3D__Errors.htm" - 5132 bytes
Not supported: Unsupported file feature: encryption
48/457: "godfather highly compressed/Support/EA Help/Direct_X/_GET_SETUP__Error_When_Installing_DirectX.htm" - 4238 bytes
Not supported: Unsupported file feature: encryption
49/457: "godfather highly compressed/Support/EA Help/Direct_X/_Has_not_passed_Windows_logo_testing_.htm" - 3071 bytes
Not supported: Unsupported file feature: encryption
50/457: "godfather highly compressed/Support/EA Help/DisplayDriver.JPG" - 8633 bytes
Not supported: Unsupported file feature: encryption
51/457: "godfather highly compressed/Support/EA Help/DXDisplay.JPG" - 3483 bytes
Not supported: Unsupported file feature: encryption
52/457: "godfather highly compressed/Support/EA Help/EA Customer Service Tool v1.log" - 4291 bytes
Not supported: Unsupported file feature: encryption
53/457: "godfather highly compressed/Support/EA Help/EAhome07_03.gif" - 3155 bytes
Not supported: Unsupported file feature: encryption
54/457: "godfather highly compressed/Support/EA Help/EA_Help.htm" - 4626 bytes
Not supported: Unsupported file feature: encryption
55/457: "godfather highly compressed/Support/EA Help/eHelp.xml" - 371 bytes
Not supported: Unsupported file feature: encryption
56/457: "godfather highly compressed/Support/EA Help/ehlpdhtm.js" - 125562 bytes
Not supported: Unsupported file feature: encryption
57/457: "godfather highly compressed/Support/EA Help/Electronic Arts Technical Support.log" - 6497 bytes
Not supported: Unsupported file feature: encryption
58/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.ews" - 371 bytes
Not supported: Unsupported file feature: encryption
59/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.glo" - 1296 bytes
Not supported: Unsupported file feature: encryption
60/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.hhc" - 6697 bytes
Not supported: Unsupported file feature: encryption
61/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.hhk" - 172990 bytes
Not supported: Unsupported file feature: encryption
62/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.htm" - 4626 bytes
Not supported: Unsupported file feature: encryption
63/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.lng" - 3586 bytes
Not supported: Unsupported file feature: encryption
64/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.ppf" - 4617 bytes
Not supported: Unsupported file feature: encryption
65/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.stp" - 507 bytes
Not supported: Unsupported file feature: encryption
66/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support.syn" - 159 bytes
Not supported: Unsupported file feature: encryption
67/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support_csh.htm" - 2397 bytes
Not supported: Unsupported file feature: encryption
68/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support_hha.hhk" - 140 bytes
Not supported: Unsupported file feature: encryption
69/457: "godfather highly compressed/Support/EA Help/Electronic_Arts_Technical_Support_rhc.htm" - 2399 bytes
Not supported: Unsupported file feature: encryption
70/457: "godfather highly compressed/Support/EA Help/Error_Message/Start_Error.htm" - 4935 bytes
Not supported: Unsupported file feature: encryption
71/457: "godfather highly compressed/Support/EA Help/Error_Message/_Cannot_locate_CD_DVD-ROM_.htm" - 5036 bytes
Not supported: Unsupported file feature: encryption
72/457: "godfather highly compressed/Support/EA Help/Error_Message/_CD_DVD_Emulation_Software_Detected_.htm" - 4186 bytes
Not supported: Unsupported file feature: encryption
73/457: "godfather highly compressed/Support/EA Help/Error_Message/_Program_has_caused_an_error__or__Error_in__gamename_.exe_.htm" - 6140 bytes
Not supported: Unsupported file feature: encryption
74/457: "godfather highly compressed/Support/EA Help/Getting_More_Help_Online/Start_Getting_More_Help_Online.htm" - 3399 bytes
Not supported: Unsupported file feature: encryption
75/457: "godfather highly compressed/Support/EA Help/go.gif" - 1145 bytes
Not supported: Unsupported file feature: encryption
76/457: "godfather highly compressed/Support/EA Help/Graphics_Issue/Start_Graphics_Issues.htm" - 4538 bytes
Not supported: Unsupported file feature: encryption
77/457: "godfather highly compressed/Support/EA Help/gray-left.gif" - 1077 bytes
Not supported: Unsupported file feature: encryption
78/457: "godfather highly compressed/Support/EA Help/gray-rt.gif" - 1076 bytes
Not supported: Unsupported file feature: encryption
79/457: "godfather highly compressed/Support/EA Help/greenback.gif" - 413 bytes
Not supported: Unsupported file feature: encryption
80/457: "godfather highly compressed/Support/EA Help/greyback.gif" - 590 bytes
Not supported: Unsupported file feature: encryption
81/457: "godfather highly compressed/Support/EA Help/HtmlHelp.css" - 1978 bytes
Not supported: Unsupported file feature: encryption
82/457: "godfather highly compressed/Support/EA Help/images/check.jpg" - 1531 bytes
Not supported: Unsupported file feature: encryption
83/457: "godfather highly compressed/Support/EA Help/images/gameplay.jpg" - 1820 bytes
Not supported: Unsupported file feature: encryption
84/457: "godfather highly compressed/Support/EA Help/images/go.jpg" - 1457 bytes
Not supported: Unsupported file feature: encryption
85/457: "godfather highly compressed/Support/EA Help/images/install.jpg" - 2494 bytes
Not supported: Unsupported file feature: encryption
86/457: "godfather highly compressed/Support/EA Help/images/online.jpg" - 1920 bytes
Not supported: Unsupported file feature: encryption
87/457: "godfather highly compressed/Support/EA Help/images/startomg.jpg" - 2137 bytes
Not supported: Unsupported file feature: encryption
88/457: "godfather highly compressed/Support/EA Help/images/tip.jpg" - 1886 bytes
Not supported: Unsupported file feature: encryption
89/457: "godfather highly compressed/Support/EA Help/images/vssver.scc" - 144 bytes
Not supported: Unsupported file feature: encryption
90/457: "godfather highly compressed/Support/EA Help/index.gif" - 637 bytes
Not supported: Unsupported file feature: encryption
91/457: "godfather highly compressed/Support/EA Help/Install/Autoplay_Screen_Does_not_Appear.htm" - 4977 bytes
Not supported: Unsupported file feature: encryption
92/457: "godfather highly compressed/Support/EA Help/Install/INST_DirectX_Install_Hangs.htm" - 4930 bytes
Not supported: Unsupported file feature: encryption
93/457: "godfather highly compressed/Support/EA Help/Install/INST_Installation_Troubleshooting.htm" - 8700 bytes
Not supported: Unsupported file feature: encryption
94/457: "godfather highly compressed/Support/EA Help/Install/INST_Pre-Install_Preparation.htm" - 4075 bytes
Not supported: Unsupported file feature: encryption
95/457: "godfather highly compressed/Support/EA Help/Install/INST_Start_Installation_Troubleshooting.htm" - 4807 bytes
Not supported: Unsupported file feature: encryption
96/457: "godfather highly compressed/Support/EA Help/Install/Issues_After_Install/INST_Issues_After_Install.htm" - 6520 bytes
Not supported: Unsupported file feature: encryption
97/457: "godfather highly compressed/Support/EA Help/Install/Issues_After_Install/INST_Windows_Looks_Different.htm" - 8845 bytes
Not supported: Unsupported file feature: encryption
98/457: "godfather highly compressed/Support/EA Help/Install/Issues_After_Install/vssver.scc" - 64 bytes
Not supported: Unsupported file feature: encryption
99/457: "godfather highly compressed/Support/EA Help/Install/Media_Issues/INST_Can_t_Read_A_File.htm" - 10450 bytes
Not supported: Unsupported file feature: encryption
100/457: "godfather highly compressed/Support/EA Help/Install/Media_Issues/INST_Insert_CD_Error.htm" - 8663 bytes
Not supported: Unsupported file feature: encryption
101/457: "godfather highly compressed/Support/EA Help/Install/Media_Issues/INST_Media_Issues.htm" - 7110 bytes
Not supported: Unsupported file feature: encryption
102/457: "godfather highly compressed/Support/EA Help/Install/Media_Issues/INST_Selecting_a_Hard_Drive.htm" - 8632 bytes
Not supported: Unsupported file feature: encryption
103/457: "godfather highly compressed/Support/EA Help/Install/Media_Issues/vssver.scc" - 96 bytes
Not supported: Unsupported file feature: encryption
104/457: "godfather highly compressed/Support/EA Help/Install/Requirements_Issues/INST_Minimum_Requirements_.htm" - 8070 bytes
Not supported: Unsupported file feature: encryption
105/457: "godfather highly compressed/Support/EA Help/Install/Requirements_Issues/INST_Out_Of_Disk_Space.htm" - 9490 bytes
Not supported: Unsupported file feature: encryption
106/457: "godfather highly compressed/Support/EA Help/Install/Requirements_Issues/Requirements_Issues.htm" - 7926 bytes
Not supported: Unsupported file feature: encryption
107/457: "godfather highly compressed/Support/EA Help/Install/Requirements_Issues/vssver.scc" - 80 bytes
Not supported: Unsupported file feature: encryption
108/457: "godfather highly compressed/Support/EA Help/Install/Transfer_or_File_Error_During_Installation.htm" - 4579 bytes
Not supported: Unsupported file feature: encryption
109/457: "godfather highly compressed/Support/EA Help/Install/Virus_Warning_During_Installation.htm" - 3348 bytes
Not supported: Unsupported file feature: encryption
110/457: "godfather highly compressed/Support/EA Help/Install/vssver.scc" - 64 bytes
Not supported: Unsupported file feature: encryption
111/457: "godfather highly compressed/Support/EA Help/left-ar.gif" - 1064 bytes
Not supported: Unsupported file feature: encryption
112/457: "godfather highly compressed/Support/EA Help/left.gif" - 659 bytes
Not supported: Unsupported file feature: encryption
113/457: "godfather highly compressed/Support/EA Help/Locking_up_and_Freezing/Locking_up_with_a_Repeating_Sound.htm" - 4648 bytes
Not supported: Unsupported file feature: encryption
114/457: "godfather highly compressed/Support/EA Help/Locking_up_and_Freezing/Random_or_General_Lockups.htm" - 8005 bytes
Not supported: Unsupported file feature: encryption
115/457: "godfather highly compressed/Support/EA Help/Locking_up_and_Freezing/Start_Locking_up_and_Freezing.htm" - 4431 bytes
Not supported: Unsupported file feature: encryption
116/457: "godfather highly compressed/Support/EA Help/Online/ONLN_Can_t_See_LAN_Game.htm" - 11642 bytes
Not supported: Unsupported file feature: encryption
117/457: "godfather highly compressed/Support/EA Help/Online/ONLN_Connection_Issues.htm" - 12708 bytes
Not supported: Unsupported file feature: encryption
118/457: "godfather highly compressed/Support/EA Help/Online/ONLN_Online_Troubles.htm" - 6974 bytes
Not supported: Unsupported file feature: encryption
119/457: "godfather highly compressed/Support/EA Help/Online/ONLN_Poor_Performance.htm" - 8003 bytes
Not supported: Unsupported file feature: encryption
120/457: "godfather highly compressed/Support/EA Help/Online/vssver.scc" - 96 bytes
Not supported: Unsupported file feature: encryption
121/457: "godfather highly compressed/Support/EA Help/Online_Connectivity_and_Performance/Start_Online_Connectivity_and_Performance.htm" - 8328 bytes
Not supported: Unsupported file feature: encryption
122/457: "godfather highly compressed/Support/EA Help/other_index.gif" - 650 bytes
Not supported: Unsupported file feature: encryption
123/457: "godfather highly compressed/Support/EA Help/page.gif" - 1035 bytes
Not supported: Unsupported file feature: encryption
124/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/Lockups/PLYG_Frozen_On_Screen.htm" - 7310 bytes
Not supported: Unsupported file feature: encryption
125/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/Lockups/PLYG_Lockups.htm" - 7722 bytes
Not supported: Unsupported file feature: encryption
126/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/Lockups/PLYG_Not_Responding_To_Input.htm" - 7637 bytes
Not supported: Unsupported file feature: encryption
127/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/Lockups/PLYG_Repeating_Sound.htm" - 9078 bytes
Not supported: Unsupported file feature: encryption
128/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/Lockups/vssver.scc" - 96 bytes
Not supported: Unsupported file feature: encryption
129/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/PLYG_Audio_Issues.htm" - 11223 bytes
Not supported: Unsupported file feature: encryption
130/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/PLYG_Controller_Does_Not_Work.htm" - 6032 bytes
Not supported: Unsupported file feature: encryption
131/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/PLYG_Crashing.htm" - 7700 bytes
Not supported: Unsupported file feature: encryption
132/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/PLYG_Errors_While_Playing.htm" - 8313 bytes
Not supported: Unsupported file feature: encryption
133/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/PLYG_Issues_While_Playing.htm" - 8388 bytes
Not supported: Unsupported file feature: encryption
134/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/PLYG_Poor_Performance.htm" - 6244 bytes
Not supported: Unsupported file feature: encryption
135/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/PLYG_Video_Issues.htm" - 10784 bytes
Not supported: Unsupported file feature: encryption
136/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/vssver.scc" - 144 bytes
Not supported: Unsupported file feature: encryption
137/457: "godfather highly compressed/Support/EA Help/r01.gif" - 658 bytes
Not supported: Unsupported file feature: encryption
138/457: "godfather highly compressed/Support/EA Help/r02.gif" - 655 bytes
Not supported: Unsupported file feature: encryption
139/457: "godfather highly compressed/Support/EA Help/Red_Book_Closed.gif" - 983 bytes
Not supported: Unsupported file feature: encryption
140/457: "godfather highly compressed/Support/EA Help/Red_Book_Open.gif" - 971 bytes
Not supported: Unsupported file feature: encryption
141/457: "godfather highly compressed/Support/EA Help/Red_Browse_Right.gif" - 302 bytes
Not supported: Unsupported file feature: encryption
142/457: "godfather highly compressed/Support/EA Help/Red_Page.gif" - 552 bytes
Not supported: Unsupported file feature: encryption
143/457: "godfather highly compressed/Support/EA Help/right-ar.gif" - 1065 bytes
Not supported: Unsupported file feature: encryption
144/457: "godfather highly compressed/Support/EA Help/right.gif" - 659 bytes
Not supported: Unsupported file feature: encryption
145/457: "godfather highly compressed/Support/EA Help/RoboHHRE.lng" - 3586 bytes
Not supported: Unsupported file feature: encryption
146/457: "godfather highly compressed/Support/EA Help/search.gif" - 1099 bytes
Not supported: Unsupported file feature: encryption
147/457: "godfather highly compressed/Support/EA Help/Sound/Start_Sound.htm" - 5018 bytes
Not supported: Unsupported file feature: encryption
148/457: "godfather highly compressed/Support/EA Help/Standard_Items/Check_Minimum_Requirements.htm" - 8104 bytes
Not supported: Unsupported file feature: encryption
149/457: "godfather highly compressed/Support/EA Help/Standard_Items/Disk_Cleanup_and_Defrag.htm" - 8091 bytes
Not supported: Unsupported file feature: encryption
150/457: "godfather highly compressed/Support/EA Help/Standard_Items/STND_Change_Screen_Resolution.htm" - 6874 bytes
Not supported: Unsupported file feature: encryption
151/457: "godfather highly compressed/Support/EA Help/Standard_Items/STND_Changing_Drive_Letters.htm" - 6048 bytes
Not supported: Unsupported file feature: encryption
152/457: "godfather highly compressed/Support/EA Help/Standard_Items/STND_Close_Background_Tasks.htm" - 8208 bytes
Not supported: Unsupported file feature: encryption
153/457: "godfather highly compressed/Support/EA Help/Standard_Items/STND_Empty_Temporary_Internet_Files.htm" - 8141 bytes
Not supported: Unsupported file feature: encryption
154/457: "godfather highly compressed/Support/EA Help/Standard_Items/STND_Lower_Sound_Acceleration.htm" - 6456 bytes
Not supported: Unsupported file feature: encryption
155/457: "godfather highly compressed/Support/EA Help/Standard_Items/STND_Update_Drivers.htm" - 9122 bytes
Not supported: Unsupported file feature: encryption
156/457: "godfather highly compressed/Support/EA Help/Standard_Items/STND_Virtual_Memory.htm" - 8645 bytes
Not supported: Unsupported file feature: encryption
157/457: "godfather highly compressed/Support/EA Help/Standard_Items/vssver.scc" - 176 bytes
Not supported: Unsupported file feature: encryption
158/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Crashes/STRTG_CP_Crash.htm" - 7931 bytes
Not supported: Unsupported file feature: encryption
159/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Crashes/STRTG_Crashing_Back_To_Desktop.htm" - 7540 bytes
Not supported: Unsupported file feature: encryption
160/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Crashes/STRTG_Crash_After_Full_Screen.htm" - 7203 bytes
Not supported: Unsupported file feature: encryption
161/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Crashes/vssver.scc" - 80 bytes
Not supported: Unsupported file feature: encryption
162/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Lockups/STRTG_Blank_Screen_Lockup.htm" - 7816 bytes
Not supported: Unsupported file feature: encryption
163/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Lockups/STRTG_CP_Lockup.htm" - 7907 bytes
Not supported: Unsupported file feature: encryption
164/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Lockups/STRTG_Lockups.htm" - 8063 bytes
Not supported: Unsupported file feature: encryption
165/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Lockups/STRTG_Repeating_Sound.htm" - 5156 bytes
Not supported: Unsupported file feature: encryption
166/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Lockups/vssver.scc" - 96 bytes
Not supported: Unsupported file feature: encryption
167/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/STRTG_Errors.htm" - 7068 bytes
Not supported: Unsupported file feature: encryption
168/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/STRTG_Starting_the_Game.htm" - 7869 bytes
Not supported: Unsupported file feature: encryption
169/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/vssver.scc" - 64 bytes
Not supported: Unsupported file feature: encryption
170/457: "godfather highly compressed/Support/EA Help/tempintfiles.JPG" - 31477 bytes
Not supported: Unsupported file feature: encryption
171/457: "godfather highly compressed/Support/EA Help/Thumbs.db" - 12800 bytes
Not supported: Unsupported file feature: encryption
172/457: "godfather highly compressed/Support/EA Help/urls.gif" - 1077 bytes
Not supported: Unsupported file feature: encryption
173/457: "godfather highly compressed/Support/EA Help/vssver.scc" - 2032 bytes
Not supported: Unsupported file feature: encryption
174/457: "godfather highly compressed/Support/EA Help/webhelp.cab" - 89619 bytes
Not supported: Unsupported file feature: encryption
175/457: "godfather highly compressed/Support/EA Help/webhelp.jar" - 134517 bytes
Not supported: Unsupported file feature: encryption
176/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/book_closed.gif" - 563 bytes
Not supported: Unsupported file feature: encryption
177/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/book_open.gif" - 573 bytes
Not supported: Unsupported file feature: encryption
178/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/close.gif" - 1109 bytes
Not supported: Unsupported file feature: encryption
179/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/content.gif" - 1205 bytes
Not supported: Unsupported file feature: encryption
180/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/directional.gif" - 1100 bytes
Not supported: Unsupported file feature: encryption
181/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/go.gif" - 1145 bytes
Not supported: Unsupported file feature: encryption
182/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/greenback.gif" - 413 bytes
Not supported: Unsupported file feature: encryption
183/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/index.gif" - 637 bytes
Not supported: Unsupported file feature: encryption
184/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/left.gif" - 659 bytes
Not supported: Unsupported file feature: encryption
185/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/other_index.gif" - 650 bytes
Not supported: Unsupported file feature: encryption
186/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/page.gif" - 1035 bytes
Not supported: Unsupported file feature: encryption
187/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/r01.gif" - 658 bytes
Not supported: Unsupported file feature: encryption
188/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/r02.gif" - 655 bytes
Not supported: Unsupported file feature: encryption
189/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/right.gif" - 659 bytes
Not supported: Unsupported file feature: encryption
190/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/search.gif" - 1099 bytes
Not supported: Unsupported file feature: encryption
191/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/urls.gif" - 1077 bytes
Not supported: Unsupported file feature: encryption
192/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/websearch.gif" - 1137 bytes
Not supported: Unsupported file feature: encryption
193/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green/XP_Green.skn" - 9711 bytes
Not supported: Unsupported file feature: encryption
194/457: "godfather highly compressed/Support/EA Help/websearch.gif" - 1137 bytes
Not supported: Unsupported file feature: encryption
195/457: "godfather highly compressed/Support/EA Help/Welcome.htm" - 8891 bytes
Not supported: Unsupported file feature: encryption
196/457: "godfather highly compressed/Support/EA Help/whcshdata.htm" - 2115 bytes
Not supported: Unsupported file feature: encryption
197/457: "godfather highly compressed/Support/EA Help/whcsh_home.htm" - 12270 bytes
Not supported: Unsupported file feature: encryption
198/457: "godfather highly compressed/Support/EA Help/whdata/vssver.scc" - 304 bytes
Not supported: Unsupported file feature: encryption
199/457: "godfather highly compressed/Support/EA Help/whdata/whftdata.js" - 458 bytes
Not supported: Unsupported file feature: encryption
200/457: "godfather highly compressed/Support/EA Help/whdata/whftdata0.htm" - 3597 bytes
Not supported: Unsupported file feature: encryption
201/457: "godfather highly compressed/Support/EA Help/whdata/whfts.htm" - 357 bytes
Not supported: Unsupported file feature: encryption
202/457: "godfather highly compressed/Support/EA Help/whdata/whfts.js" - 911 bytes
Not supported: Unsupported file feature: encryption
203/457: "godfather highly compressed/Support/EA Help/whdata/whfwdata.js" - 667 bytes
Not supported: Unsupported file feature: encryption
204/457: "godfather highly compressed/Support/EA Help/whdata/whfwdata0.htm" - 29235 bytes
Not supported: Unsupported file feature: encryption
205/457: "godfather highly compressed/Support/EA Help/whdata/whgdata.js" - 411 bytes
Not supported: Unsupported file feature: encryption
206/457: "godfather highly compressed/Support/EA Help/whdata/whgdata0.htm" - 1621 bytes
Not supported: Unsupported file feature: encryption
207/457: "godfather highly compressed/Support/EA Help/whdata/whglo.htm" - 343 bytes
Not supported: Unsupported file feature: encryption
208/457: "godfather highly compressed/Support/EA Help/whdata/whglo.js" - 689 bytes
Not supported: Unsupported file feature: encryption
209/457: "godfather highly compressed/Support/EA Help/whdata/whidata.js" - 1751 bytes
Not supported: Unsupported file feature: encryption
210/457: "godfather highly compressed/Support/EA Help/whdata/whidata0.htm" - 77250 bytes
Not supported: Unsupported file feature: encryption
211/457: "godfather highly compressed/Support/EA Help/whdata/whidx.htm" - 348 bytes
Not supported: Unsupported file feature: encryption
212/457: "godfather highly compressed/Support/EA Help/whdata/whidx.js" - 689 bytes
Not supported: Unsupported file feature: encryption
213/457: "godfather highly compressed/Support/EA Help/whdata/whtdata.js" - 1304 bytes
Not supported: Unsupported file feature: encryption
214/457: "godfather highly compressed/Support/EA Help/whdata/whtdata0.htm" - 3146 bytes
Not supported: Unsupported file feature: encryption
215/457: "godfather highly compressed/Support/EA Help/whdata/whtoc.htm" - 324 bytes
Not supported: Unsupported file feature: encryption
216/457: "godfather highly compressed/Support/EA Help/whdata/whtoc.js" - 586 bytes
Not supported: Unsupported file feature: encryption
217/457: "godfather highly compressed/Support/EA Help/whestart.ico" - 10134 bytes
Not supported: Unsupported file feature: encryption
218/457: "godfather highly compressed/Support/EA Help/whfbody.htm" - 1209 bytes
Not supported: Unsupported file feature: encryption
219/457: "godfather highly compressed/Support/EA Help/whfdhtml.htm" - 1009 bytes
Not supported: Unsupported file feature: encryption
220/457: "godfather highly compressed/Support/EA Help/whfform.htm" - 3219 bytes
Not supported: Unsupported file feature: encryption
221/457: "godfather highly compressed/Support/EA Help/whfhost.js" - 19008 bytes
Not supported: Unsupported file feature: encryption
222/457: "godfather highly compressed/Support/EA Help/whform.js" - 5200 bytes
Not supported: Unsupported file feature: encryption
223/457: "godfather highly compressed/Support/EA Help/whframes.js" - 2024 bytes
Not supported: Unsupported file feature: encryption
224/457: "godfather highly compressed/Support/EA Help/whgbody.htm" - 1157 bytes
Not supported: Unsupported file feature: encryption
225/457: "godfather highly compressed/Support/EA Help/whgdata/vssver.scc" - 1088 bytes
Not supported: Unsupported file feature: encryption
226/457: "godfather highly compressed/Support/EA Help/whgdata/whexpbar.gif" - 67 bytes
Not supported: Unsupported file feature: encryption
227/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf0.htm" - 28293 bytes
Not supported: Unsupported file feature: encryption
228/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf1.htm" - 30249 bytes
Not supported: Unsupported file feature: encryption
229/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf10.htm" - 17464 bytes
Not supported: Unsupported file feature: encryption
230/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf2.htm" - 28993 bytes
Not supported: Unsupported file feature: encryption
231/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf3.htm" - 30070 bytes
Not supported: Unsupported file feature: encryption
232/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf4.htm" - 31460 bytes
Not supported: Unsupported file feature: encryption
233/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf5.htm" - 28502 bytes
Not supported: Unsupported file feature: encryption
234/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf6.htm" - 30594 bytes
Not supported: Unsupported file feature: encryption
235/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf7.htm" - 28288 bytes
Not supported: Unsupported file feature: encryption
236/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf8.htm" - 30540 bytes
Not supported: Unsupported file feature: encryption
237/457: "godfather highly compressed/Support/EA Help/whgdata/whlstf9.htm" - 29172 bytes
Not supported: Unsupported file feature: encryption
238/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl0.htm" - 3014 bytes
Not supported: Unsupported file feature: encryption
239/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl1.htm" - 2589 bytes
Not supported: Unsupported file feature: encryption
240/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl10.htm" - 2249 bytes
Not supported: Unsupported file feature: encryption
241/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl11.htm" - 2249 bytes
Not supported: Unsupported file feature: encryption
242/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl12.htm" - 2419 bytes
Not supported: Unsupported file feature: encryption
243/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl13.htm" - 2249 bytes
Not supported: Unsupported file feature: encryption
244/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl14.htm" - 2674 bytes
Not supported: Unsupported file feature: encryption
245/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl15.htm" - 2674 bytes
Not supported: Unsupported file feature: encryption
246/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl16.htm" - 2334 bytes
Not supported: Unsupported file feature: encryption
247/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl17.htm" - 3099 bytes
Not supported: Unsupported file feature: encryption
248/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl18.htm" - 2929 bytes
Not supported: Unsupported file feature: encryption
249/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl19.htm" - 2249 bytes
Not supported: Unsupported file feature: encryption
250/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl2.htm" - 2844 bytes
Not supported: Unsupported file feature: encryption
251/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl20.htm" - 2334 bytes
Not supported: Unsupported file feature: encryption
252/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl21.htm" - 2510 bytes
Not supported: Unsupported file feature: encryption
253/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl22.htm" - 2081 bytes
Not supported: Unsupported file feature: encryption
254/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl23.htm" - 2167 bytes
Not supported: Unsupported file feature: encryption
255/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl3.htm" - 2589 bytes
Not supported: Unsupported file feature: encryption
256/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl4.htm" - 2929 bytes
Not supported: Unsupported file feature: encryption
257/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl5.htm" - 2419 bytes
Not supported: Unsupported file feature: encryption
258/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl6.htm" - 2589 bytes
Not supported: Unsupported file feature: encryption
259/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl7.htm" - 2504 bytes
Not supported: Unsupported file feature: encryption
260/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl8.htm" - 2674 bytes
Not supported: Unsupported file feature: encryption
261/457: "godfather highly compressed/Support/EA Help/whgdata/whlstfl9.htm" - 2079 bytes
Not supported: Unsupported file feature: encryption
262/457: "godfather highly compressed/Support/EA Help/whgdata/whlstg0.htm" - 1629 bytes
Not supported: Unsupported file feature: encryption
263/457: "godfather highly compressed/Support/EA Help/whgdata/whlsti0.htm" - 26108 bytes
Not supported: Unsupported file feature: encryption
264/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt0.htm" - 2845 bytes
Not supported: Unsupported file feature: encryption
265/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt1.htm" - 3645 bytes
Not supported: Unsupported file feature: encryption
266/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt10.htm" - 3529 bytes
Not supported: Unsupported file feature: encryption
267/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt11.htm" - 4117 bytes
Not supported: Unsupported file feature: encryption
268/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt12.htm" - 4287 bytes
Not supported: Unsupported file feature: encryption
269/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt2.htm" - 3752 bytes
Not supported: Unsupported file feature: encryption
270/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt3.htm" - 4145 bytes
Not supported: Unsupported file feature: encryption
271/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt4.htm" - 4487 bytes
Not supported: Unsupported file feature: encryption
272/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt5.htm" - 4329 bytes
Not supported: Unsupported file feature: encryption
273/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt6.htm" - 3459 bytes
Not supported: Unsupported file feature: encryption
274/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt7.htm" - 4168 bytes
Not supported: Unsupported file feature: encryption
275/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt8.htm" - 4909 bytes
Not supported: Unsupported file feature: encryption
276/457: "godfather highly compressed/Support/EA Help/whgdata/whlstt9.htm" - 4400 bytes
Not supported: Unsupported file feature: encryption
277/457: "godfather highly compressed/Support/EA Help/whgdata/whnvf30.htm" - 367 bytes
Not supported: Unsupported file feature: encryption
278/457: "godfather highly compressed/Support/EA Help/whgdata/whnvf31.htm" - 561 bytes
Not supported: Unsupported file feature: encryption
279/457: "godfather highly compressed/Support/EA Help/whgdata/whnvf32.htm" - 563 bytes
Not supported: Unsupported file feature: encryption
280/457: "godfather highly compressed/Support/EA Help/whgdata/whnvf33.htm" - 576 bytes
Not supported: Unsupported file feature: encryption
281/457: "godfather highly compressed/Support/EA Help/whgdata/whnvl31.htm" - 3655 bytes
Not supported: Unsupported file feature: encryption
282/457: "godfather highly compressed/Support/EA Help/whgdata/whnvl32.htm" - 4109 bytes
Not supported: Unsupported file feature: encryption
283/457: "godfather highly compressed/Support/EA Help/whgdata/whnvl33.htm" - 1720 bytes
Not supported: Unsupported file feature: encryption
284/457: "godfather highly compressed/Support/EA Help/whgdata/whnvp30.htm" - 562 bytes
Not supported: Unsupported file feature: encryption
285/457: "godfather highly compressed/Support/EA Help/whgdata/whnvp31.htm" - 558 bytes
Not supported: Unsupported file feature: encryption
286/457: "godfather highly compressed/Support/EA Help/whgdata/whnvp32.htm" - 560 bytes
Not supported: Unsupported file feature: encryption
287/457: "godfather highly compressed/Support/EA Help/whgdata/whnvp33.htm" - 564 bytes
Not supported: Unsupported file feature: encryption
288/457: "godfather highly compressed/Support/EA Help/whgdata/whnvt30.htm" - 2008 bytes
Not supported: Unsupported file feature: encryption
289/457: "godfather highly compressed/Support/EA Help/whgdata/whnvt31.htm" - 2023 bytes
Not supported: Unsupported file feature: encryption
290/457: "godfather highly compressed/Support/EA Help/whgdata/whnvt32.htm" - 2064 bytes
Not supported: Unsupported file feature: encryption
291/457: "godfather highly compressed/Support/EA Help/whgdata/whnvt33.htm" - 2075 bytes
Not supported: Unsupported file feature: encryption
292/457: "godfather highly compressed/Support/EA Help/whgdef.htm" - 2538 bytes
Not supported: Unsupported file feature: encryption
293/457: "godfather highly compressed/Support/EA Help/whgdhtml.htm" - 3650 bytes
Not supported: Unsupported file feature: encryption
294/457: "godfather highly compressed/Support/EA Help/whghost.js" - 5651 bytes
Not supported: Unsupported file feature: encryption
295/457: "godfather highly compressed/Support/EA Help/whhost.js" - 24701 bytes
Not supported: Unsupported file feature: encryption
296/457: "godfather highly compressed/Support/EA Help/whibody.htm" - 8731 bytes
Not supported: Unsupported file feature: encryption
297/457: "godfather highly compressed/Support/EA Help/whidhtml.htm" - 999 bytes
Not supported: Unsupported file feature: encryption
298/457: "godfather highly compressed/Support/EA Help/whiform.htm" - 2262 bytes
Not supported: Unsupported file feature: encryption
299/457: "godfather highly compressed/Support/EA Help/whihost.js" - 10860 bytes
Not supported: Unsupported file feature: encryption
300/457: "godfather highly compressed/Support/EA Help/Whitepages/CD_DVD-ROM_Troubleshooting_.htm" - 18841 bytes
Not supported: Unsupported file feature: encryption
301/457: "godfather highly compressed/Support/EA Help/Whitepages/Changing_Desktop_Resolution.htm" - 6068 bytes
Not supported: Unsupported file feature: encryption
302/457: "godfather highly compressed/Support/EA Help/Whitepages/Configuring_Routers_and_Firewalls.htm" - 9563 bytes
Not supported: Unsupported file feature: encryption
303/457: "godfather highly compressed/Support/EA Help/Whitepages/Controller_Calibration.htm" - 12265 bytes
Not supported: Unsupported file feature: encryption
304/457: "godfather highly compressed/Support/EA Help/Whitepages/Emptying_your_Temp_Folder.htm" - 6129 bytes
Not supported: Unsupported file feature: encryption
305/457: "godfather highly compressed/Support/EA Help/Whitepages/Ending_Background_Tasks.htm" - 9598 bytes
Not supported: Unsupported file feature: encryption
306/457: "godfather highly compressed/Support/EA Help/Whitepages/Finding_the_Minimum_System_Requirements.htm" - 9127 bytes
Not supported: Unsupported file feature: encryption
307/457: "godfather highly compressed/Support/EA Help/Whitepages/Lowering_Sound_Acceleration.htm" - 3969 bytes
Not supported: Unsupported file feature: encryption
308/457: "godfather highly compressed/Support/EA Help/Whitepages/Preparing_your_Hard_Drive_.htm" - 8328 bytes
Not supported: Unsupported file feature: encryption
309/457: "godfather highly compressed/Support/EA Help/Whitepages/Reinstalling_DirectX.htm" - 4322 bytes
Not supported: Unsupported file feature: encryption
310/457: "godfather highly compressed/Support/EA Help/Whitepages/UO_Trace.htm" - 8109 bytes
Not supported: Unsupported file feature: encryption
311/457: "godfather highly compressed/Support/EA Help/Whitepages/Updating_Drivers.htm" - 16687 bytes
Not supported: Unsupported file feature: encryption
312/457: "godfather highly compressed/Support/EA Help/whlang.js" - 10847 bytes
Not supported: Unsupported file feature: encryption
313/457: "godfather highly compressed/Support/EA Help/whmozemu.js" - 2019 bytes
Not supported: Unsupported file feature: encryption
314/457: "godfather highly compressed/Support/EA Help/whmsg.js" - 1782 bytes
Not supported: Unsupported file feature: encryption
315/457: "godfather highly compressed/Support/EA Help/whnjs.htm" - 1176 bytes
Not supported: Unsupported file feature: encryption
316/457: "godfather highly compressed/Support/EA Help/whphost.js" - 12625 bytes
Not supported: Unsupported file feature: encryption
317/457: "godfather highly compressed/Support/EA Help/whproj.htm" - 600 bytes
Not supported: Unsupported file feature: encryption
318/457: "godfather highly compressed/Support/EA Help/whproj.js" - 1484 bytes
Not supported: Unsupported file feature: encryption
319/457: "godfather highly compressed/Support/EA Help/whproj.xml" - 176 bytes
Not supported: Unsupported file feature: encryption
320/457: "godfather highly compressed/Support/EA Help/whproxy.js" - 1474 bytes
Not supported: Unsupported file feature: encryption
321/457: "godfather highly compressed/Support/EA Help/whres.xml" - 11043 bytes
Not supported: Unsupported file feature: encryption
322/457: "godfather highly compressed/Support/EA Help/whrstart.ico" - 10134 bytes
Not supported: Unsupported file feature: encryption
323/457: "godfather highly compressed/Support/EA Help/whskin_banner.htm" - 2344 bytes
Not supported: Unsupported file feature: encryption
324/457: "godfather highly compressed/Support/EA Help/whskin_blank.htm" - 211 bytes
Not supported: Unsupported file feature: encryption
325/457: "godfather highly compressed/Support/EA Help/whskin_ep_ins.xml" - 221 bytes
Not supported: Unsupported file feature: encryption
326/457: "godfather highly compressed/Support/EA Help/whskin_ep_start.htm" - 4770 bytes
Not supported: Unsupported file feature: encryption
327/457: "godfather highly compressed/Support/EA Help/whskin_frmset01.htm" - 4561 bytes
Not supported: Unsupported file feature: encryption
328/457: "godfather highly compressed/Support/EA Help/whskin_frmset010.htm" - 1744 bytes
Not supported: Unsupported file feature: encryption
329/457: "godfather highly compressed/Support/EA Help/whskin_homepage.htm" - 128 bytes
Not supported: Unsupported file feature: encryption
330/457: "godfather highly compressed/Support/EA Help/whskin_info.htm" - 782 bytes
Not supported: Unsupported file feature: encryption
331/457: "godfather highly compressed/Support/EA Help/whskin_mbars.htm" - 1980 bytes
Not supported: Unsupported file feature: encryption
332/457: "godfather highly compressed/Support/EA Help/whskin_papplet.htm" - 8720 bytes
Not supported: Unsupported file feature: encryption
333/457: "godfather highly compressed/Support/EA Help/whskin_pdhtml.htm" - 1718 bytes
Not supported: Unsupported file feature: encryption
334/457: "godfather highly compressed/Support/EA Help/whskin_pickup.htm" - 6170 bytes
Not supported: Unsupported file feature: encryption
335/457: "godfather highly compressed/Support/EA Help/whskin_plist.htm" - 5592 bytes
Not supported: Unsupported file feature: encryption
336/457: "godfather highly compressed/Support/EA Help/whskin_tbars.htm" - 3962 bytes
Not supported: Unsupported file feature: encryption
337/457: "godfather highly compressed/Support/EA Help/whskin_tw.htm" - 1216 bytes
Not supported: Unsupported file feature: encryption
338/457: "godfather highly compressed/Support/EA Help/whstart.ico" - 10134 bytes
Not supported: Unsupported file feature: encryption
339/457: "godfather highly compressed/Support/EA Help/whstart.js" - 9571 bytes
Not supported: Unsupported file feature: encryption
340/457: "godfather highly compressed/Support/EA Help/whstub.js" - 3292 bytes
Not supported: Unsupported file feature: encryption
341/457: "godfather highly compressed/Support/EA Help/whst_topics.xml" - 2814 bytes
Not supported: Unsupported file feature: encryption
342/457: "godfather highly compressed/Support/EA Help/whtbar.js" - 46538 bytes
Not supported: Unsupported file feature: encryption
343/457: "godfather highly compressed/Support/EA Help/whtdhtml.htm" - 1381 bytes
Not supported: Unsupported file feature: encryption
344/457: "godfather highly compressed/Support/EA Help/whthost.js" - 30555 bytes
Not supported: Unsupported file feature: encryption
345/457: "godfather highly compressed/Support/EA Help/whtopic.js" - 15516 bytes
Not supported: Unsupported file feature: encryption
346/457: "godfather highly compressed/Support/EA Help/wht_abge.jpg" - 6210 bytes
Not supported: Unsupported file feature: encryption
347/457: "godfather highly compressed/Support/EA Help/wht_abgi.jpg" - 4967 bytes
Not supported: Unsupported file feature: encryption
348/457: "godfather highly compressed/Support/EA Help/wht_abgw.jpg" - 5659 bytes
Not supported: Unsupported file feature: encryption
349/457: "godfather highly compressed/Support/EA Help/wht_abte.jpg" - 9810 bytes
Not supported: Unsupported file feature: encryption
350/457: "godfather highly compressed/Support/EA Help/wht_abti.jpg" - 3863 bytes
Not supported: Unsupported file feature: encryption
351/457: "godfather highly compressed/Support/EA Help/wht_abtw.jpg" - 3973 bytes
Not supported: Unsupported file feature: encryption
352/457: "godfather highly compressed/Support/EA Help/wht_fts_h.gif" - 188 bytes
Not supported: Unsupported file feature: encryption
353/457: "godfather highly compressed/Support/EA Help/wht_fts_n.gif" - 188 bytes
Not supported: Unsupported file feature: encryption
354/457: "godfather highly compressed/Support/EA Help/wht_glo_h.gif" - 142 bytes
Not supported: Unsupported file feature: encryption
355/457: "godfather highly compressed/Support/EA Help/wht_glo_n.gif" - 142 bytes
Not supported: Unsupported file feature: encryption
356/457: "godfather highly compressed/Support/EA Help/wht_go.gif" - 260 bytes
Not supported: Unsupported file feature: encryption
357/457: "godfather highly compressed/Support/EA Help/wht_hide.gif" - 842 bytes
Not supported: Unsupported file feature: encryption
358/457: "godfather highly compressed/Support/EA Help/wht_idx_h.gif" - 168 bytes
Not supported: Unsupported file feature: encryption
359/457: "godfather highly compressed/Support/EA Help/wht_idx_n.gif" - 168 bytes
Not supported: Unsupported file feature: encryption
360/457: "godfather highly compressed/Support/EA Help/wht_logo1.gif" - 1405 bytes
Not supported: Unsupported file feature: encryption
361/457: "godfather highly compressed/Support/EA Help/wht_logo2.gif" - 1393 bytes
Not supported: Unsupported file feature: encryption
362/457: "godfather highly compressed/Support/EA Help/wht_next.gif" - 73 bytes
Not supported: Unsupported file feature: encryption
363/457: "godfather highly compressed/Support/EA Help/wht_next_g.gif" - 73 bytes
Not supported: Unsupported file feature: encryption
364/457: "godfather highly compressed/Support/EA Help/wht_prev.gif" - 73 bytes
Not supported: Unsupported file feature: encryption
365/457: "godfather highly compressed/Support/EA Help/wht_prev_g.gif" - 73 bytes
Not supported: Unsupported file feature: encryption
366/457: "godfather highly compressed/Support/EA Help/wht_spac.gif" - 43 bytes
Not supported: Unsupported file feature: encryption
367/457: "godfather highly compressed/Support/EA Help/wht_sync.gif" - 846 bytes
Not supported: Unsupported file feature: encryption
368/457: "godfather highly compressed/Support/EA Help/wht_tab0.gif" - 285 bytes
Not supported: Unsupported file feature: encryption
369/457: "godfather highly compressed/Support/EA Help/wht_tab1.gif" - 237 bytes
Not supported: Unsupported file feature: encryption
370/457: "godfather highly compressed/Support/EA Help/wht_tab2.gif" - 226 bytes
Not supported: Unsupported file feature: encryption
371/457: "godfather highly compressed/Support/EA Help/wht_tab3.gif" - 209 bytes
Not supported: Unsupported file feature: encryption
372/457: "godfather highly compressed/Support/EA Help/wht_tab4.gif" - 198 bytes
Not supported: Unsupported file feature: encryption
373/457: "godfather highly compressed/Support/EA Help/wht_tab5.gif" - 221 bytes
Not supported: Unsupported file feature: encryption
374/457: "godfather highly compressed/Support/EA Help/wht_tab6.gif" - 212 bytes
Not supported: Unsupported file feature: encryption
375/457: "godfather highly compressed/Support/EA Help/wht_tab7.gif" - 236 bytes
Not supported: Unsupported file feature: encryption
376/457: "godfather highly compressed/Support/EA Help/wht_tab8.gif" - 225 bytes
Not supported: Unsupported file feature: encryption
377/457: "godfather highly compressed/Support/EA Help/wht_toc_h.gif" - 204 bytes
Not supported: Unsupported file feature: encryption
378/457: "godfather highly compressed/Support/EA Help/wht_toc_n.gif" - 195 bytes
Not supported: Unsupported file feature: encryption
379/457: "godfather highly compressed/Support/EA Help/wht_ws.gif" - 973 bytes
Not supported: Unsupported file feature: encryption
380/457: "godfather highly compressed/Support/EA Help/wht_ws_g.gif" - 949 bytes
Not supported: Unsupported file feature: encryption
381/457: "godfather highly compressed/Support/EA Help/whutils.js" - 10930 bytes
Not supported: Unsupported file feature: encryption
382/457: "godfather highly compressed/Support/EA Help/whver.js" - 2282 bytes
Not supported: Unsupported file feature: encryption
383/457: "godfather highly compressed/Support/EA Help/whxdata/vssver.scc" - 160 bytes
Not supported: Unsupported file feature: encryption
384/457: "godfather highly compressed/Support/EA Help/whxdata/whftdata0.xml" - 3826 bytes
Not supported: Unsupported file feature: encryption
385/457: "godfather highly compressed/Support/EA Help/whxdata/whfts.xml" - 176 bytes
Not supported: Unsupported file feature: encryption
386/457: "godfather highly compressed/Support/EA Help/whxdata/whfwdata0.xml" - 44395 bytes
Not supported: Unsupported file feature: encryption
387/457: "godfather highly compressed/Support/EA Help/whxdata/whgdata0.xml" - 1479 bytes
Not supported: Unsupported file feature: encryption
388/457: "godfather highly compressed/Support/EA Help/whxdata/whglo.xml" - 149 bytes
Not supported: Unsupported file feature: encryption
389/457: "godfather highly compressed/Support/EA Help/whxdata/whidata0.xml" - 100809 bytes
Not supported: Unsupported file feature: encryption
390/457: "godfather highly compressed/Support/EA Help/whxdata/whidx.xml" - 144 bytes
Not supported: Unsupported file feature: encryption
391/457: "godfather highly compressed/Support/EA Help/whxdata/whtdata0.xml" - 3217 bytes
Not supported: Unsupported file feature: encryption
392/457: "godfather highly compressed/Support/EA Help/whxdata/whtoc.xml" - 85 bytes
Not supported: Unsupported file feature: encryption
393/457: "godfather highly compressed/Support/EasyInfo.exe" - 561152 bytes
Not supported: Unsupported file feature: encryption
394/457: "godfather highly compressed/Support/EasyReqs.xml" - 806 bytes
Not supported: Unsupported file feature: encryption
395/457: "godfather highly compressed/Support/en-us/readme.txt" - 8966 bytes
Not supported: Unsupported file feature: encryption
396/457: "godfather highly compressed/Support/ereg-dict-cs.xml" - 7898 bytes
Not supported: Unsupported file feature: encryption
397/457: "godfather highly compressed/Support/ereg-dict-da.xml" - 7701 bytes
Not supported: Unsupported file feature: encryption
398/457: "godfather highly compressed/Support/ereg-dict-de.xml" - 8033 bytes
Not supported: Unsupported file feature: encryption
399/457: "godfather highly compressed/Support/ereg-dict-el.xml" - 10719 bytes
Not supported: Unsupported file feature: encryption
400/457: "godfather highly compressed/Support/ereg-dict-en_UK.xml" - 7565 bytes
Not supported: Unsupported file feature: encryption
401/457: "godfather highly compressed/Support/ereg-dict-en_US.xml" - 7618 bytes
Not supported: Unsupported file feature: encryption
402/457: "godfather highly compressed/Support/ereg-dict-es.xml" - 7578 bytes
Not supported: Unsupported file feature: encryption
403/457: "godfather highly compressed/Support/ereg-dict-fi.xml" - 7547 bytes
Not supported: Unsupported file feature: encryption
404/457: "godfather highly compressed/Support/ereg-dict-fr_FR.xml" - 7900 bytes
Not supported: Unsupported file feature: encryption
405/457: "godfather highly compressed/Support/ereg-dict-hu.xml" - 7768 bytes
Not supported: Unsupported file feature: encryption
406/457: "godfather highly compressed/Support/ereg-dict-it.xml" - 7986 bytes
Not supported: Unsupported file feature: encryption
407/457: "godfather highly compressed/Support/ereg-dict-ja.xml" - 8361 bytes
Not supported: Unsupported file feature: encryption
408/457: "godfather highly compressed/Support/ereg-dict-ko.xml" - 8064 bytes
Not supported: Unsupported file feature: encryption
409/457: "godfather highly compressed/Support/ereg-dict-nl.xml" - 7911 bytes
Not supported: Unsupported file feature: encryption
410/457: "godfather highly compressed/Support/ereg-dict-no.xml" - 7590 bytes
Not supported: Unsupported file feature: encryption
411/457: "godfather highly compressed/Support/ereg-dict-pl.xml" - 7850 bytes
Not supported: Unsupported file feature: encryption
412/457: "godfather highly compressed/Support/ereg-dict-pt_BR.xml" - 7784 bytes
Not supported: Unsupported file feature: encryption
413/457: "godfather highly compressed/Support/ereg-dict-pt_PT.xml" - 7713 bytes
Not supported: Unsupported file feature: encryption
414/457: "godfather highly compressed/Support/ereg-dict-sv.xml" - 7746 bytes
Not supported: Unsupported file feature: encryption
415/457: "godfather highly compressed/Support/ereg-dict-th.xml" - 12230 bytes
Not supported: Unsupported file feature: encryption
416/457: "godfather highly compressed/Support/ereg-dict-zh_CN.xml" - 7039 bytes
Not supported: Unsupported file feature: encryption
417/457: "godfather highly compressed/Support/ereg-dict-zh_TW.xml" - 7398 bytes
Not supported: Unsupported file feature: encryption
418/457: "godfather highly compressed/Support/Ereg.bin" - 792279 bytes
Not supported: Unsupported file feature: encryption
419/457: "godfather highly compressed/Support/EReg.exe" - 618496 bytes
Not supported: Unsupported file feature: encryption
420/457: "godfather highly compressed/Support/Localization.ini" - 3542 bytes
Not supported: Unsupported file feature: encryption
421/457: "godfather highly compressed/Support/The Godfather The Game_code.exe" - 323584 bytes
Not supported: Unsupported file feature: encryption
422/457: "godfather highly compressed/Support/The Godfather The Game_uninst.exe" - 73728 bytes
Not supported: Unsupported file feature: encryption
423/457: "godfather highly compressed/Support/EA Help/Install/Issues_After_Install" - 0 bytes
424/457: "godfather highly compressed/Support/EA Help/Install/Media_Issues" - 0 bytes
425/457: "godfather highly compressed/Support/EA Help/Install/Requirements_Issues" - 0 bytes
426/457: "godfather highly compressed/Support/EA Help/Playing_the_Game/Lockups" - 0 bytes
427/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Crashes" - 0 bytes
428/457: "godfather highly compressed/Support/EA Help/Starting_the_Game/Lockups" - 0 bytes
429/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files/XP_Green" - 0 bytes
430/457: "godfather highly compressed/Support/EA Help/Controller_Issues" - 0 bytes
431/457: "godfather highly compressed/Support/EA Help/Crashes" - 0 bytes
432/457: "godfather highly compressed/Support/EA Help/DirectX" - 0 bytes
433/457: "godfather highly compressed/Support/EA Help/Direct_X" - 0 bytes
434/457: "godfather highly compressed/Support/EA Help/Error_Message" - 0 bytes
435/457: "godfather highly compressed/Support/EA Help/Getting_More_Help_Online" - 0 bytes
436/457: "godfather highly compressed/Support/EA Help/Graphics_Issue" - 0 bytes
437/457: "godfather highly compressed/Support/EA Help/images" - 0 bytes
438/457: "godfather highly compressed/Support/EA Help/Install" - 0 bytes
439/457: "godfather highly compressed/Support/EA Help/Locking_up_and_Freezing" - 0 bytes
440/457: "godfather highly compressed/Support/EA Help/Online" - 0 bytes
441/457: "godfather highly compressed/Support/EA Help/Online_Connectivity_and_Performance" - 0 bytes
442/457: "godfather highly compressed/Support/EA Help/Playing_the_Game" - 0 bytes
443/457: "godfather highly compressed/Support/EA Help/Sound" - 0 bytes
444/457: "godfather highly compressed/Support/EA Help/Standard_Items" - 0 bytes
445/457: "godfather highly compressed/Support/EA Help/Starting_the_Game" - 0 bytes
446/457: "godfather highly compressed/Support/EA Help/WebHelp_Skin_Files" - 0 bytes
447/457: "godfather highly compressed/Support/EA Help/whdata" - 0 bytes
448/457: "godfather highly compressed/Support/EA Help/whgdata" - 0 bytes
449/457: "godfather highly compressed/Support/EA Help/Whitepages" - 0 bytes
450/457: "godfather highly compressed/Support/EA Help/whxdata" - 0 bytes
451/457: "godfather highly compressed/Support/EA Help" - 0 bytes
452/457: "godfather highly compressed/Support/en-us" - 0 bytes
453/457: "godfather highly compressed/AutoRun" - 0 bytes
454/457: "godfather highly compressed/Crack" - 0 bytes
455/457: "godfather highly compressed/deomon tools" - 0 bytes
456/457: "godfather highly compressed/Support" - 0 bytes
457/457: "godfather highly compressed" - 0 bytes

real	0m0.018s
user	0m0.009s
sys	0m0.000s

Large file support

14/15 of my .rar files (taken from the top downloaded @itchio .rar uploads) now decompress normally.

The winner is... https://contragon.itch.io/contra-2028 which requires large file support:

 big ใƒ„ dunrar CONTRA\ 2028.rar
2019/01/27 22:23:19 Opening file...
2019/01/27 22:23:19 Opening as RAR archive...
2019/01/27 22:23:19 Listing contents...
2019/01/27 22:23:19 dmc_unrar_file_is_supported: error 25: Unsupported large file
github.com/itchio/dmcunrar-go/dmcunrar.checkError
        /home/amos/Dev/go/src/github.com/itchio/dmcunrar-go/dmcunrar/glue.go:366
github.com/itchio/dmcunrar-go/dmcunrar.(*Archive).FileIsSupported
        /home/amos/Dev/go/src/github.com/itchio/dmcunrar-go/dmcunrar/glue.go:176
main.main
        /home/amos/Dev/go/src/github.com/itchio/dmcunrar-go/cmd/dunrar/main.go:70
runtime.main
        /usr/local/go/src/runtime/proc.go:201
runtime.goexit
        /usr/local/go/src/runtime/asm_amd64.s:1333
for file CONTRA 2028/ContraReboot/Content/Paks/ContraReboot-WindowsNoEditor.pak
2019/01/27 22:23:19 Extracting 55 files, 2.65 GiB uncompressed

Solid RAR5 archive extraction SIGABRT

I'm trying to extract jpg image files from RAR5 solid archive, and get assertion on dmc_unrar.c:7818

A/libc: %projectpath%/dmc_unrar/dmc_unrar.c:7818: dmc_unrar_size_t dmc_unrar_lzss_emit_copy(dmc_unrar_lzss *, uint8_t *, dmc_unrar_size_t, dmc_unrar_size_t, dmc_unrar_size_t, dmc_unrar_size_t, dmc_unrar_size_t *): assertion "copy_offset <= lzss->window_offset" failed
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
Abort message: '%projectpath%/dmc_unrar/dmc_unrar.c:7818: dmc_unrar_size_t dmc_unrar_lzss_emit_copy(dmc_unrar_lzss *, uint8_t *, dmc_unrar_size_t, dmc_unrar_size_t, dmc_unrar_size_t, dmc_unrar_size_t, dmc_unrar_size_t *): assertion "copy_offset <= lzss->window_offset" failed'
    r0  00000000  r1  00007577  r2  00000006  r3  00000008
    r4  00007577  r5  00007577  r6  ffac5b54  r7  0000010c
    r8  000001bd  r9  00000000  r10 00000400  r11 e9bab030
    ip  ffac5c18  sp  ffac5b40  lr  e9caf0c5  pc  e9ca5f76
backtrace:\
    #00 pc 0001cf76  /system/lib/libc.so (abort+58)
    #01 pc 0001d4a7  /system/lib/libc.so (__assert2+22)
    #02 pc 0005b63f  #(dmc_unrar_lzss_emit_copy+158)
    #03 pc 00066031  #(dmc_unrar_rar50_decode_huffman+316)
    #04 pc 00065a31  #(dmc_unrar_rar50_decompress_block+564)
    #05 pc 000653d9  #(dmc_unrar_rar50_decompress+748)
    #06 pc 00065095  #(dmc_unrar_rar50_unpack+64)
    #07 pc 00066cab  #(dmc_unrar_extractor_unpack+62)
    #08 pc 000591fb  #(dmc_unrar_file_extract_with_callback_and_extractor+406)
    #09 pc 00059bd9  #(dmc_unrar_rar_context_unpack+604)
    #10 pc 00059051  #(dmc_unrar_file_unpack+300)
    #11 pc 00056bc3  #(dmc_unrar_file_extract+234)
    #12 pc 00056a51  #(dmc_unrar_extract_file_with_callback+224)
    #13 pc 00056c6d  #(dmc_unrar_extract_file_to_mem+132)
    #14 pc 0000b649  #(CbrManager::getPageInfo(unsigned int, int*, int*)+488)

dmc_unrar_extract_file_with_callback declared, but not implemented

I see the forward declaration here:

dmc_unrar/dmc_unrar.c

Lines 688 to 709 in c414853

/** Extract a file entry using a callback function.
*
* Extract into the buffer of buffer_size, calling callback every time the
* buffer has been filled (or all the input has been processed).
*
* @param archive The archive to extract from.
* @param index The index of the file entry to extract.
* @param buffer The pre-allocated memory buffer to extract into. Can be
* NULL to mean that a buffer of buffer_size should be allocated.
* @param buffer_size The size of the output buffer.
* @param uncompressed_size If != NULL, the total number of bytes written
* to the buffer will be stored here.
* @param validate_crc If true, validate the uncompressed data against
* the CRC-32 stored within the archive. If the validation fails,
* this counts as an error (DMC_UNRAR_FILE_CRC32_FAIL).
* @param opaque Opaque memory pointer to pass to the callback.
* @param callback The callback to call.
* @return An error condition, or DMC_UNRAR_OK if extraction succeeded.
*/
dmc_unrar_return dmc_unrar_extract_file_with_callback(dmc_unrar_archive *archive, size_t index,
void *buffer, size_t buffer_size, size_t *uncompressed_size, bool validate_crc,
void *opaque, dmc_unrar_extract_callback_func callback);

but no actual implementation!

Looking at dmc_unrar_extract_file_to_mem, it shouldn't be too hard to implement though:

dmc_unrar/dmc_unrar.c

Lines 3622 to 3663 in c414853

dmc_unrar_return dmc_unrar_extract_file_to_mem(dmc_unrar_archive *archive, size_t index,
void *buffer, size_t buffer_size, size_t *uncompressed_size, bool validate_crc) {
size_t output_size = 0;
if (!archive || !buffer)
return DMC_UNRAR_ARCHIVE_EMPTY;
if (uncompressed_size)
*uncompressed_size = 0;
{
dmc_unrar_return is_supported = dmc_unrar_file_is_supported(archive, index);
if (is_supported != DMC_UNRAR_OK)
return is_supported;
}
{
dmc_unrar_file_block *file = &archive->internal_state->files[index];
uint32_t crc;
buffer_size = DMC_UNRAR_MIN(buffer_size, file->file.uncompressed_size);
{
dmc_unrar_return uncompressed =
dmc_unrar_file_extract(archive, file, buffer, buffer_size, &output_size,
&crc, NULL, &dmc_unrar_extract_callback_mem);
if (uncompressed != DMC_UNRAR_OK)
return uncompressed;
}
if (uncompressed_size)
*uncompressed_size = output_size;
if (validate_crc)
if (file->file.has_crc && (file->file.crc != crc))
return DMC_UNRAR_FILE_CRC32_FAIL;
}
return DMC_UNRAR_OK;
}

so I might just give it a shot.

Bug in RAR5 solid files

While testing for #4, I noticed a bug in our handling of RAR5 solid files. Sometimes, we produce broken output.

Example:
1.txt
blah
2.txt
foo

rar -ma5 -s a test.rar 1.txt 2.txt

This creates a solid RAR5 file we can't correctly decompress. The first file extracts fine, the second doesn't. Seems to be connected to our "finishing off" of the remaining of the solid block. I assume it produces output that belongs into the second file instead of just influencing the state?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.