This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
clamav
Watch
2
Star
0
Fork
You've already forked clamav
0
mirror of
https://github.com/Cisco-Talos/clamav.git
synced
2025-10-19 10:23:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
rel/1.5
clamav
/
libclamunrar
/
global.cpp
8 lines
82 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.
2018-07-30 20:19:28 -04:00
#
define INCLUDEGLOBAL
Update to UnRAR v6.1.7
2022-07-14 17:09:53 -07:00
#
ifdef _MSC_VER
Updating libclamunrar from legacy C implementation to modern unrar 5.6.5. API changes and supporting changes included to pass the filepath of the scanned file into libclamav through the cli_ctx structure, required by the unrar library to open archives. The filename argument may be optional for the scandesc scanning variant, but libclamav will make a best effort to identify the filename from the file descriptor if it was not provided. In addition, included the ability to prefix temp file and directory names with file basenames.
2018-07-30 20:19:28 -04:00
#
pragma hdrstop
#
endif
#
include
"rar.hpp"
Reference in a new issue
Copy permalink