Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
LOGCAT_TAG =
'shadowhook_tag:'
42
43
class
ItemInfo:
44
def
__init__(self, tag, hex, op_only):
45
self.tag = tag
46
self.hex = hex
47
self.op_only = op_only
48
49
ItemInfos = [ItemInfo(
"trace"
, False, False),
50
ItemInfo(
"flags"
, False, True ),
Callers
1
record_parser.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected