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 30, 2019
View 1dd0e33

fix failure of large file detection on 32-bit platforms

rickwang authored on 2019/04/30 22:07:44
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
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
February 13, 2019
View 1d7f6b2

Add support for cert blacklisting and whitelisting upfront

Andrew authored on 2019/02/13 05:10:04
January 8, 2019
View afe940d

PE parsing code improvements, db loading bug fixes

Andrew authored on 2019/01/08 14:09:08
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