From d47a6e0c7426d6c8c24127e3cded9286f912bebf Mon Sep 17 00:00:00 2001 From: rurionice Date: Fri, 8 May 2026 07:00:56 +0200 Subject: [PATCH 1/2] Added radare2 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 89f3988..aee6d13 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Ready to fork a project to introduce a No AI policy? Check out our [**How to Slo * [Python](#python) * [Rust](#rust) * [Alternative GUI crates](#alternative-gui-crates) + * [Reverse Engineering](#reverse-engineering) * [Search Engines](#search-engines) * [Service Monitoring](#service-monitoring) * [Social Media](#social-media) @@ -1171,6 +1172,12 @@ Note that Python is itself tainted; see [the Programming Languages section](#pro > > On facet: If possible avoid all-in-one libraries for deserialization, and avoid macros that slow things down. +## Reverse Engineering + +| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | +|---|:---:|---|---| +| [radare2](https://github.com/radareorg/radare2) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/radareorg/radare2/blob/dfe41793cade9de466d8119c4a6d04975cf300a0/AGENTS.md)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | + ## Search Engines | Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | From 0930d173758b55323766666587de43208a872fc8 Mon Sep 17 00:00:00 2001 From: rurionice Date: Fri, 8 May 2026 21:10:17 +0200 Subject: [PATCH 2/2] Add 5.8.8 as the last untainted version of radare2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee6d13..6879595 100644 --- a/README.md +++ b/README.md @@ -1176,7 +1176,7 @@ Note that Python is itself tainted; see [the Programming Languages section](#pro | Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) | |---|:---:|---|---| -| [radare2](https://github.com/radareorg/radare2) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/radareorg/radare2/blob/dfe41793cade9de466d8119c4a6d04975cf300a0/AGENTS.md)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | +| [radare2](https://github.com/radareorg/radare2) | [5.8.8](https://github.com/radareorg/radare2/tree/5.8.8) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/radareorg/radare2/blob/dfe41793cade9de466d8119c4a6d04975cf300a0/AGENTS.md)) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | ## Search Engines