Update: byte-stats.py Version 0.0.9
Update: byte-stats.py Version 0.0.9 This new version of byte-stats.py, my tool to
2022-10-24 08:0:0
Author: blog.didierstevens.com(查看原文)
阅读量:15
收藏
Update: byte-stats.py Version 0.0.9
This new version of byte-stats.py, my tool to generate statistics for (binary) data, comes with an update to report the longest:
printable string (ASCII bytes between 0x20 and 0x7E included)
hexadecimal string (ASCII hexadecimal digits, not checking if the length is an even number)
BASE64 strings (ASCII BASE64 digits without padding character =, not checking if the length is a multiple of 4)