-
Updated
May 1, 2021 - PHP
static-analyzer
Here are 100 public repositories matching this topic...
-
Updated
Apr 23, 2020 - C++
-
Updated
Mar 26, 2021 - PHP
-
Updated
Feb 27, 2021 - Java
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Apr 8, 2021 - Java
-
Updated
Apr 29, 2021 - Java
let x = { default: 42}; // "default" is highlighted as keyword
-
Updated
Apr 30, 2021 - PHP
-
Updated
Apr 30, 2021 - C#
-
Updated
Feb 13, 2021 - Go
-
Updated
Apr 18, 2021 - Haskell
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
Apr 30, 2021 - PHP
-
Updated
Apr 27, 2021 - C++
-
Updated
Jan 26, 2021 - Go
-
Updated
Apr 29, 2021 - Python
-
Updated
Jul 18, 2020 - Java
-
Updated
Apr 30, 2021 - Java
-
Updated
Apr 10, 2021 - Scala
-
Updated
Apr 17, 2021 - JavaScript
-
Updated
Apr 8, 2017 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
Apr 28, 2021 - C++
-
Updated
Feb 7, 2021 - Go
-
Updated
Apr 30, 2021 - PHP
-
Updated
Nov 6, 2017 - Go
-
Updated
Apr 17, 2021 - Python
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."
Current Behavior
Getting "Avoid unused parameters such as '$createNewUser'" violation when declaring parameters in the constructor in php8.
Expected Behavior
No violation, as php8 introduces the possibility of declaring class prorieties in the