February 16, 2021 at 12:36 pm
#363237
twat_muncher
It’s pythons way of reminding it to use 8 bit chars, instead of screwing it up with some unicode encoding crap. It just means to interpret the string as bytes which is a more useful datatype when manipulating the shellcode further with python (for example with the ‘+’ operator).
Comments