MCPcopy Create free account
hub / github.com/bytedance/android-inline-hook / ItemInfo

Class ItemInfo

tools/record_parser.py:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41LOGCAT_TAG = 'shadowhook_tag:'
42
43class ItemInfo:
44 def __init__(self, tag, hex, op_only):
45 self.tag = tag
46 self.hex = hex
47 self.op_only = op_only
48
49ItemInfos = [ItemInfo("trace", False, False),
50 ItemInfo("flags", False, True ),

Callers 1

record_parser.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected