Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ sections
Method
sections
qiling/extensions/r2/r2.py:207–209 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
205
206
@cached_property
207
def
sections(self) -> Dict[str, Section]:
208
sec_lst = self._cmdj(
"iSj"
)
209
return
{dic[
'name'
]: Section(**dic)
for
dic in sec_lst}
210
211
@cached_property
212
def
strings(self) -> Dict[str, String]:
Callers
1
__init__
Method · 0.80
Calls
2
_cmdj
Method · 0.95
Section
Class · 0.70
Tested by
no test coverage detected