ThreatCheck icon indicating copy to clipboard operation
ThreatCheck copied to clipboard

Identifies the bytes that Microsoft Defender / AMSI Consumer flags on.

Results 3 ThreatCheck issues
Sort by recently updated
recently updated
newest added

This merge requests implements correct labeling of the hex output, regarding the found malicious block and its appearance. See the left-side oft the following screenshots as an example: Before: ![image](https://github.com/rasta-mouse/ThreatCheck/assets/163165366/3e63d6a1-4e57-4ae2-8742-d6e39e56f601)...

Since Windows Defender detects the copied file being analyzed in C:\Temp, I added support to pass a parameter (-b) used to set a custom path. Follows the error I encountered...

.NET Framework 4.0 is no longer supported. This PR: * Bumps .NET Framework 4.0 -> 4.8 * Bumps `CommandLineParser` to 4.8 target and version bumps it