Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ getReturnAddress
Method
getReturnAddress
qiling/cc/intel.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
""
"
17
18
def
getReturnAddress(self) -> int:
19
return
self.arch.stack_read(0)
20
21
def
setReturnAddress(self, addr: int) -> None:
22
self.arch.stack_push(addr)
Callers
nothing calls this directly
Calls
1
stack_read
Method · 0.45
Tested by
no test coverage detected