You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/deps/unrar
Gabriele Gristina 69d8981501
update to latest version of unrar source and update changes.txt
1 year ago
..
UnRAR.vcxproj
UnRARDll.vcxproj
acknow.txt
arccmt.cpp
archive.cpp
archive.hpp
arcread.cpp
array.hpp
blake2s.cpp
blake2s.hpp
blake2s_sse.cpp
blake2sp.cpp
cmddata.cpp
cmddata.hpp
cmdfilter.cpp
cmdmix.cpp
coder.cpp
coder.hpp
compress.hpp
consio.cpp
consio.hpp
crc.cpp
crc.hpp
crypt.cpp
crypt.hpp
crypt1.cpp
crypt2.cpp
crypt3.cpp
crypt5.cpp
dll.cpp
dll.def
dll.hpp
dll.rc
dll_nocrypt.def
encname.cpp
encname.hpp
errhnd.cpp
errhnd.hpp
extinfo.cpp
extinfo.hpp
extract.cpp
extract.hpp
filcreat.cpp
filcreat.hpp
file.cpp
file.hpp
filefn.cpp
filefn.hpp
filestr.cpp
filestr.hpp
find.cpp
find.hpp
getbits.cpp
getbits.hpp
global.cpp
global.hpp
hardlinks.cpp
hash.cpp
hash.hpp
hc_decompress_rar.cpp
headers.cpp
headers.hpp
headers5.hpp
isnt.cpp
isnt.hpp
license.txt
list.cpp
list.hpp
loclang.hpp
log.cpp
log.hpp
makefile
match.cpp
match.hpp
model.cpp
model.hpp
options.cpp
options.hpp
os.hpp
pathfn.cpp
pathfn.hpp
qopen.cpp
qopen.hpp
rar.cpp
rar.hpp
rardefs.hpp
rarlang.hpp
raros.hpp
rarpch.cpp
rartypes.hpp
rarvm.cpp
rarvm.hpp
rawint.hpp
rawread.cpp
rawread.hpp
rdwrfn.cpp
rdwrfn.hpp
readme.txt
recvol.cpp
recvol.hpp
recvol3.cpp
recvol5.cpp
resource.cpp
resource.hpp
rijndael.cpp
rijndael.hpp
rs.cpp
rs.hpp
rs16.cpp
rs16.hpp
scantree.cpp
scantree.hpp
secpassword.cpp
secpassword.hpp
sha1.cpp
sha1.hpp
sha256.cpp
sha256.hpp
smallfn.cpp
smallfn.hpp
strfn.cpp
strfn.hpp
strlist.cpp
strlist.hpp
suballoc.cpp
suballoc.hpp
system.cpp
system.hpp
threadmisc.cpp
threadpool.cpp
threadpool.hpp
timefn.cpp
timefn.hpp
ui.cpp
ui.hpp
uicommon.cpp
uiconsole.cpp
uisilent.cpp
ulinks.cpp
unicode.cpp
unicode.hpp
unpack.cpp
unpack.hpp
unpack15.cpp
unpack20.cpp
unpack30.cpp
unpack50.cpp
unpack50frag.cpp
unpack50mt.cpp
unpackinline.cpp
uowners.cpp
version.hpp
volume.cpp
volume.hpp
win32acl.cpp
win32lnk.cpp
win32stm.cpp

readme.txt

                       Portable UnRAR version


   1. General

   This package includes freeware Unrar C++ source and makefile for
   several Unix compilers.

   Unrar source is subset of RAR and generated from RAR source automatically,
   by a small program removing blocks like '#ifndef UNRAR ... #endif'.
   Such method is not perfect and you may find some RAR related stuff
   unnecessary in Unrar, especially in header files.

   If you wish to port Unrar to a new platform, you may need to edit
   '#define LITTLE_ENDIAN' in os.hpp and data type definitions
   in rartypes.hpp.

   if computer architecture does not allow not aligned data access,
   you need to undefine ALLOW_NOT_ALIGNED_INT and define
   STRICT_ALIGNMENT_REQUIRED in os.h.

   UnRAR.vcproj and UnRARDll.vcproj are projects for Microsoft Visual C++.
   UnRARDll.vcproj lets to build unrar.dll library.


   2. Unrar binaries

   If you compiled Unrar for OS, which is not present in "Downloads"
   and "RAR extras" on www.rarlab.com, we will appreciate if you send
   us the compiled executable to place it to our site.


   3. Acknowledgements

   This source includes parts of code written by other authors.
   Please see acknow.txt file for details.


   4. Legal stuff

   Unrar source may be used in any software to handle RAR archives
   without limitations free of charge, but cannot be used to re-create
   the RAR compression algorithm, which is proprietary. Distribution
   of modified Unrar source in separate form or as a part of other
   software is permitted, provided that it is clearly stated in
   the documentation and source comments that the code may not be used
   to develop a RAR (WinRAR) compatible archiver.

   More detailed license text is available in license.txt.