首次提交完整的python工程代码
This commit is contained in:
5
utils/hex_helper.py
Normal file
5
utils/hex_helper.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from utils.logger import logger
|
||||
|
||||
def hex_dump(data: bytes, title: str):
|
||||
s = data.hex(" ").upper()
|
||||
logger.info(f"[{title}] len={len(data)} | {s}")
|
||||
Reference in New Issue
Block a user