#ocaml #abstract_interpretation #code_quality #control_flow_analysis #program_analysis #python #security #static_analysis #taint_analysis #type_check #typechecker
https://github.com/facebook/pyre-check
https://github.com/facebook/pyre-check
GitHub
GitHub - facebook/pyre-check: Performant type-checking for python.
Performant type-checking for python. Contribute to facebook/pyre-check development by creating an account on GitHub.
#java #abstract_interpretation #binary_analysis #ghidra #reverse_engineering #security #static_analyzer #vulnerability_scanner
https://github.com/KeenSecurityLab/BinAbsInspector
https://github.com/KeenSecurityLab/BinAbsInspector
GitHub
GitHub - KeenSecurityLab/BinAbsInspector: BinAbsInspector: Vulnerability Scanner for Binaries
BinAbsInspector: Vulnerability Scanner for Binaries - KeenSecurityLab/BinAbsInspector
#cplusplus #abstract_interpretation #program_analysis #software_verification #static_analysis
IKOS is a tool that helps find errors in C and C++ programs before they are run. It uses a technique called Abstract Interpretation to analyze the code and detect potential runtime errors, such as buffer overflows. This tool is especially useful because it can identify problems that might cause your program to crash or behave incorrectly, making your code more reliable and secure. To use IKOS, you simply run the `ikos` command with your source file, and it will report any errors it finds, helping you fix them before running the program. This saves time and ensures your software is safer and more stable.
https://github.com/NASA-SW-VnV/ikos
IKOS is a tool that helps find errors in C and C++ programs before they are run. It uses a technique called Abstract Interpretation to analyze the code and detect potential runtime errors, such as buffer overflows. This tool is especially useful because it can identify problems that might cause your program to crash or behave incorrectly, making your code more reliable and secure. To use IKOS, you simply run the `ikos` command with your source file, and it will report any errors it finds, helping you fix them before running the program. This saves time and ensures your software is safer and more stable.
https://github.com/NASA-SW-VnV/ikos
GitHub
GitHub - NASA-SW-VnV/ikos: Static analyzer for C/C++ based on the theory of Abstract Interpretation.
Static analyzer for C/C++ based on the theory of Abstract Interpretation. - NASA-SW-VnV/ikos