ghidra/GhidraDocs/GhidraClass/BSim/BSimTutorial_Scripting.html
2023-12-08 20:05:01 +00:00

23 lines
1.1 KiB
HTML
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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 youd 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 -&gt; Configure</strong> from the Code Browser.
You can then bring it up via <strong>BSim -&gt; 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>