September 7, 2019
View adfe7bb

Fixes filename memory leak for empty files in EGG archives.

Micah Snyder (micasnyd) authored on 2019/09/07 23:29:01
August 25, 2019
View d0d1495

Fix for cli_scanegg; changing memset to use sizeof() the correct struct.

Micah Snyder authored on 2019/08/25 09:48:50
August 23, 2019
View 712a183

Eliminates a few warnings.

Micah Snyder authored on 2019/08/23 07:09:18
August 17, 2019
View b056e8e

Adds --max-scantime clamscan option and MaxScanTime clamd config option.

Micah Snyder (micasnyd) authored on 2019/08/17 09:18:59
July 10, 2019
View c31a98d

bb12238 - Removing support for deprecated readdir_r() function. The readdir() function is thread safe so long as you don't share a dir object between threads. If you do, it requires a mutex.

Micah Snyder (micasnyd) authored on 2019/07/10 01:21:34
July 2, 2019
View 3f7ec13

Converted egg parser to use cl_error_t instead of cl_egg_error_t.

Micah Snyder authored on 2019/07/02 05:08:14
May 29, 2019
View 9bc3a3a

bb12285 - Change to set read permissions on files extracted from RAR archive in case permissions were inadequate.

Micah Snyder (micasnyd) authored on 2019/05/29 06:40:40
May 24, 2019
View c4e4fbc

Fixed Egg parser support for parsing archive comment headers and elimited potential infinite loop bug.

Micah Snyder authored on 2019/05/24 23:00:35
May 11, 2019
View aa09718

fuzz - 14519 - Fix for peinfo memory leak in cli_peheader error condition.

Micah Snyder authored on 2019/05/11 05:38:57
May 5, 2019
View 6c03dc5

Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int.

Micah Snyder authored on 2019/05/05 04:54:54
May 4, 2019
View 0efcd55

Assortment of warning fixes.

Micah Snyder authored on 2019/05/04 07:25:17
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
February 27, 2019
View 102cd43

Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings.

Micah Snyder authored on 2019/02/27 14:47:38
October 9, 2018
View b03b271

Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification.

Micah Snyder authored on 2018/10/09 01:59:42