void format_qr(u_char *buf, unsigned size, unsigned *len, const char *name, uint16_t type, uint16_t class) { uint16_t tmp; // name format_domain(buf, size, len, name); // type tmp = htons(type); memcpy(buf *len, &tmp, sizeof (tmp)); ...
www.dbjr.com.cn/hack/57...html 2025-6-5