You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am assuming that you mean that the pattern language a binary reader to process this type of data. The pattern language has already a bit reader in std::mem::read_bits. You can also parse 7 bit integers easily using bit-fields. What exact functionality are you trying to use that you are having trouble with? If you can provide more details maybe it will be easier to determine if extra functionality is needed or not.
the 7 bit format is a dynamic size where the msb determines if another byte is read a related stack overflow question i am unsure on how to implement this into the Pattern editor as i am very new ImHex
What feature would you like to see?
i would like to see c#'s binary reader 7 bit integer
How will this feature be useful to you and others?
i will be able to parse c# fields that use that number format
Request Type
Additional context?
i am willing to work on this
The text was updated successfully, but these errors were encountered: