3 lines
51 B
Bash
3 lines
51 B
Bash
# Null bytes can be matched with \x00
|
|
bp -p '\x00'
|
# Null bytes can be matched with \x00
|
|
bp -p '\x00'
|