mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
Backport fixes; add bookmarks sample
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!--
|
||||
Used keywords:
|
||||
actions
|
||||
bookmarks
|
||||
chooser
|
||||
coloring
|
||||
colors
|
||||
@@ -815,6 +816,52 @@ information (e.g., '.text:08047718'), but it is possible to
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="example-entry collapsed-entry" name="list_bookmarks">
|
||||
<div>
|
||||
<span class="exp-col expander">▹</span>
|
||||
<span class="exp-col collapser" style="display:none">▿</span>
|
||||
<a href="core/list_bookmarks.py">list_bookmarks</a>: <i>List bookmarks associated to a listing</i>
|
||||
</div>
|
||||
<div class="details" id="DIV_list_bookmarks">
|
||||
|
||||
<pre>
|
||||
This sample shows how to programmatically access the list of
|
||||
bookmarks placed in a listing widget (e.g., "IDA View-A",
|
||||
"Pseudocode-", …) using the low-level `ida_moves.bookmarks_t`
|
||||
type.
|
||||
</pre>
|
||||
|
||||
<ul>
|
||||
<li>Category: core</li>
|
||||
<li>Summary: List bookmarks associated to a listing</li>
|
||||
<li>View on <a href="https://github.com/idapython/src/blob/master/examples/core/list_bookmarks.py">GitHub</a></li>
|
||||
<li>Keywords:
|
||||
bookmarks
|
||||
</li>
|
||||
|
||||
<li>Shortcut:
|
||||
Ctrl+!
|
||||
</li>
|
||||
|
||||
|
||||
<li>APIs used
|
||||
<ul>
|
||||
<li>ida_kernwin.AST_DISABLE_FOR_WIDGET</li>
|
||||
<li>ida_kernwin.AST_ENABLE_FOR_WIDGET</li>
|
||||
<li>ida_kernwin.action_desc_t</li>
|
||||
<li>ida_kernwin.action_handler_t</li>
|
||||
<li>ida_kernwin.get_current_viewer</li>
|
||||
<li>ida_kernwin.get_viewer_user_data</li>
|
||||
<li>ida_kernwin.get_widget_title</li>
|
||||
<li>ida_kernwin.register_action</li>
|
||||
<li>ida_moves.bookmarks_t</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1631,6 +1678,7 @@ symbols that the process being debugged, provides.
|
||||
|
||||
<li>APIs used
|
||||
<ul>
|
||||
<li>ida_dbg.DSTATE_SUSP</li>
|
||||
<li>ida_dbg.get_process_state</li>
|
||||
<li>ida_dbg.is_debugger_on</li>
|
||||
<li>ida_ida.inf_get_max_ea</li>
|
||||
|
||||
Reference in New Issue
Block a user