Amsi-Killer icon indicating copy to clipboard operation
Amsi-Killer copied to clipboard

Command Line Options

Open aconite33 opened this issue 2 years ago • 1 comments

Summary

Added the command line options.

-i <PID> Targets specific PID -p <Process Name> Targets specific target by name (first occurrence)

No arguments uses the PID of the process itself.

Misc

Fixed a bug of comparing the process target name in GetPID function. Added output when process exits to inform the user where the bypass failed.

Reference

Enhancement requested here: https://github.com/ZeroMemoryEx/Amsi-Killer/issues/2

aconite33 avatar Feb 28 '23 19:02 aconite33

Hello, the modification you provided seems to be giving some false positive patch, Additionally, the issue you were facing with GetPID has been resolved by changing the comparison C runtime function to a Win32 function. Thank you

ZeroMemoryEx avatar Feb 28 '23 22:02 ZeroMemoryEx