July 11, 2019
View f9ad281

Rename MAX_BC to MAX_TRACKED_BC for consistency

Andrew authored on 2019/07/11 00:02:03
June 5, 2019
View 93e5d4d

bytecode - J867 - fix memory leak that occurs withn the bytecode interpreter while libjson is enabled

Mickey Sola authored on 2019/06/05 01:50:11
May 5, 2019
View 0284064

Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int.

Micah Snyder authored on 2019/05/05 06:28:16
April 18, 2019
View 1a75f6a

Mach-O bytecode unpackers

Jonas Zaddach authored on 2019/04/18 03:30:21
March 19, 2019
View abe3392

Linux bytecode unpackers

Jonas Zaddach authored on 2019/03/19 23:28:49
March 13, 2019
View 8650c79

Address code-review comments, fix several memleaks

Andrew authored on 2019/03/13 01:45:19
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
January 8, 2019
View afe940d

PE parsing code improvements, db loading bug fixes

Andrew authored on 2019/01/08 14:09:08
December 19, 2018
View b2fed43

Prettify printing of bytecode arguments

Jonas Zaddach authored on 2018/12/19 23:42:42
December 4, 2018
View 288057e

clang-format'd using new .clang-format rules.

Micah Snyder authored on 2018/12/04 02:40:13
July 31, 2018
View 01eebc1

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.

Micah Snyder authored on 2018/07/31 09:19:28
July 21, 2018
View 048a88e

Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.

Micah Snyder authored on 2018/07/21 11:28:48
March 28, 2018
View 964a1e7

Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code.

Micah Snyder authored on 2018/03/28 02:06:46
February 22, 2018
View 7cd9337

Spelling Adjustments (#30)

Josh Soref authored on 2018/02/22 05:00:59
December 22, 2017
View c9a070c

More cleanup re: variables possibly used before initialized.

Micah Snyder authored on 2017/12/22 04:39:01