Package ghidra.app.decompiler.parallel
Interface DecompileConfigurer
public interface DecompileConfigurer
A callback interface that will be given a newly created
DecompInterface
to
configure.-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(DecompInterface decompiler) Configure the given decompiler
-
Method Details
-
configure
Configure the given decompiler- Parameters:
decompiler
- the decompiler to configure
-