-
Updated
Sep 13, 2020 - HTML
static-analyzer
Here are 94 public repositories matching this topic...
-
Updated
Apr 23, 2020 - C++
-
Updated
Jul 18, 2020 - PHP
-
Updated
Dec 8, 2017 - Java
-
Updated
Sep 8, 2020 - Java
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Sep 14, 2020 - Java
let x = { default: 42}; // "default" is highlighted as keyword
-
Updated
Sep 12, 2020 - PHP
-
Updated
Sep 14, 2020 - C#
-
Updated
Apr 10, 2020 - Go
-
Updated
Sep 11, 2020 - PHP
I noticed you have a plugin for Ghidra, but it is not the only one FOSS tool available.
Radare2 is a highly-portable cross-platform reverse engineering framework and a toolkit without dependencies. It has support for analyzing binaries, disassembling code, debugging programs, attaching to remote GDB/LLDB, WinDbg servers, rich plugin system (see r2pm), an
-
Updated
Sep 3, 2020 - C++
-
Updated
Mar 3, 2020 - Python
-
Updated
Jul 18, 2020 - Java
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 2, 2020 - Scala
-
Updated
Sep 1, 2020 - Go
-
Updated
Apr 8, 2017 - Python
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Jan 28, 2020 - Go
-
Updated
Aug 19, 2020 - Python
-
Updated
Nov 6, 2017 - Go
-
Updated
Aug 26, 2020 - PHP
-
Updated
Dec 12, 2019 - C++
-
Updated
Apr 26, 2016 - HTML
Improve this page
Add a description, image, and links to the static-analyzer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-analyzer topic, visit your repo's landing page and select "manage topics."
Description
Hello,
it would be awesome if you could enforce your own rules to your own code, because people could then have a look at it for reference.
I just opened up the very first file I came across and immediately saw multiple rule violations:
https://phpmd.org/rules/cleancode.html#elseexpression
https://github.com/phpmd/phpmd/blob/master/src/bin/phpmd#L25
https://github.com/phpm