Todos os editores universais
Binário bruto / hex
Opcão geral: qualquer arquivo em bytes, 16 colunas e inspetor LE.
Tudo roda no seu navegador; não enviamos seu arquivo aos nossos servidores.
Solte um save aqui ou escolha
Arraste ou selecione. Após carregar: nome, tamanho e extensão.
Passos e dicas (hex raw)
Como usar
- Always work from a copy; use “Backup original” before any edit.
- Upload any file. The grid shows offset, 16 hex bytes per row, and ASCII. Click a byte to select it and read LE integers/floats in the inspector.
- Change bytes with the small hex input (00–FF) and Apply, or use diff to compare against the original buffer.
- Download writes the modified bytes with the same filename and MIME type as the upload.
Limites
- No format validation is performed — suitable for unknown binaries, proprietary formats, or manual patch experiments.
- Large files only virtualize rows on screen; very huge files may still stress the browser — keep backups.
- Inspector values assume little-endian and may be meaningless if alignment is wrong — verify against known offsets for your game.
- Prefer the JSON, Base64, or GVAS pages when you already know the file matches those patterns.