Crate antilysis

source ·
Expand description

§Antilysis

Library to detect analysis on windows to protect your program from it. Anti-VM, anti-sandbox, anti-analyzing.

Functions§

  • Returns whether or not any sign of analysis environment is present. Is true if processes() or sandbox() is true.
  • Returns whether or not suspicious processes have been found. Includes analyzers (wireshark, process explorer, etc…) and VM guest processes.
  • Returns whether or not any common sandbox artifact is present.