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

24 lines
1.5 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="bsim-tutorial">BSim Tutorial</h1>
<p>BSim is a Ghidra plugin for finding structurally similar functions in (potentially large) collections of binaries.
It is based on Ghidras decompiler and can find matches across compilers, architectures, and/or small changes to source code.</p>
<p>This tutorial demonstrates how create a small BSim database and walks through some typical use cases.</p>
<p><strong>Detailed information about BSim can be found in the “BSim” entry of the Ghidra Help</strong>.</p>
<ol>
<li><a href="BSimTutorial_Intro.html">Introduction to BSim</a></li>
<li><a href="BSimTutorial_Enabling.html">Starting Ghidra and Enabling BSim</a></li>
<li><a href="BSimTutorial_Creating_Database_From_GUI.html">Creating and Populating a BSim Database from the GUI</a></li>
<li><a href="BSimTutorial_Basic_Queries.html">Basic BSim Queries</a></li>
<li><a href="BSimTutorial_Ghidra_Command_Line.html">Ghidra from the Command Line</a></li>
<li><a href="BSimTutorial_BSim_Command_Line.html">BSim from the Command Line</a></li>
<li><a href="BSimTutorial_Evaluating_Matches.html">Evaluating Matches</a></li>
<li><a href="BSimTutorial_Exe_Results.html">From Matching Functions to Matching Executables</a></li>
<li><a href="BSimTutorial_Overview_Queries.html">Overview Queries</a></li>
<li><a href="BSimTutorial_Filters.html">BSim Filters</a></li>
<li><a href="BSimTutorial_Scripting.html">Scripting and Visualization</a></li>
</ol>
<p>Next Section: <a href="BSimTutorial_Intro.html">Introduction to BSim</a></p>