Releases: michelcrypt4d4mus/pdfalyzer
Releases · michelcrypt4d4mus/pdfalyzer
v1.1.0
- 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 toutf-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
- Color
/Widths
tables - Color
/Catalog
and other summary nodes with with green - Color
ByteStringObject
like bytes - Resolve types of
IndirectObject
refs appearing indict
andlist
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
Fix walking of direct object references; refactor reference code
v1.0.0
Initial release.