MCPcopy Create free account
hub / github.com/qilingframework/qiling / functions

Method functions

qiling/extensions/r2/r2.py:223–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221 @cached_property
222 @aaa
223 def functions(self) -> Dict[str, Function]:
224 fcn_lst = self._cmdj("aflj")
225 return {dic['name']: Function(**dic) for dic in fcn_lst}
226
227 @cached_property
228 @aaa

Callers

nothing calls this directly

Calls 2

_cmdjMethod · 0.95
FunctionClass · 0.85

Tested by

no test coverage detected