binary-analysis
Here are 176 public repositories matching this topic...
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
-
Updated
Nov 7, 2020 - C++
-
Updated
Oct 10, 2020 - JavaScript
While the test_suite presented in #589 does work, it is still pretty simple and can be improved and enhanced.
- Add tests for gnutils and coreutils.
- Add necessary utilities so more complex programs can be compiled from sources.
- Integrate CMake, so one could write something like
make validate
and the subset of test that is deemed necessary (for example everything withmin
t
-
Updated
Nov 6, 2020 - C++
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
-
Updated
Nov 7, 2020 - OCaml
-
Updated
Nov 24, 2019 - Python
-
Updated
Nov 1, 2020 - C++
-
Updated
Oct 20, 2020 - C++
-
Updated
Mar 14, 2020 - C++
-
Updated
Feb 14, 2020 - C
Attempting to decode any of the attached files with goblin::elf::Elf::parse
crashes the process. Memory allocator runs out of virtual memory and the process is aborted.
Found via AFL.rs. Fuzzing harness: https://github.com/Shnatsel/goblin/blob/master/fuzz-afl/src/main.rs
-
Updated
Nov 6, 2020 - C++
-
Updated
Nov 1, 2020 - C
-
Updated
Jun 30, 2015 - C++
-
Updated
Mar 21, 2019 - Assembly
-
Updated
Aug 13, 2017
-
Updated
Nov 2, 2020 - C
-
Updated
Jul 18, 2017
-
Updated
Nov 2, 2020 - Go
-
Updated
Jun 8, 2020 - C
-
Updated
Jun 9, 2020 - Go
-
Updated
Mar 17, 2019 - C++
-
Updated
Nov 5, 2020 - Python
-
Updated
Sep 28, 2018 - Python
-
Updated
Aug 9, 2017 - Objective-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 20, 2020 - Rust
Improve this page
Add a description, image, and links to the binary-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the binary-analysis topic, visit your repo's landing page and select "manage topics."