From: Mischa Poslawsky Date: Tue, 3 Mar 2009 14:00:08 +0000 (+0100) Subject: parse-wormedit: declare hardcoded bytes in unpackf template X-Git-Url: http://git.shiar.nl/wormy.git/commitdiff_plain/5f543f9395f3a885ee9b751e98d069b9ed54f885?hp=5f543f9395f3a885ee9b751e98d069b9ed54f885;ds=sidebyside parse-wormedit: declare hardcoded bytes in unpackf template Recognise a new template value '=$N' (where $N is any number) in Parse::Binary::Nested to insert a hardcoded value instead of reading it. This allows object structures of v90 files without type declarations to be returned in the same format as newer versions. Still requires some custom merging of the multiple arrays afterwards, but this may be solved later on. ---