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
When the data is 5 characters (10 bytes, need to test with 11, 12 is ok) or shorter, the improved algo with custom range enabled (and --no-random for embedding) does not find the FlagStr end code.
How to reproduce
Use key "abcd" with data "abcd" to get a bad end position
Use key "abcd" with data "a" to get an end position not found
This seems due to the fact that the custom range badly embeds some numerals with value 15: due to the initial value of the operator they are embedded in, the 15 numeral is not found while extracting.
Still investigating...
May be related to #8
Description
When the data is 5 characters (10 bytes, need to test with 11, 12 is ok) or shorter, the improved algo with custom range enabled (and
--no-random
for embedding) does not find the FlagStr end code.How to reproduce
For instance:
The text was updated successfully, but these errors were encountered: