"Fossies" - the Fresh Open Source Software Archive

Member "hashcat-6.2.6/deps/unrar/readme.txt" (2 Sep 2022, 1768 Bytes) of package /linux/privat/hashcat-6.2.6.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2                        Portable UnRAR version
    3 
    4 
    5    1. General
    6 
    7    This package includes freeware Unrar C++ source and makefile for
    8    several Unix compilers.
    9 
   10    Unrar source is subset of RAR and generated from RAR source automatically,
   11    by a small program removing blocks like '#ifndef UNRAR ... #endif'.
   12    Such method is not perfect and you may find some RAR related stuff
   13    unnecessary in Unrar, especially in header files.
   14 
   15    If you wish to port Unrar to a new platform, you may need to edit
   16    '#define LITTLE_ENDIAN' in os.hpp and data type definitions
   17    in rartypes.hpp.
   18 
   19    if computer architecture does not allow not aligned data access,
   20    you need to undefine ALLOW_NOT_ALIGNED_INT and define
   21    STRICT_ALIGNMENT_REQUIRED in os.h.
   22 
   23    UnRAR.vcproj and UnRARDll.vcproj are projects for Microsoft Visual C++.
   24    UnRARDll.vcproj lets to build unrar.dll library.
   25 
   26 
   27    2. Unrar binaries
   28 
   29    If you compiled Unrar for OS, which is not present in "Downloads"
   30    and "RAR extras" on www.rarlab.com, we will appreciate if you send
   31    us the compiled executable to place it to our site.
   32 
   33 
   34    3. Acknowledgements
   35 
   36    This source includes parts of code written by other authors.
   37    Please see acknow.txt file for details.
   38 
   39 
   40    4. Legal stuff
   41 
   42    Unrar source may be used in any software to handle RAR archives
   43    without limitations free of charge, but cannot be used to re-create
   44    the RAR compression algorithm, which is proprietary. Distribution
   45    of modified Unrar source in separate form or as a part of other
   46    software is permitted, provided that it is clearly stated in
   47    the documentation and source comments that the code may not be used
   48    to develop a RAR (WinRAR) compatible archiver.
   49 
   50    More detailed license text is available in license.txt.