mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
83 lines
2.5 KiB
HTML
83 lines
2.5 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>IDAPython examples</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
<script type="text/javascript" src="index.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="margin:20px 20px 50px 20px">
|
|
<a href="http://htmlpreview.github.io/?https://github.com/idapython/src/blob/master/examples/index.html">View on GitHub</a>
|
|
</div>
|
|
<div class="toplevel-actions" onclick="handle_toplevel_action()">
|
|
<a href="#" class="exp-col-all expand-all">Expand all</a>
|
|
<a href="#" class="exp-col-all collapse-all">collapse all</a>
|
|
</div>
|
|
|
|
<h1>IDAPython examples:</h1>
|
|
<!--gen:group:category-->
|
|
<h2>Category: <!--gen:category--></h2>
|
|
<div class="c_list" onclick="handle_click()">
|
|
<!--gen:block-->
|
|
<div class="example-entry collapsed-entry" name="<!--gen:name-->">
|
|
<div>
|
|
<span class="exp-col expander">▹</span>
|
|
<span class="exp-col collapser" style="display:none">▿</span>
|
|
<a href="<!--gen:path-->"><!--gen:name--></a>: <i><!--gen:summary--></i>
|
|
</div>
|
|
<div class="details" id="DIV_<!--gen:name-->">
|
|
|
|
<pre>
|
|
<!--gen:description-->
|
|
</pre>
|
|
|
|
<ul>
|
|
<li>Category: <!--gen:category--></li>
|
|
<li>Summary: <!--gen:summary--></li>
|
|
<li>View on <a href="https://github.com/idapython/src/blob/master/examples/<!--gen:path-->">GitHub</a></li>
|
|
<!-- only if there is data for it -->
|
|
<li>Keywords:
|
|
<!--gen:block-->
|
|
<span>
|
|
<!--gen:first-->
|
|
<!--gen:end-->
|
|
<!--gen:keywords-->
|
|
</span>
|
|
<!--gen:end-->
|
|
|
|
<li>APIs used
|
|
<ul>
|
|
<!--gen:block-->
|
|
<li><!--gen:uses--></li>
|
|
<!--gen:end-->
|
|
</ul>
|
|
</li>
|
|
<li>Summary: <!--gen:summary--></li>
|
|
|
|
<!-- only if there is data for it -->
|
|
<!--gen:block-->
|
|
<!--gen:first-->
|
|
<li>See also:
|
|
<ul>
|
|
<!--gen:end-->
|
|
<li><a href="#<!--gen:see_also-->"
|
|
onclick="on_see_also('<!--gen:see_also-->');">
|
|
<!--gen:see_also--></a></li>
|
|
<!--gen:last-->
|
|
</ul>
|
|
<!--gen:end-->
|
|
</li>
|
|
<!--gen:end-->
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- end block (per example in this category) -->
|
|
<!--gen:end-->
|
|
|
|
</div>
|
|
<!-- end group by category -->
|
|
<!--gen:end-->
|
|
</body>
|
|
</html>
|