mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
24 lines
1.5 KiB
HTML
Executable file
24 lines
1.5 KiB
HTML
Executable file
<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 Ghidra’s 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>
|