-
Scenario : I have a list [1, 3, 5, 7, 9] and I only want s_word select one of them randomly. Seems like s_group can do that but I found s_group will call .encode method for every elements which I passed, value like b'\x00\0x01' will encode failed. It also can't specify the length of element. |
Beta Was this translation helpful? Give feedback.
Answered by
Lerr1uqs
Mar 20, 2023
Replies: 1 comment
-
omg, fuzz_values will do that, this is very stupid question....... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lerr1uqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
omg, fuzz_values will do that, this is very stupid question.......