fuzzable icon indicating copy to clipboard operation
fuzzable copied to clipboard

Ghidra analysis backend support

Open ex0dus-0x opened this issue 2 years ago • 0 comments

Let's get Ghidra implemented as an analysis backend! This will involve basically adopting the scaffolding that already exists in the base class here:

https://github.com/ex0dus-0x/fuzzable/blob/main/fuzzable/analysis/init.py#L39

And ensuring that each method per metric is supported appropriately.

We'll also want to add tests here.

ex0dus-0x avatar Sep 16 '22 17:09 ex0dus-0x