RetDec is a reverse engineering framework and static binary analysis tool. Its primary purpose is to function as an LLVM-based machine code decompiler that translates binary machine code from multiple architectures into high-level C source code. The system employs a multi-stage lifting pipeline to recover program logic, using an intermediate representation to apply optimizations before emitting source code. It distinguishes itself through the ability to identify compilers and packers, perform executable unpacking, and reconstruct class hierarchies and original program structures. The framewo
This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit
Die Hauptfunktionen von ecriminal/phpvuln sind: Code Auditing Tools, Code Analysis.
Open-Source-Alternativen zu ecriminal/phpvuln sind unter anderem: avast/retdec — RetDec is a reverse engineering framework and static binary analysis tool. Its primary purpose is to function as an… dpnishant/jsprime. eslint/eslint — This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code… f1tz/cnseay — Seay源代码审计系统. mobsf/mobile-security-framework-mobsf — Mobile Security Framework is an automated security testing platform designed for the analysis of Android, iOS, and… mre/awesome-static-analysis — ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build…