Skip to content
#

program-analysis

Here are 123 public repositories matching this topic...

ekilmer
ekilmer commented Feb 21, 2020

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

Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.

  • Updated Jul 13, 2021
  • C++
rizin
XVilka
XVilka commented Jul 5, 2021
[1127/1671] Compiling C object librz/core/rz_core.dll.p/cmd.c.obj
In file included from ../librz/core/cmd.c:80:
../librz/core/cmd_debug.c(1753,1): warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
In file included from ../librz/core/cmd.c:86:
../librz/core/cmd_cmp.c(669,10): warning: implicit declaration of function 'chdir' is invalid in C99 [-W
XVilka
XVilka commented Dec 13, 2019

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

Improve this page

Add a description, image, and links to the program-analysis topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more