pense-bête de bruno sanchiz

Accueil > Linux > les programmes à installer > explorer l’intérieur hexadécimal d’un fichier

explorer l’intérieur hexadécimal d’un fichier

Publié le 13 décembre 2018, dernière mise-à-jour le 25 juin 2019, 8 visites, 23646 visites totales.

Exemple avec un fichier FICH.txt Contenant

hexedit FICH.txt

od -c FICH.txt

hexdump -vC  FICH.txt

strings FICH.txt 

WINDOWS
type FICH.txt|findstr -i pass

[bruno sanchiz]