Prevent VMAware from closing/terminating? #479
-
I'm testing VMAware on several sandboxes (commercial SaaS) and it's hard to see the results on the first run because as soon as checks are performed and conclusion is printed the program exits. Other detection tools usually do a getchar() (or anything that halts the execution waiting for some sort of input) right before terminating, so the user has time to see the results. Is there anything similar for VMAware? I've been inspecting the code and didn't find it. I know there is a system.pause() call in case parent PID is explorer.exe, but that is not always the case since some sandboxes actually tamper this to avoid detection. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! Sorry for the long reply. We actually already do this in the experimental release candidate for the 2.4.2 version. I assume you used the current 2.4.1 version. Please compile the main branch and the cli should pause as you described. If you already did that but it doesn’t pause, please let us know. |
Beta Was this translation helpful? Give feedback.
Hi! Sorry for the long reply.
We actually already do this in the experimental release candidate for the 2.4.2 version. I assume you used the current 2.4.1 version.
Please compile the main branch and the cli should pause as you described. If you already did that but it doesn’t pause, please let us know.
@RazviOverflow