Skip to content

Releases: michelcrypt4d4mus/pdfalyzer

v1.1.0

20 Sep 20:14
Compare
Choose a tag to compare
  • Print unprintable ascii characters in the font binary forced decode attempt with a bracket notation. e.g. print the string [BACKSPACE] instead of deleting the previous character
  • Add an attempt to decode font binary as latin-1 in addition to utf-8
  • Highlight the suspicious bytes in the font binary forced decode attempts
  • Fix printing of suspicious font bytes when suspicions are near start or end of stream

v1.0.2

20 Sep 16:44
Compare
Choose a tag to compare
  • Color /Widths tables
  • Color /Catalog and other summary nodes with with green
  • Color ByteStringObject like bytes
  • Resolve types of IndirectObject refs appearing in dict and list value Rich Tree table rows
  • Remove redundant /First and /Last non tree refs when those relationships are part of the tree
  • Couple of edge case bug fixes

v1.0.1

20 Sep 04:09
Compare
Choose a tag to compare

Fix walking of direct object references; refactor reference code

v1.0.0

16 Sep 19:24
Compare
Choose a tag to compare

Initial release.