Cmake
2026-08-10
CMake
★ 191
The Sleigh library is a specialized tool for defining the semantics of instruction sets of general-purpose microprocessors, primarily used in the reverse engineering of compiled software. It serves as a component of the Ghidra reverse engineering platform, facilitating disassembly and decompilation processes. Notable features include a CMake-based build system for standalone usage, support for multiple operating systems, and an included example tool (`sleigh-lift`) for disassembling bytecode or lifting it to p-code.
2026-08-05
CMake
★ 45
Ballanced is a source-level reimplementation of the Ballance game runtime, designed to rebuild game components, player, and engine libraries into a Ballance-compatible layout. It allows users to play the game without the need for compatibility modes or registry edits by integrating original game assets and simplifying installation, making it suitable for both players and developers. Notable features include support for multiple platforms, a structured repository with Git submodules for modular components, and straightforward build instructions using CMake.