-
Updated
Aug 19, 2021 - OCaml
program-analysis
Here are 124 public repositories matching this topic...
-
Updated
Aug 17, 2021 - JavaScript
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue
Let me know if you would like any help in implementing.
-
Updated
Aug 18, 2021 - C++
-
Updated
Aug 18, 2021 - Python
-
Updated
Aug 14, 2021 - OCaml
-
Updated
Feb 8, 2021 - C++
Currently, there are functions that print something all over the place of librz/core/*.c
, e.g. rz_core_analysis_bbs_info_print()
or rz_core_analysis_bb_info_print()
from librz/core/canalysis.c
or rz_core_asm_plugin_print()
from librz/core/casm.c
.
I suggest to separate "logic" and non-printing API from the printing one, they all should have a _print()
suffix and located in the sam
-
Updated
Aug 18, 2021 - C++
-
Updated
Aug 19, 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
Aug 17, 2021 - Java
-
Updated
Dec 30, 2017
-
Updated
Aug 18, 2021 - Rust
-
Updated
Aug 17, 2021 - C
We should probably run go generate
and other commands that generate code, such as goa gen
, as part of our autobuilder.
-
Updated
Jul 10, 2018 - Scala
-
Updated
Aug 6, 2021 - C++
Describe the bug
See returntocorp/semgrep#3065
Steps to reproduce
https://semgrep.dev/s/enochii:false-negative-of-sql-injection
The fix seems very easy: the original reporter proposed
To avoid false positives, we might prefer
`- pattern: $OB
-
Updated
Jul 18, 2020 - Java
-
Updated
Apr 10, 2021 - Scala
-
Updated
Aug 18, 2021 - C
-
Updated
Jun 1, 2017 - C
-
Updated
Dec 17, 2020 - F#
-
Updated
Aug 18, 2021 - Rust
-
Updated
Aug 1, 2018 - C++
-
Updated
Aug 18, 2021 - C++
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Aug 19, 2021 - C
Improve this page
Add a description, image, and links to the program-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the program-analysis topic, visit your repo's landing page and select "manage topics."
It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.
Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures
If a test fails, then keep the