-
Updated
Aug 1, 2021 - PHP
static-analyzer
Here are 105 public repositories matching this topic...
-
Updated
Apr 23, 2020 - C++
-
Updated
Jun 8, 2021 - PHP
-
Updated
Feb 27, 2021 - Java
The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental
-
Updated
Jul 21, 2021 - Java
-
Updated
Aug 6, 2021 - Java
let x = { default: 42}; // "default" is highlighted as keyword
-
Updated
Jun 11, 2021 - PHP
-
Updated
Aug 6, 2021 - C#
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
Feb 13, 2021 - Go
-
Updated
Aug 6, 2021 - Haskell
-
Updated
Jul 19, 2021 - PHP
-
Updated
Aug 6, 2021 - C++
-
Updated
Jun 28, 2021 - Go
-
Updated
Jun 7, 2021 - Python
-
Updated
Jul 18, 2020 - Java
-
Updated
Jul 27, 2021 - JavaScript
-
Updated
Apr 10, 2021 - Scala
-
Updated
Aug 2, 2021 - Java
-
Updated
Apr 8, 2017 - Python
-
Updated
Aug 3, 2021 - C++
-
Updated
Jul 19, 2021 - Python
-
Updated
Jun 8, 2021 - Python
-
Updated
Feb 7, 2021 - Go
-
Updated
Jul 14, 2021 - PHP
-
Updated
Nov 6, 2017 - Go
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
I'm trying to use exclude-pattern in a ruleset, but the same path doesn't work in windows/linux at the same time.
Usually I use a path like
<exclude-pattern>application/folder</exclude-pattern>But, this only works for linux