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