Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ dest
Method
dest
python/mediumlevelil.py:2564–2565 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2562
class
MediumLevelILSetVarField(MediumLevelILInstruction, SetVar):
2563
@property
2564
def
dest(self) -> variable.Variable:
2565
return
self._get_var(0)
2566
2567
@property
2568
def
offset(self) -> int:
Callers
nothing calls this directly
Calls
1
_get_var
Method · 0.80
Tested by
no test coverage detected