You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried using multiprocessing when importing and analyzing programs with Ghidra? Is it possible to do this using Python multiprocessing?
I'm currently working on a project that requires importing and analyzing thousands of programs. The analysis process would be significantly faster with the help of multiprocessing.
One alternative method I considered was creating multiple Ghidra projects and having each one handle a portion of the programs. However, this approach might complicate the subsequent processes.
So, I wanted to ask if it's possible to analyze multiple programs within a single Ghidra project by utilizing Python multiprocessing with PyGhidra.
Any tips or insights you can provide would be really helpful.
Thank you,
Dingisoul
The text was updated successfully, but these errors were encountered:
Dear Ghidra Maintainers and Friends,
Have you tried using multiprocessing when importing and analyzing programs with Ghidra? Is it possible to do this using Python multiprocessing?
I'm currently working on a project that requires importing and analyzing thousands of programs. The analysis process would be significantly faster with the help of multiprocessing.
One alternative method I considered was creating multiple Ghidra projects and having each one handle a portion of the programs. However, this approach might complicate the subsequent processes.
So, I wanted to ask if it's possible to analyze multiple programs within a single Ghidra project by utilizing Python multiprocessing with PyGhidra.
Any tips or insights you can provide would be really helpful.
Thank you,
Dingisoul
The text was updated successfully, but these errors were encountered: