mirror of
https://github.com/Print3M/shellcoder
synced 2026-06-08 12:15:36 +00:00
Ready to go
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ def get_msvc_console_environs() -> dict[str, str]:
|
||||
print(f"[!] MSVC Developer Console error: {process.stderr}")
|
||||
sys.exit(-1)
|
||||
|
||||
envs = {}
|
||||
envs: dict[str, str] = {}
|
||||
for line in process.stdout.splitlines():
|
||||
if '=' in line:
|
||||
key, value = line.split('=', 1)
|
||||
|
||||
Reference in New Issue
Block a user