Add scripts/import_th_re_data.py (Ghidra importer)#9
Open
Renko6626 wants to merge 1 commit into
Open
Conversation
Member
|
hi, I haven't forgotten about this, Ive just had a rough week with a cold
spell. should be on this within the next week.
…On Thu, Jun 11, 2026, 3:38 AM Renko_1055 ***@***.***> wrote:
Hosts the import script from #8
<#8>.
`scripts/import_th_re_data.py` imports funcs.json/statics.json into Ghidra:
safe by default (only fills Ghidra placeholder names, never clobbers;
--overwrite / --dry-run),
runs as a Ghidra script or a standalone PyGhidra driver.
Also moved `diffable.py` and `stats.py` into `scripts/` and added a README
section, as requested.
Closes #8 <#8>.
------------------------------
You can view, comment on, or merge this pull request online at:
#9
Commit Summary
- 824c621
<824c621>
Add scripts/import_th_re_data.py (Ghidra importer), move .py into scripts/
File Changes
(4 files <https://github.com/exphp-share/th-re-data/pull/9/files>)
- *M* README.md
<https://github.com/exphp-share/th-re-data/pull/9/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5>
(27)
- *R* scripts/diffable.py
<https://github.com/exphp-share/th-re-data/pull/9/files#diff-e13446cc0c8675ce6c7964aab4e03c43d4a049806eab6442202e3d28016d1e7a>
(0)
- *A* scripts/import_th_re_data.py
<https://github.com/exphp-share/th-re-data/pull/9/files#diff-3a5e0e9693874b33acb709e0125efcf6096e6f126290d0c630410a1effc630b9>
(110)
- *R* scripts/stats.py
<https://github.com/exphp-share/th-re-data/pull/9/files#diff-a8e925cb6d4a280eea54937e76fa1bfc4fc17de71f2d29bb8ed645ef275196cc>
(0)
Patch Links:
- https://github.com/exphp-share/th-re-data/pull/9.patch
- https://github.com/exphp-share/th-re-data/pull/9.diff
—
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=AAKYRUHGKOGAGGU6RPM6GB347JOXXA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTQNBVGQZDCNBTGGTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVRTG633UMVZF6Y3MNFRWW>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKYRUE7V6G3E2UALLCMZQ347JOXXAVCNFSNUABFKJSXA33TNF2G64TZHMZDIOBTGU3TIOBZHNEXG43VMU5TINRTHAZDMOBZGYZKC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AAKYRUGXMV2EXW4E5KSI6N347JOXXA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTQNBVGQZDCNBTGGTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/AAKYRUAWKTRNGCWX6B6YW5D47JOXXA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTQNBVGQZDCNBTGGTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hosts the import script from #8.
`scripts/import_th_re_data.py` imports funcs.json/statics.json into Ghidra:
safe by default (only fills Ghidra placeholder names, never clobbers; --overwrite / --dry-run),
runs as a Ghidra script or a standalone PyGhidra driver.
Also moved `diffable.py` and `stats.py` into `scripts/` and added a README section, as requested.
Closes #8.