Top 15 Infer Alternative and Similar Softwares | Apr 2024

Facebook Infer is a static analysis tool - if you give Infer some Objective-C, Java, or C code, it produces a list of potential bugs.

1. Coverity Scan

Coverity Scan Coverity Scan Static Analysis allows to find and fix defects in your Java, C/C++ or C# open source project for free. It tests every line of code and potential execution path. The root cause of each defect is clearly explained, making it easy to fix bugs. In 2006, the Coverity......

2. Cppcheck

Cppcheck Cppcheck is an static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the......

3. SOAtest

SOAtest Parasoft is recognized by software development professionals as the leader in software development lifecycle automation. By integrating software development management, quality lifecycle management, and dev/test environment management through service virtualization, regression tests, static analysis, and end-to-end testing, we help teams deliver better software faster.Parasoft SOAtest and Parasoft Load Test (packaged......

4. PyLint

PyLint Pylint is a Python source code analyzer which looks for programming errors.......

5. PEP8

PEP8 pep8 is a tool to check your Python code against some of the style conventions in PEP 8.......

6. Radare

Radare Radare, the highly featured reverse engineering framework.NOTE: it is better to use the "radare2", not the "radare".Features Multi-architecture and multi-platform GNU/Linux, Android, *BSD, OSX, iPhoneOS, Windows{32,64} and Solaris i8080, 8051, x86{16,32,64}, avr, arc{4,compact} , arm{thumb,neon,aarch64}, c55x+, dalvik, ebc, gb, java, sparc, mips, nios2, powerpc, whitespace, brainfuck, malbolge, z80, psosvm, m68k,......

7. Deviare In-Process

Deviare In-Process Deviare In-Process is a code interception engine for Microsoft Windows®. It is a dual license library, GPLv3 and Commercial. The source code is available at GitHub.This library is at the core of our Deviare 2.0 technology, it is the best alternative to Microsoft Detours® but at a more convenient price.The......

8. Mhook

Mhook If you dabble in this area then you’ll already know that Microsoft Research's Detours pretty much sets the benchmark when it comes to API hooking. Why don't we get a comparison out of the way quickly then?DETOURS VS. MHOOKDetours is available for free with a noncommercial license but it only......

9. Splint

Splint Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint. If additional effort is invested adding annotations to programs, Splint can perform stronger checking than can be done by any standard lint.......

10. PyChecker

PyChecker PyChecker is a tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++ and is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should......

11. PyFlakes

PyFlakes A simple program which checks Python source files for errors.......

12. Codacy

Codacy Codacy automates code reviews and monitors code quality on every commit and pull request. It reports back the impact of every commit or pull request in new issues concerning code style, best practices, security and many others. It monitors changes in code coverage, code duplication and code complexity. It allows......

13. Teamscale

Teamscale Teamscale analyzes the quality of your code. With a variety of static code analyses, it points you to quality defects that are easily missed. Analyze your code to identify specific maintainability constraints and avoid unexpected maintenance costs in the future.Teamscale helps you to monitor the quality of your code over......

14. Cauditor

Cauditor Figure out complexity hotspots in the blink of an eye from a couple of very simple charts. They'll help you understand the architecture of the project & make it easier to keep it under control.These metrics are generated from your PHP code:* Maintainability index* Cyclomatic complexity* Halstead intelligent content* Instability*......

15. JSHint

JSHint JSHint is a tool to detect errors and potential problems in JavaScript code and can be used to enforce coding conventions.......