From 26c0fed5009dfda25e016e4d146027c2284390cd Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 3 May 2026 16:25:52 -0700 Subject: [PATCH] Add assembly-repl --- resources.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/resources.csv b/resources.csv index 74b20d0..f4053b4 100644 --- a/resources.csv +++ b/resources.csv @@ -4,6 +4,7 @@ Connected Papers,https://www.connectedpapers.com/,papers search engine and graph LIEF,https://lief-project.github.io/doc/latest/index.html,"Python 3 library for processing, modifying, and abstracting executable file",library,executables parsing angr,https://angr.io/,Python 3 library for static and dynamic binary analysis,library,"disassembly, lifting, instrumentation, symbolic execution, control-flow analysis, data-dependency analysis, value-set analysis, decompilation, exploit generation" angr-management,https://github.com/angr/angr-management,GUI for the above-mentioned angr,tool,"disassembly, lifting, instrumentation, symbolic execution, control-flow analysis, data-dependency analysis, value-set analysis, decompilation" +assembly-repl,https://github.com/pirate/assembly-repl,"Native raw assembly, LLVM IR, C, C++, and Objective-C REPLs for macOS and Linux",tool,binary analysis HaCRS,https://github.com/ucsb-seclab/hacrs,a human-assisted cyber reasoning system,tool,cyber reasoning system Mechanical Phish,https://github.com/mechaphish,GitHub organization containing the components of the Mechanical Phish cyber reasoning system ,tool,cyber reasoning system cb-multios,https://github.com/trailofbits/cb-multios,"dataset with the samples used in DARPA's Cyber Grand Challenge, migrated to multiple operating systems (Windows, Linux, MacOS)",dataset,vulnerability detection