SESSION_ACTIVE :: RED_TEAM_ENGAGEMENT

Installation

Updated: Feb 6, 2026 installation · nim · windows

Prerequisites

  • Nim >= 2.0
  • winim package

Install dependencies

nimble install winim

Build

git clone https://github.com/MainDavis/Faceless.git
cd Faceless
build.cmd

Manual build

nim c faceless.nim

Release build

The build.cmd script produces the release binary using nim.cfg optimizations.

Relevant flags in nim.cfg:

FlagEffect
-d:release -d:dangerMaximum optimization, no safety checks
--opt:speedOptimize for speed
passL = "-s"Strip symbols
--stackTrace:offDisable stack traces
--checks:offDisable runtime checks
passC = "-flto"Link-Time Optimization

Notes

  • Use isolated, authorized environments for testing.
  • Review nim.cfg for optimization and obfuscation flags.

See also