-
Notifications
You must be signed in to change notification settings - Fork 248
feat: integrate reverse-skills workflows #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
LING71671
merged 2 commits into
LING71671:main
from
jin-wind:feat/reverse-skills-integration
Aug 1, 2026
+554
−116
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -383,5 +383,5 @@ | |
| > | ||
|
|
||
| --- | ||
| Generated: 2026-07-04 | ||
| Generated: 2026-07-31 | ||
| Total articles: 178 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # P4nda0s/reverse-skills provenance and local mapping | ||
|
|
||
| ## Review record | ||
|
|
||
| - Upstream: <https://github.com/P4nda0s/reverse-skills> | ||
| - Reviewed revision: `a2baa31c58a3567977188414da68c8c842057152` | ||
| - Review date: 2026-07-31 | ||
| - Relevant upstream paths reviewed: | ||
| - `skills/rev-frida/SKILL.md` | ||
| - `skills/rev-symbol/SKILL.md` | ||
| - `skills/rev-struct/SKILL.md` | ||
|
|
||
| The upstream README states MIT, but the reviewed repository tree does not contain a committed `LICENSE` file. Under this repository's public migration boundary (`PUBLICATION.md`), the upstream is therefore treated as **reference-only**. This project does not vendor its prompt text, source snippets, templates, binaries, submodules, or package dependencies. The implementation below is independently written and uses existing ReverseLab interfaces. | ||
|
|
||
| ## Capability mapping | ||
|
|
||
| | Upstream workflow idea | Open-ReverseLab implementation | Primary execution/evidence surface | | ||
| |---|---|---| | ||
| | `rev-frida` loader-aware instrumentation | Android native Frida templates and JNI tracing guidance | `android_frida_template_library`, `android_frida_render_template`, `android_frida_run_script`, `android_crypto_unpack_recipe` | | ||
| | `rev-symbol` function-name inference | Ghidra summary evidence plus conservative Function Map suggestions | `ghidra_headless_analyze`, `ghidra_summary_functions`, `ghidra_summary_function_detail`, `ghidra_summary_call_focus`, generated analysis notes | | ||
| | `rev-struct` layout inference | Existing PE struct/ReClass techniques plus a symbol/field evidence ledger | `kb/pe-reverse/techniques/03-static-analysis/01-struct-reconstruction.md`, `04-reclass-reconstruction.md` | | ||
|
|
||
| ## Tool baseline | ||
|
|
||
| For the supported Ghidra-first workflow, install or provide: | ||
|
|
||
| - Ghidra and the compatible Java runtime; `analyzeHeadless` is the primary automated path. | ||
| - Android SDK platform-tools (`adb`) for Android work. | ||
| - Host Frida tooling plus an Android `frida-server` version compatible with the host client. | ||
| - JADX and Apktool for Android static preparation. | ||
|
|
||
| IDA Pro/Hex-Rays may be used as an analyst-provided optional second opinion. It is not required by this integration, is not added to `.mcp.json`, and is not a CI dependency. Ghidra summary evidence remains the portable project contract. | ||
|
|
||
| ## Update policy | ||
|
|
||
| Before using a newer upstream revision as inspiration, review its tree and license metadata again, update the pinned revision and date in this file, and check that no unconfirmed third-party source or binary crosses the public migration boundary. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.