Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiprocessing in python #40

Open
dingiso opened this issue May 22, 2024 · 0 comments
Open

Multiprocessing in python #40

dingiso opened this issue May 22, 2024 · 0 comments

Comments

@dingiso
Copy link

dingiso commented May 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant