sk.

skeet

Advanced programming language that makes your life easier.

What it is

A general-purpose programming language. It also happens to have built-ins for finding a process, walking a pointer chain, and writing memory, no wrappers needed for that stuff. See Reference for what's actually implemented.

Why we built it

We got tired of writing the same fifty lines of OpenProcess and ReadProcessMemory in C++ just to test a single offset. Python's ctypes is less typing but painfully slow to iterate on when you're nudging an offset for the tenth time. So the stuff we kept rewriting (finding a process, resolving a chain, writing a value) is just built into the language now.

Status

Still early and it changes a lot. Reference only documents what actually runs, not what we're planning to add.