August 17, 2017
View e09d884

eliminated a large number of warnings, many of which had to do with mixing types. i switched some types to size_t and a couple to ptrdiff_t to make things more consistent, but there is a huge amount of work to be done to make types consistent. int, unsigned int, unsigned, off_t, and other types are ill-suited to storing buffer lengths or memory addresses.

Micah Snyder authored on 2017/08/17 06:31:45
August 12, 2017
View d18d722

Eliminating warnings, converting iterator variables to size_t when used to compare against sizeof(). added a couple of missing #includes.

Micah Snyder authored on 2017/08/12 05:01:50
June 10, 2017
View db5c5d7

change pdf warning message to debug.

Steven Morgan authored on 2017/06/10 01:44:29
April 19, 2017
View cbf5017

bb11805 fix multiple results. Refactor false positive and heuristic precedence logic.

Steven Morgan authored on 2017/04/19 01:03:36
April 1, 2017
View 45e60c0

pdf.c - conditionally including stdint.h to allow compilation on windows

Mickey Sola authored on 2017/04/01 01:11:31
February 11, 2017
View 68ac72c

bb11744 - fix compiler warnings on Mac OS X.

Steven Morgan authored on 2017/02/11 03:52:16
April 19, 2016
View a081b3e

pdfdecode: do not apply forced decryption to /XRef streams

Kevin Lin authored on 2016/04/19 06:11:12
April 16, 2016
View a865a9a

pdf: add filter count heuristic

Kevin Lin authored on 2016/04/16 00:28:40
April 15, 2016
View 5c29151

pdfdecode: add dictionary heuristic and all-match support

Kevin Lin authored on 2016/04/15 05:42:51
View 0936589

pdf: chomp whitespace off read values

Kevin Lin authored on 2016/04/15 00:16:43
April 14, 2016
View 8da5f4c

pdf: fix for locate DecodeParms for filters

Kevin Lin authored on 2016/04/14 07:29:55
April 2, 2016
View 115b630

pdf: fix for '\r' in obj dictionary debug

Kevin Lin authored on 2016/04/02 04:20:36
April 1, 2016
View 7aad5a3

pdf: pdfdecode integration

Kevin Lin authored on 2016/04/01 05:32:26
View 1d0cdc6

pdf: open abi for pdfdecode usage

Kevin Lin authored on 2016/04/01 01:29:16
March 29, 2016
View a9584bf

pdf: filter order tracking implementation (max:64)

Kevin Lin authored on 2016/03/29 02:16:17