FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

why run many start_fact_backend process

Open chenjianquan7 opened this issue 2 years ago • 1 comments

it should be one process or many process, system very solw when unpack firmware, what should i optimize performance? image

chenjianquan7 avatar Jun 21 '22 10:06 chenjianquan7

FACT makes heavy use of multiprocessing. One or more worker processes are started for each analysis plugin (the number can be configured in main.cfg). Unpacking a large firmware with thousands of included files may take quite some time. How large is the firmware that you are trying to unpack? You can also adjust the number of unpacking workers in main.cfg (option "threads" in section "unpack"). By default it is set to 4.

jstucke avatar Jun 27 '22 10:06 jstucke

Closing as this is working as intended.

maringuu avatar Feb 19 '24 08:02 maringuu