Package ghidra.app.decompiler.parallel
Interface DecompileConfigurer
-
public interface DecompileConfigurer
A callback interface that will be given a newly createdDecompInterface
to configure.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(DecompInterface decompiler)
Configure the given decompiler
-
-
-
Method Detail
-
configure
void configure(DecompInterface decompiler)
Configure the given decompiler- Parameters:
decompiler
- the decompiler to configure
-
-