Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ strings
Method
strings
qiling/extensions/r2/r2.py:212–214 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
210
211
@cached_property
212
def
strings(self) -> Dict[str, String]:
213
str_lst = self._cmdj(
"izzj"
)
214
return
{dic[
'string'
]: String(**dic)
for
dic in str_lst}
215
216
@cached_property
217
def
symbols(self) -> Dict[str, Symbol]:
Callers
nothing calls this directly
Calls
2
_cmdj
Method · 0.95
String
Class · 0.85
Tested by
no test coverage detected