← back to projects

CS2

This cluster is centered on understanding how Counter-Strike 2 changes over time: build tracking, asset extraction, static analysis, and small focused utilities that make repeated reversing work less manual.

Why It Stands Out

  • Build-to-build analysis instead of one-off reversing.
  • Bridges game assets, depots, and IDA workflows into one toolchain.
  • Turns repetitive collection work into reusable automation.

Repository Index

Focus

The interesting part here is not a single binary or one isolated tool. It is the workflow as a whole: obtain a new build, extract what changed, identify the version, and feed the result into a repeatable static analysis setup.