Binary and files
Unpack a Gzip hexdumpCross a text representation and compression layer in one workflow.Decode Base64 and GunzipRecover text wrapped first in Gzip and then in Base64.Decode hexadecimal XOR dataConvert hex to bytes and reverse a single-byte XOR operation.Detect a file type from its headerRebuild bytes from hex and identify the format by its signature.Extract strings from binary bytesRecover printable ASCII runs from a small binary sample.Disassemble benign x86 bytesTurn a short synthetic x86 machine-code sequence into assembly instructions.Reconstruct bytes from a Java signed arrayExtract a Java byte array, convert negative values to unsigned bytes, rebuild the binary, and display its hexadecimal signature.