Package ghidra.app.decompiler.parallel
-
Interface Summary Interface Description DecompileConfigurer A callback interface that will be given a newly createdDecompInterfaceto 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 ofQCallbackthat performs the management of theDecompInterfaceinstances using a Pool.ParallelDecompiler