2 repositorios
Tools for dissecting and inspecting structures and methods within managed framework applications.
Distinct from Static Code Analyzers: Distinct from static analysis: focuses on runtime dissection of managed objects rather than source code parsing.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Managed Code Analyzers. Refine with filters or upvote what's useful.
Cheat Engine is a software reverse engineering suite and memory editor designed for the Windows environment. It functions as a comprehensive platform for inspecting, analyzing, and modifying the internal logic and data structures of running applications. The tool provides capabilities for real-time memory scanning and manipulation, allowing users to locate and alter specific values within a process's address space. It distinguishes itself through advanced debugging features, including hardware-assisted debugging, kernel-mode driver injection for bypassing memory protections, and dynamic binar
Dissects and inspects structures and methods within managed applications to facilitate targeted modifications.
This project is a static analysis framework and linting engine designed to inspect TypeScript codebases. It functions as a plugin suite that enables standard linting workflows to parse source code into abstract syntax trees, allowing for the automated enforcement of coding standards and the identification of potential bugs through a modular, rule-based visitor pattern. The engine distinguishes itself by integrating directly with the TypeScript compiler to perform type-aware analysis. By accessing compiler type information, it can identify complex errors and unsafe patterns that standard synta
Accesses the compiler type checker to identify nuanced bugs and best practice violations that require deep understanding of code structure.