Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

77 lines (53 loc) · 3.63 KB

Changelog

v0.4.10

Random fuzzing fixes

type ticket description
bug #131 Random fuzzing-related fixes

v0.4.9

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

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

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

Consecutive duplicate arrays are now fully supported

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

v0.4.5

MP4.bt works now!

type ticket description
bug #100 Implemented Memcmp

v0.4.4

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

v0.4.3

Vastly improves struct support/handling in pfp

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