Pfp Versions Save

pfp - Python Format Parser - a python-based 010 Editor template interpreter

v0.4.10

4 years ago

Random fuzzing fixes

type ticket description
bug #131 Random fuzzing-related fixes

v0.4.9

4 years ago

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

4 years ago

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.3

4 years ago

Vastly improves struct support/handling in pfp

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

v0.4.4

4 years ago
type ticket description
bug #98 Fixes problem with typedef'd parameterized structs

v0.4.5

4 years ago

MP4.bt works now!

type ticket description
bug #100 Implemented Memcmp

v0.4.6

4 years ago

Consecutive duplicate arrays are now fully supported

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

v0.4.7

4 years ago

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