Skip to content

Commit ea4b51a

Browse files
committed
Use multiprocess to pickle internal functions
1 parent 765f8d1 commit ea4b51a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"python-registry>=1.3.1",
2020
"keystone-engine>=0.9.2",
2121
"pyelftools>=0.26",
22-
"gevent>=20.9.0"
22+
"gevent>=20.9.0",
23+
"multiprocess>=0.70.12.2"
2324
]
2425

2526
evm_extra = {

tests/test_pe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from qiling.os.windows.fncc import *
1717
from qiling.os.windows.utils import *
1818
from qiling.os.mapper import QlFsMappedObject
19-
import multiprocessing as mb
19+
import multiprocess as mb
2020

2121
class QLWinSingleTest:
2222

0 commit comments

Comments
 (0)