Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ init_common
Method
init_common
python/examples/nds.py:59–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
return
True
58
59
def
init_common(self):
60
self.platform = Architecture[
"armv7"
].standalone_platform
# type: ignore
61
self.hdr = self.raw.read(0, 0x160)
62
63
def
init_arm9(self):
64
try
:
Callers
2
init_arm9
Method · 0.95
init_arm7
Method · 0.95
Calls
1
read
Method · 0.45
Tested by
no test coverage detected