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 have a WIP fork to add a feature of WideData exploit in FILE, and it strikes on me that I need to create a funtion to merge structures into one bytes object. For example, (in hex)
I wonder if this function is implemented somewhere? If no, I would like to write it and include it in my PR. I plan to place it in packing package. It will raise an exception if situations like 00 11 22 + 11 22 00 occur, where multiple non-zero values conflict in the same position.
The text was updated successfully, but these errors were encountered:
I have a WIP fork to add a feature of WideData exploit in FILE, and it strikes on me that I need to create a funtion to merge structures into one
bytes
object. For example, (in hex)I wonder if this function is implemented somewhere? If no, I would like to write it and include it in my PR. I plan to place it in
packing
package. It will raise an exception if situations like00 11 22 + 11 22 00
occur, where multiple non-zero values conflict in the same position.The text was updated successfully, but these errors were encountered: