Jul 11
Changing Defaults for Data Elements
One feature that has been much requested for Peach is the ability to change data element defaults, for example the default byte order for numbers, or string type (wchar, char, utf8, etc). Now in Peach 2.3 this is possible by using the top level <Defaults> element. ?????? ????? ???? ????? ????? ?????
???? ??????? ????? ??????????? ???? ?????? ???
To change the defaults for the Number element so they are unsigned and big endian you would use the following XML: ?????? ???????
<Defaults> <Number signed=â€false†endian=â€big†/> </Defaults> ???? ?a????????? ?????No comments
No Comments
Leave a comment