Amsi-Killer
Amsi-Killer copied to clipboard
Command Line Options
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
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