mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
23 lines
1.1 KiB
HTML
Executable file
23 lines
1.1 KiB
HTML
Executable file
<h1 id="scripting-and-visualization">Scripting and Visualization</h1>
|
||
|
||
<p>Finally, we briefly mention a few other topics related to BSim.</p>
|
||
|
||
<h2 id="scripting-bsim">Scripting BSim</h2>
|
||
|
||
<p>There are are number of example scripts in the <code>BSim</code> script category, which demonstrate how to interact with BSim programmatically.</p>
|
||
|
||
<p><img src="images/script_manager.png" alt="script manager" /></p>
|
||
|
||
<h2 id="visualizing-features">Visualizing Features</h2>
|
||
|
||
<p>Finally, if you’d like to see the particular BSim features in a function, you can use the BSim Feature Visualizer.
|
||
This plugin allows you to highlight regions of the decompiled code corresponding to a particular feature and to display a graph representing the feature.</p>
|
||
|
||
<p>To use this plugin, first enable the <code>BSimFeatureVisualizerPlugin</code> via <strong>File -> Configure</strong> from the Code Browser.
|
||
You can then bring it up via <strong>BSim -> BSim Feature Visualizer</strong>.</p>
|
||
|
||
<p><img src="images/feature_visualizer.png" alt="feature visualizer" /></p>
|
||
|
||
<p>This is the end of the tutorial.</p>
|
||
|
||
<p><a href="README.html">Return to the Beginning</a></p>
|