Tiny RDM 添加解析proto
我用的python解析,所以需要电脑安装python3
脚本
写一个脚本 xxx.py
import sys
import json
import base64
import redef unescape_bytes(value):# Tiny RDM传入:# \x0A\x0F\x30result re.sub(r\\x([0-9a-fA-F]{2}),lambda m: chr(int(m.group(1),16)),value)return result.e…
2026/8/6 20:07:29