Closed
Description
We want to run the processing in a multiprocessing.pool.Pool
.
In order to simplify the implementation, and for measuring things, we would do this in 2 steps:
- We can run unblob in for every new process_file call.
- We can look into
yara.match
callbacks and start the handling in the pool right away. (For the current code, this would need more complex changes.)