-
Updated
Nov 5, 2020 - HTML
static-analyzer
Here are 96 public repositories matching this topic...
-
Updated
Apr 23, 2020 - C++
-
Updated
Oct 29, 2020 - PHP
-
Updated
Dec 8, 2017 - Java
-
Updated
Oct 20, 2020 - Java
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Nov 6, 2020 - Java
let x = { default: 42}; // "default" is highlighted as keyword
-
Updated
Sep 12, 2020 - PHP
-
Updated
Nov 6, 2020 - C#
-
Updated
Apr 10, 2020 - Go
-
Updated
Nov 6, 2020 - Haskell
-
Updated
Oct 24, 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
Nov 4, 2020 - C++
-
Updated
Mar 3, 2020 - Python
-
Updated
Oct 21, 2020 - Go
-
Updated
Jul 18, 2020 - Java
-
Updated
Nov 5, 2020 - Java
-
Updated
Sep 2, 2020 - Scala
-
Updated
Apr 8, 2017 - Python
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 19, 2020 - Python
-
Updated
Jan 28, 2020 - Go
-
Updated
Nov 6, 2017 - Go
-
Updated
Nov 2, 2020 - PHP
-
Updated
Nov 5, 2020 - 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."
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