Package ghidra.app.decompiler.parallel
-
Interface Summary Interface Description DecompileConfigurer A callback interface that will be given a newly createdDecompInterface
to configure.DecompilerMapFunction<D> DecompilerReducer<R,D> -
Class Summary Class Description ChunkingParallelDecompiler<R> A class that simplifies some the concurrent datastructure setup required for decompiling functions.DecompilerCallback<R> An implementation ofQCallback
that performs the management of theDecompInterface
instances using a Pool.ParallelDecompiler