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
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 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
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
March 3, 2019
View f8b3d2e

bb12284 - Fix to prevent path traversal when using cli_genfname() to generate filenames that may retain path and filename information. Changed scanrar so that it will no longer retain path information for extracted files.

Micah Snyder authored on 2019/03/03 03:05:17
February 13, 2019
View 1d7f6b2

Add support for cert blacklisting and whitelisting upfront

Andrew authored on 2019/02/13 05:10:04
January 31, 2019
View 168f6e5

bb12262 - Fix to address potential use-after-free bug in scanner code relating to the filenames for nested files.

Micah Snyder authored on 2019/01/31 05:01:59
January 26, 2019
View e1cbc27

Updating and cleaning up copyright notices.

Micah Snyder authored on 2019/01/26 00:15:50
January 23, 2019
View 49df8ea

fuzz - 12166 - Fix for 4-byte out of bounds write wherein the an invalid struct pointer member variable is set to zero. The fix adds bounds checking to the Uniq storage 'add' function as well as error code checks. Included a lot of new inline documentation.

Micah Snyder authored on 2019/01/23 04:05:05
January 8, 2019
View afe940d

PE parsing code improvements, db loading bug fixes

Andrew authored on 2019/01/08 14:09:08
November 15, 2018
View 5087673

Fixes for issues identified by coverity.

Micah Snyder authored on 2018/11/15 06:58:30
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