Skip to content

Releases: d0c-s4vage/pfp

v0.4.10

21 Feb 03:40
Compare
Choose a tag to compare

Random fuzzing fixes

type ticket description
bug #131 Random fuzzing-related fixes

v0.4.9

26 Jan 06:24
Compare
Choose a tag to compare

Added --show-offsets CLI argument, fixed

type ticket description
feature #129 Show offsets via CLI with parsed fields
bug #127 Made short circuiting with logical ORs lazier

v0.4.8

24 Jan 06:34
Compare
Choose a tag to compare

One fix and one feature suggestion from @bannsec about iterate child elements

type ticket description
bug #125 Fixes implicit arrays invalid behavior
feature #123 Adds __iter__ for Structs, Unions, and Arrays

v0.4.7

20 Jan 05:18
Compare
Choose a tag to compare

Pretty big fixes, should make pfp a lot more compatible with existing
010 Editor templates (DEX.bt works now for parsing!)

type ticket description
bug #120 Fixes integer promotion problems, part deux
bug #115 Fixes problem with chained assignments
bug #113 Error with _pfp__parse and set_val parameter

v0.4.6

20 Jan 05:18
Compare
Choose a tag to compare

Consecutive duplicate arrays are now fully supported

type ticket description
bug #110 Adds support for consecutive duplicate arrays

v0.4.5

20 Jan 05:19
Compare
Choose a tag to compare

MP4.bt works now!

type ticket description
bug #100 Implemented Memcmp

v0.4.4

20 Jan 05:19
150222e
Compare
Choose a tag to compare
type ticket description
bug #98 Fixes problem with typedef'd parameterized structs

v0.4.3

20 Jan 05:20
4ec0ae2
Compare
Choose a tag to compare

Vastly improves struct support/handling in pfp

type ticket description
bug #26 Fixes many problems with struct support/handling