Python 读取2进制bin文件

pip下载hexdump

pip install hexdump

读取bin文件

python -m hexdump xxx.bin 

你可能感兴趣的:(python)