mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
23 lines
No EOL
871 B
Markdown
23 lines
No EOL
871 B
Markdown
# Scripting and Visualization
|
|
|
|
Finally, we briefly mention a few other topics related to BSim.
|
|
|
|
## Scripting BSim
|
|
|
|
There are are number of example scripts in the ``BSim`` script category, which demonstrate how to interact with BSim programmatically:
|
|
|
|

|
|
|
|
## Visualizing Features
|
|
|
|
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.
|
|
|
|
To use this plugin, first enable the ``BSimFeatureVisualizerPlugin`` via **File -> Configure ** from the Code Browser.
|
|
You can then bring it via **BSim -> BSim Feature Visualizer**.
|
|
|
|

|
|
|
|
This is the end of the tutorial.
|
|
|
|
[Return to the Beginning](README.md) |