How can I get the length of a python ctypes structure member for formatting of hex output?

后端 未结 0 828
不思量自难忘°
不思量自难忘° 2021-02-06 08:42

Using this code:

from ctypes import *
class Tracerec(BigEndianStructure):
    def __repr__(self):
        textlist = list()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题