diff options
Diffstat (limited to 'idatui/codemode_client.py')
| -rw-r--r-- | idatui/codemode_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idatui/codemode_client.py b/idatui/codemode_client.py index 2361e08..61ff6d8 100644 --- a/idatui/codemode_client.py +++ b/idatui/codemode_client.py @@ -1209,7 +1209,7 @@ _OPERATIONS["pc_num_format"] = _remote_op( #: remote_tools.segment_index: the alternative is fetching every row. _OPERATIONS["segment_index"] = _remote_op( 'segment_index(addr=a["addr"], end=a.get("end", ""),' - ' page_rows=int(a.get("page_rows", 500)))') + ' page_rows=int(a.get("page_rows", 500)), detail=bool(a.get("detail", False)))') _HEADS = _remote_op( 'heads(addr=a["addr"], count=int(a.get("count", 200)),' |
