Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ _cmdj
Method
_cmdj
qiling/extensions/r2/r2.py:182–183 ·
view source on GitHub ↗
(self, cmd: str)
Source
from the content-addressed store, hash-verified
180
return
ctypes.string_at(r).decode(
'utf-8'
)
181
182
def
_cmdj(self, cmd: str) -> Union[Dict, List[Dict]]:
183
return
json.loads(self._cmd(cmd))
184
185
def
aaa(fun):
186
@wraps(fun)
Callers
8
binfo
Method · 0.95
sections
Method · 0.95
strings
Method · 0.95
symbols
Method · 0.95
functions
Method · 0.95
flags
Method · 0.95
xrefs
Method · 0.95
dis_nbytes
Method · 0.95
Calls
1
_cmd
Method · 0.95
Tested by
no test coverage detected