December 6, 2018
View e030ba4

Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h.

Micah Snyder authored on 2018/12/06 10:46:20
December 4, 2018
View 288057e

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

Micah Snyder authored on 2018/12/04 02:40:13
November 17, 2018
View 7a58f37

bcomp - removing const qualifier from working comp buffers

Mickey Sola authored on 2018/11/17 04:18:10
November 15, 2018
View 9703d97

bcomp - fixing signedness issue with large extracted binary values

Mickey Sola authored on 2018/11/15 06:08:59
October 26, 2018
View 2ffb4f3

bcomp - fixing issue where whitespace normalization buffer wasn't being freed, fixing issue where little endian normalization was being done on the file buffer and not the normalized whitepsace buffer, fixed issue where auto detection wasn't being done on normalized whitespace buffer

Mickey Sola authored on 2018/10/26 03:30:07
October 25, 2018
View e0295a9

bcomp - fixing issue with little-endian odd-nibble hex evaluation where the normalized numbered of bytes were not being read via strntoul

Mickey Sola authored on 2018/10/25 05:17:40
View 26b75b3

bcomp - fixing issue where autodetect would not identify decimals when bytelen was less than 3, fixing issue with little endian hex normalization where unwanted nibbles were being evaluated

Mickey Sola authored on 2018/10/25 01:30:36
October 24, 2018
View ca400ee

bcomp - fixing issue with whitespacing padding, fixing issue with little endian extraction of odd nibbled hex sequences, refactoring hex/decimal auto checking and hex buffer normalization code, fixing issue with normalization where it was possible to evaluate unwanted hex bytes, fixing issue with big endian conversion of decimal extracted sequence values after use of cli_strntoul

Mickey Sola authored on 2018/10/24 04:28:50
October 16, 2018
View ff8953f

bcomp - fixing case where automatic detection would fail against little endian hex values; removing code for little endian decimal support; fixing some clang warnings; fixes for hexidecimal detection in sli_strnto functions; updating documentation

Mickey Sola authored on 2018/10/16 03:29:35
October 9, 2018
View 18d57d7

bcomp - normalizing buffer for little endian hex comparison and simplifying automatic hex or decimal checks

Mickey Sola authored on 2018/10/09 05:57:03
View 7a0314d

bcomp - adding option for automatic detection and extraction of decimal or hex values from the buffer

Mickey Sola authored on 2018/10/09 02:18:09
September 29, 2018
View 464d801

bcomp - changing map to use original scan buffer to account for normalization offset discrepancies--patch based on suggested solution by Micah

Mickey Sola authored on 2018/09/29 06:35:12
September 28, 2018
View 731d44f

bcomp - adding comma seperated comparison statement evaluations for single subsigs

Mickey Sola authored on 2018/09/28 08:37:04
View 5a4fb45

bcomp - adding ac_chklsig verification to fix reference subsig match checking; fixing double result print when using all match; fix to ensure extracted binary bytes retain their signedness

Mickey Sola authored on 2018/09/28 04:16:49
September 27, 2018
View a47b151

bcomp - updating messaging output to be consistent across the matcher file

Mickey Sola authored on 2018/09/27 08:22:13