-
Updated
Dec 26, 2020 - OCaml
program-analysis
Here are 112 public repositories matching this topic...
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
Dec 27, 2020 - JavaScript
-
Updated
Dec 15, 2020 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Dec 26, 2020 - OCaml
-
Updated
Dec 7, 2020 - C++
-
Updated
Dec 27, 2020 - C++
-
Updated
Dec 23, 2020 - C++
Currently rz-bin -H /bin/ls output is rather short and misses a lot of important information from the headers:
[i] ℤ rz-bin -H /bin/ls 16:37:30
0x00000000 ELF64 0x464c457f
0x000000
-
Updated
Dec 30, 2017
-
Updated
Dec 26, 2020 - Java
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
Dec 16, 2020 - Rust
-
Updated
Jul 10, 2018 - Scala
-
Updated
Dec 23, 2020 - C
-
Updated
Dec 23, 2020 - C++
We should probably run go generate and other commands that generate code, such as goa gen, as part of our autobuilder.
-
Updated
Jul 18, 2020 - Java
-
Updated
Dec 1, 2020 - C
-
Updated
Nov 9, 2020 - Scala
-
Updated
Jun 1, 2017 - C
-
Updated
Dec 17, 2020 - F#
-
Updated
Dec 27, 2020 - Java
-
Updated
Aug 1, 2018 - C++
-
Updated
Nov 27, 2020 - C++
-
Updated
Dec 28, 2020 - C
-
Updated
Dec 28, 2020 - Rust
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