MCPcopy 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

binfoMethod · 0.95
sectionsMethod · 0.95
stringsMethod · 0.95
symbolsMethod · 0.95
functionsMethod · 0.95
flagsMethod · 0.95
xrefsMethod · 0.95
dis_nbytesMethod · 0.95

Calls 1

_cmdMethod · 0.95

Tested by

no test coverage detected