Commit Graph

9 Commits

Author SHA1 Message Date
Luke Street e6ca2eb4de Update dtk-template, wibo 2025-08-15 10:32:44 -06:00
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00
Hexalotl 6e391d6b5f Updating decompctx script for Python 3.8 compatability 2024-02-28 21:10:52 -08:00
Hexalotl 2d0d9a6bd4 Adding in support to generate more complete context 2024-02-28 12:56:31 -08:00
Hexalotl a74899a7c5 Fixing hang by adding easier, possible match 2024-02-28 12:56:31 -08:00
Hexalotl 28d146d119 Keep attributes in the Ghidra context file 2024-01-19 23:30:49 -08:00
Hexalotl 55da004d1b
Decomp Ghidra Improvements (#220)
* Remove trailing commas from initializers for Ghidra

* Substituting enums for their numeric values when initializing arrays

* Adding option to copy context to clipboard when built
2024-01-19 12:57:10 +01:00
Hexalotl 8b277a2f19
Updating context generating script to use pcpp (#214)
Context script has been switched over to use pcpp instead of custom parsing logic. Now can generate context that's Ghidra-friendly
2024-01-13 22:37:06 +01:00
Hexalotl d3f6c8a31d
Add decompctx.py script to generate context (#208)
* Converting use of ":" to use AT_ADDRESS macro

* Adding decompctx.py script to generate context

* Fixing unterminated comment block
2024-01-08 10:27:37 +01:00