/..

#CONTENT

#TOP

README.mdx
247 bytes2025-09-04 07:41

#shellcode jails

#tricks

#zero byte decoding

On certain architectures, null bytes are actually valid instructions. For example on x86-64 \x00\x00 decodes to add byte [rax], al.