Skip to content

How to do multithreaded decompilation in python #2903

Answered by astrelsky
dzik87 asked this question in Q&A
Discussion options

You must be logged in to vote

There is a parallel decompiler class you can use. It is used in some of the analyzers that use the decompiler. I forget the name of the class. It has parallel in the name though.

Edit: see ParallelDecompiler

Also I haven't checked your example to be sure but be aware of the Disposable interface. Failure to call dispose may be a resource leak.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dzik87
Comment options

Answer selected by dzik87
Comment options

You must be logged in to vote
1 reply
@dzik87
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants