ImHex-Patterns
ImHex-Patterns copied to clipboard
[documentation] std::core::set_endian only applies to current and higher contexts
The current documentation states:
Any patterns created following this attribute will be created using the set endianness.
I interpreted this as meaning that the function sets the endianness for the global scope. However, when entering a lower scope then where the function was called, the endianness will return to what it was previously.
Can you provide some example patterns that showcase the actual behavior you are describing? Sounds useful to better describe this behavior in the docs.
I’ll see what I can do this morning.