Show 'native' property in infos

This commit is contained in:
Oleksii Shevchuk 2018-10-07 13:17:29 +03:00
parent 2a4d9a1ac2
commit 493697fe17
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class GetInfo(PupyModule):
"hostname", "user", "release", "version", "hostname", "user", "release", "version",
"os_arch", "proc_arch", "pid", "exec_path", "cid", "os_arch", "proc_arch", "pid", "exec_path", "cid",
"address", "macaddr", "spi", "revision", "node", "address", "macaddr", "spi", "revision", "node",
"debug_logfile" "debug_logfile", "native"
] ]
pupyKeys = ["transport", "launcher", "launcher_args"] pupyKeys = ["transport", "launcher", "launcher_args"]
windKeys = ["uac_lvl","intgty_lvl"] windKeys = ["uac_lvl","intgty_lvl"]