From f43f0e59416ec38a77a8c3b448b370f5b136d173 Mon Sep 17 00:00:00 2001 From: raptor Date: Thu, 14 Nov 2024 15:13:25 +0100 Subject: [PATCH 1/3] Add "binarly-io/idalib" under the new "reverse engineering" category --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 235f769..e827744 100644 --- a/README.md +++ b/README.md @@ -1740,6 +1740,9 @@ See also [Are we game yet?](https://arewegameyet.rs) * [microsoft/windows-rs](https://github.com/microsoft/windows-rs) - Rust for Windows [![Actions Status](https://github.com/microsoft/windows-rs/workflows/CI/badge.svg)](https://github.com/microsoft/windows-rs/actions) * [retep998/winapi-rs](https://github.com/retep998/winapi-rs) - Windows API bindings [![Rust](https://github.com/retep998/winapi-rs/actions/workflows/rust.yml/badge.svg?branch=dev)](https://github.com/retep998/winapi-rs/actions/workflows/rust.yml) +### Reverse engineering +* [binarly-io/idalib](https://github.com/binarly-io/idalib) [[idalib](https://crates.io/crates/idalib)] — Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib + ### Scripting [[scripting](https://crates.io/keywords/scripting)] From f4147d45a38b35d12db5f5ab1046b8936d1ea56c Mon Sep 17 00:00:00 2001 From: raptor Date: Thu, 14 Nov 2024 15:21:11 +0100 Subject: [PATCH 2/3] Fix problems reported by PR checks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e827744..f5c16f0 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Parsing](#parsing) * [Peripherals](#peripherals) * [Platform specific](#platform-specific) + * [Reverse engineering](#reverse-engineering) * [Scripting](#scripting) * [Simulation](#simulation) * [Social networks](#social-networks-1) @@ -1741,7 +1742,8 @@ See also [Are we game yet?](https://arewegameyet.rs) * [retep998/winapi-rs](https://github.com/retep998/winapi-rs) - Windows API bindings [![Rust](https://github.com/retep998/winapi-rs/actions/workflows/rust.yml/badge.svg?branch=dev)](https://github.com/retep998/winapi-rs/actions/workflows/rust.yml) ### Reverse engineering -* [binarly-io/idalib](https://github.com/binarly-io/idalib) [[idalib](https://crates.io/crates/idalib)] — Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib + +* [binarly-io/idalib](https://github.com/binarly-io/idalib) [[idalib](https://crates.io/crates/idalib)] - Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib ### Scripting From 8254328502b0b8d036532157d3f7a8d3a398ae38 Mon Sep 17 00:00:00 2001 From: raptor Date: Thu, 14 Nov 2024 15:26:32 +0100 Subject: [PATCH 3/3] Fix an additional problem with existing links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c16f0..699b1e1 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [espanso](https://github.com/espanso/espanso) - A cross-platform Text Expander. [![CI](https://github.com/espanso/espanso/actions/workflows/ci.yml/badge.svg?branch=dev&event=push)](https://github.com/espanso/espanso/actions/workflows/ci.yml) * [eureka](https://crates.io/crates/eureka) - A CLI tool to input and store your ideas without leaving the terminal * [Furtherance](https://github.com/unobserved-io/Furtherance) - Time tracking app built with GTK4 -* [illacloud/illa](https://github.com/illacloud/illa) [[ILLA Cloud](https://illacloud.com)] - Low-code internal tool builder. +* [illacloud/illa](https://github.com/illacloud/illa) [[ILLA Cloud](https://www.illacloud.com/)] - Low-code internal tool builder. * [LLDAP](https://github.com/lldap/lldap) - Simplified LDAP interface for authentication. * [pier-cli/pier](https://github.com/pier-cli/pier) - A central repository to manage (add, search metadata, etc.) all your one-liners, scripts, tools, and CLIs * [ShadoySV/work-break](https://github.com/ShadoySV/work-break) [[work-break](https://crates.io/crates/work-break)] - Work and rest time balancer taking into account your current and today strain [![Build](https://github.com/shadoysv/work-break/actions/workflows/release.yml/badge.svg)](https://github.com/ShadoySV/work-break/releases)