Tous les éditeurs universels
Binaire brut / hex
Solution générique : tout fichier en octets, vue 16 colonnes et inspecteur little-endian.
Tout est traité localement dans le navigateur ; votre fichier n'est pas envoyé à nos serveurs.
Déposez une sauvegarde ou parcourez
Glisser-déposer ou choisir un fichier. Nom, taille et extension s'affichent après chargement.
Étapes & astuces (hex brut)
Utilisation
- 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.