You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that I cannot successfully detect embedded RAR files created using the RAR 5.0 archiver version. After a brief review of rar.py, I believe this is because of the slight difference in file format being used with the newer archiver.
To test independently, create a self extracting RAR file with an archiver version >= 5.0. The latest version of WinRAR (software version 5.50) uses this by default now.
1. WinRAR and command line RAR use RAR 5.0 archive format by default.
You can change it to RAR 4.x compatible format with "RAR4" option
in archiving dialog or -ma4 command line switch.
The text was updated successfully, but these errors were encountered:
Hello,
It seems that I cannot successfully detect embedded RAR files created using the RAR 5.0 archiver version. After a brief review of rar.py, I believe this is because of the slight difference in file format being used with the newer archiver.
Newer versions of WinRAR use a slightly different file magic for RAR files.
Quick testing...
To test independently, create a self extracting RAR file with an archiver version >= 5.0. The latest version of WinRAR (software version 5.50) uses this by default now.
The text was updated successfully, but these errors were encountered: