Skip to content

Commit be9d92a

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 00b5cc3 commit be9d92a

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,6 +1745,8 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
17451745

17461746
- [Nauz File Detector](https://github.com/horsicq/Nauz-File-Detector) — Static Linker/Compiler/Tool detector for Windows, Linux and MacOS.
17471747

1748+
- [rhabdomancer](https://crates.io/crates/rhabdomancer) — IDA Pro headless plugin that locates calls to potentially insecure API functions in a binary file.
1749+
17481750
- [rust-audit](https://github.com/Shnatsel/rust-audit) — Audit Rust binaries for known bugs or security vulnerabilities. This works by embedding data about the dependency tree (Cargo.lock) in JSON format into a dedicated linker section of the compiled executable.
17491751

17501752
- [Twiggy](https://github.com/rustwasm/twiggy) — Analyzes a binary's call graph to profile code size. The goal is to slim down wasm binary size.

data/api/tools.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16812,6 +16812,42 @@
1681216812
"demos": null,
1681316813
"wrapper": null
1681416814
},
16815+
"rhabdomancer": {
16816+
"name": "rhabdomancer",
16817+
"categories": [
16818+
"linter"
16819+
],
16820+
"languages": [],
16821+
"other": [
16822+
"binary"
16823+
],
16824+
"licenses": [
16825+
"MIT License"
16826+
],
16827+
"types": [
16828+
"cli"
16829+
],
16830+
"homepage": "https://crates.io/crates/rhabdomancer",
16831+
"source": "https://github.com/0xdea/rhabdomancer",
16832+
"pricing": null,
16833+
"plans": null,
16834+
"description": "IDA Pro headless plugin that locates calls to potentially insecure API functions in a binary file.",
16835+
"discussion": null,
16836+
"deprecated": null,
16837+
"resources": [
16838+
{
16839+
"title": "Streamlining Vulnerability Research with the idalib Rust Bindings for IDA 9.2",
16840+
"url": "https://hex-rays.com/blog/streamlining-vulnerability-research-idalib-rust-bindings"
16841+
},
16842+
{
16843+
"title": "Streamlining vulnerability research with IDA Pro and Rust",
16844+
"url": "https://hnsecurity.it/blog/streamlining-vulnerability-research-with-ida-pro-and-rust"
16845+
}
16846+
],
16847+
"reviews": null,
16848+
"demos": null,
16849+
"wrapper": null
16850+
},
1681516851
"rips": {
1681616852
"name": "RIPS",
1681716853
"categories": [

0 commit comments

Comments
 (0)