Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ setReturnAddress
Method
setReturnAddress
qiling/cc/ppc.py:28–29 ·
view source on GitHub ↗
(self, addr: int)
Source
from the content-addressed store, hash-verified
26
return
self.arch.regs.lr
27
28
def
setReturnAddress(self, addr: int):
29
self.arch.regs.lr = addr
Callers
1
call_native
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected