GP-4009 Introduced BSim functionality including support for postgresql,

elasticsearch and h2 databases.  Added BSim correlator to Version
Tracking.
This commit is contained in:
caheckman 2023-11-17 01:13:42 +00:00 committed by ghidra1
parent f0f5b8f2a4
commit 0865a3dfb0
509 changed files with 77125 additions and 934 deletions

View file

@ -0,0 +1,23 @@
# 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:
![](./images/script_manager.png)
## 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**.
![](./images/feature_visualizer.png)
This is the end of the tutorial.
[Return to the Beginning](README.md)