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
Make it possible to use quoted strings, if possible with escapes, and that can be concatenated with ||
mem[0x10000] = "my string"
mem[0x20000] = "my string terminated with zero\x00"
mem[0x30000] = "my string terminated with zero too"|00|
mem[0x40000] = "abcd"|646566|"efgh\x00"
Also make it possible to add !all to taint the whole memory zone.
The text was updated successfully, but these errors were encountered:
Make it possible to use quoted strings, if possible with escapes, and that can be concatenated with ||
Also make it possible to add
!all
to taint the whole memory zone.The text was updated successfully, but these errors were encountered: