mirror of https://github.com/n1nj4sec/pupy.git
Fix loading dependencies from global table
This commit is contained in:
parent
6e3f2b5b20
commit
3c86d38a37
|
@ -261,8 +261,6 @@ class PupyClient(object):
|
||||||
if t==LOAD_PACKAGE:
|
if t==LOAD_PACKAGE:
|
||||||
if (self._load_package(v, force)):
|
if (self._load_package(v, force)):
|
||||||
new_deps.append(v)
|
new_deps.append(v)
|
||||||
else:
|
|
||||||
return False
|
|
||||||
|
|
||||||
elif t==LOAD_DLL:
|
elif t==LOAD_DLL:
|
||||||
self.load_dll(v)
|
self.load_dll(v)
|
||||||
|
|
Loading…
Reference in New Issue