Skip to content
d3vil401 edited this page Apr 11, 2019 · 1 revision

Welcome to the wiki of FindCrypt-Ghidra, now being referenced as FC-G.


Home

FC-G is a plugin for Ghidra, written in Java and supported by all the OSes capable of running Ghidra.

FC-G scans the memory of the software targeted in the disassembler software and automatically marks the positions (Virtual Offsets) of known cryptographic constants, quickly allowing them to be XREFerenced and, overally, speeding up the process of crypto-involved reverse engineering.


Requirements

FC-G requires the actual plugin to work and the database file storing all the cryptographic constants being scanned.

Without these, the plugin can not be executed nor will find anything in the target.

Refer to the README.md for installation instructions.


This Wiki

The wiki exists only to offer better understanding of the internal mechanisms and logic behind FC-G.

These are kept by design simple for indipendent extension of the databases or improvement.


Clone this wiki locally