rust-reverse-engineering
v0.1.0Reverse engineer Rust binaries and libraries: triage targets, demangle symbols, recover crate boundaries, and map FFI, panic, unwind, and async paths.
By jingjing2222License: Apache-2.01.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rust-reverse-engineering for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add rust-reverse-engineering@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “rust-reverse-engineering” remain stable.
- Codex:
rust-reverse-engineering@agent-plugin-marketplace→rust-reverse-engineering@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jingjing2222/rust-reverse-engineering-skill/.
Plugin files
├── .codex-plugin/plugin.json└── skills/rust-reverse-engineering/SKILL.md
Included Skills1
Use when analyzing a Rust binary without source code, reverse engineering Rust executables or libraries, demangling Rust symbols, recovering likely crate namespaces, tracing panic or unwind paths, identifying FFI boundaries, or mapping behavior from ELF, Mach-O, PE, `.so`, `.dylib`, `.dll`, `.a`, `.rlib`, or object files.
Plugin manifests1
{
"name": "rust-reverse-engineering",
"version": "0.1.0",
"description": "Reverse engineer Rust binaries and libraries: triage targets, demangle symbols, recover crate boundaries, and map FFI, panic, unwind, and async paths.",
"author": {
"name": "jingjing2222",
"email": "[email protected]",
"url": "https://github.com/jingjing2222"
},
"homepage": "https://github.com/jingjing2222/rust-reverse-engineering-skill",
"repository": "https://github.com/jingjing2222/rust-reverse-engineering-skill",
"license": "Apache-2.0",
"keywords": [
"rust",
"reverse-engineering",
"binary-analysis",
"ffi",
"demangling",
"security"
],
"skills": "./skills/",
"interface": {
"displayName": "Rust Reverse Engineering",
"shortDescription": "Triage and analyze Rust binaries without source code",
"longDescription": "Use this plugin to triage Rust executables and libraries, recover likely crate namespaces, demangle symbols, and map panic, unwind, async, and FFI paths across ELF, Mach-O, and PE targets.",
"developerName": "jingjing2222",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Reverse engineer this Rust binary and summarize the main namespaces.",
"Demangle symbols in this Rust library and find likely FFI boundaries.",
"Triage this ELF or PE and tell me if it looks Rust-built."
],
"brandColor": "#C96442",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rust-reverse-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rust-reverse-engineering)