We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765f8d1 commit ea4b51aCopy full SHA for ea4b51a
setup.py
@@ -19,7 +19,8 @@
19
"python-registry>=1.3.1",
20
"keystone-engine>=0.9.2",
21
"pyelftools>=0.26",
22
- "gevent>=20.9.0"
+ "gevent>=20.9.0",
23
+ "multiprocess>=0.70.12.2"
24
]
25
26
evm_extra = {
tests/test_pe.py
@@ -16,7 +16,7 @@
16
from qiling.os.windows.fncc import *
17
from qiling.os.windows.utils import *
18
from qiling.os.mapper import QlFsMappedObject
-import multiprocessing as mb
+import multiprocess as mb
class QLWinSingleTest:
0 commit comments