Skip to content

Commit ba28bc4

Browse files
authored
add rust reverse engineering listing (#50)
1 parent 0d0f72a commit ba28bc4

79 files changed

Lines changed: 6093 additions & 643 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/plugins/marketplace.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,18 @@
436436
},
437437
"category": "Tools & Integrations"
438438
},
439+
{
440+
"name": "rust-reverse-engineering",
441+
"source": {
442+
"source": "local",
443+
"path": "./plugins/jingjing2222/rust-reverse-engineering-skill"
444+
},
445+
"policy": {
446+
"installation": "AVAILABLE",
447+
"authentication": "ON_INSTALL"
448+
},
449+
"category": "Tools & Integrations"
450+
},
439451
{
440452
"name": "sitemd",
441453
"source": {

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
116116
- [PapersFlow](https://github.com/papersflow-ai/papersflow-codex-plugin) - Paper discovery, citation verification, graph exploration, and DeepScan analysis.
117117
- [Remotion Plugin](https://github.com/tim-osterhus/codex-remotion-plugin) - Build parameterized Remotion videos in Codex with the official Remotion docs MCP, composition scaffolding, and a data-driven launch-video workflow.
118118
- [ru-text](https://github.com/talkstream/ru-text) - Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence.
119+
- [Rust Reverse Engineering](https://github.com/jingjing2222/rust-reverse-engineering-skill) - Reverse engineer Rust binaries and libraries: triage targets, demangle symbols, recover crate namespaces, and map panic, unwind, async, and FFI paths.
119120
- [sitemd](https://github.com/sitemd-cc/sitemd) - Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages.
120121
- [Synta MCP](https://github.com/Synta-ai/n8n-mcp-codex-plugin-synta) - Build, edit, validate, and self-heal n8n workflows with Synta MCP tools and Codex-ready workflow guidance.
121122
- [Task Scheduler](https://github.com/6Delta9/task-scheduler-codex-plugin) - OpenAI Codex plugin and local MCP server for turning task lists into realistic schedules with blocked dates, capacity overrides, overflow tracking, and markdown planning output.
@@ -202,12 +203,12 @@ The score is best used as a quick trust signal and triage summary (not the only
202203
203204
- [agentskills.io](https://agentskills.io) - Open agent skills standard.
204205
- [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills#readme) - Cross-agent skill library (Claude, Codex, Cursor, Gemini).
206+
- [awesome-ai-plugins](https://github.com/hashgraph-online/awesome-ai-plugins) - Umbrella list covering Codex, Claude Code, Gemini CLI, and MCP servers.
205207
- [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code#readme) - Claude Code resources.
206208
- [awesome-coding-agents](https://github.com/e2b-dev/awesome-ai-agents#readme) - Curated list of AI coding agents.
207209
- [awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers#readme) - MCP server directory.
208210
- [EchoCoding](https://github.com/launsion-boop/EchoCoding) - Voice-enabled audio layer for coding agents with ambient soundscapes, event-driven SFX, and optional cloud TTS/ASR interaction.
209211
- [HOL Plugin Registry](https://hol.org/registry/plugins) - Browse plugins with scanner-backed security analysis and trust scores.
210-
- [awesome-ai-plugins](https://github.com/hashgraph-online/awesome-ai-plugins) - Umbrella list covering Codex, Claude Code, Gemini CLI, and MCP servers.
211212
212213
## Plugin Trust Scores
213214

plugins.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
5-
"last_updated": "2026-04-17",
6-
"total": 42,
5+
"last_updated": "2026-04-19",
6+
"total": 43,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -369,6 +369,16 @@
369369
"source": "awesome-codex-plugins",
370370
"install_url": "https://raw.githubusercontent.com/talkstream/ru-text/main/.codex-plugin/plugin.json"
371371
},
372+
{
373+
"name": "Rust Reverse Engineering",
374+
"url": "https://github.com/jingjing2222/rust-reverse-engineering-skill",
375+
"owner": "jingjing2222",
376+
"repo": "rust-reverse-engineering-skill",
377+
"description": "Reverse engineer Rust binaries and libraries: triage targets, demangle symbols, recover crate namespaces, and map panic, unwind, async, and FFI paths.",
378+
"category": "Tools & Integrations",
379+
"source": "awesome-codex-plugins",
380+
"install_url": "https://raw.githubusercontent.com/jingjing2222/rust-reverse-engineering-skill/main/.codex-plugin/plugin.json"
381+
},
372382
{
373383
"name": "sitemd",
374384
"url": "https://github.com/sitemd-cc/sitemd",

0 commit comments

Comments
 (0)