mahaloz / decomp2dbg

A plugin to introduce interactive symbols into your debugger from your decompiler
BSD 2-Clause "Simplified" License
622 stars 39 forks source link

Fix Ghidra Plugin for Ghidra 10.3.2 #73

Closed Mr-Pine closed 1 year ago

Mr-Pine commented 1 year ago

The ghidra plugin is currently broken for ghidra 10.3.2 (and 10.3.1, too, although this might be a different problem). This fixes the problem by providing a correct third argument for PrettyPrinter

mahaloz commented 1 year ago

Sweet, it passes CI now. Thanks, it looks good to me!