No description
  • Python 82%
  • JavaScript 8.8%
  • PowerShell 5.6%
  • C++ 1.9%
  • Vue 1.3%
  • Other 0.3%
Find a file
MaddoScientisto 55b3187469 Add script to apply NE far call fixups from TSV files
This commit introduces a new script, `apply_ne_far_call_fixups.py`, which processes internal and import far call fixups from TSV files. The script includes functions to parse addresses, load fixup data, patch internal far calls, and annotate import calls. It handles conflicts in fixup mappings and provides detailed output on the applied patches and any skipped instructions. The script is designed to enhance the handling of NE format far calls in Ghidra.
2026-03-21 13:25:21 +01:00
.github Add JSON output schema and enhance CLI command aliases for improved usability 2026-03-21 09:50:09 +01:00
Crusader.rep Add script to apply NE far call fixups from TSV files 2026-03-21 13:25:21 +01:00
NE_segments First commit 2026-03-19 16:39:57 +01:00
pyghidra_plans Add script to apply NE far call fixups from TSV files 2026-03-21 13:25:21 +01:00
tools Add script to apply NE far call fixups from TSV files 2026-03-21 13:25:21 +01:00
.gitattributes First commit 2026-03-19 16:39:57 +01:00
.gitignore Enhance CLI functionality and improve common utilities 2026-03-21 09:44:35 +01:00
CRUSADER.EXE First commit 2026-03-19 16:39:57 +01:00
Crusader.gpr Added data 2026-03-19 18:14:57 +01:00
crusader_decompilation_notes.md Add script to apply NE far call fixups from TSV files 2026-03-21 13:25:21 +01:00
CRUSADER_NE.EXE First commit 2026-03-19 16:39:57 +01:00
crusader_ne_segments.csv First commit 2026-03-19 16:39:57 +01:00
CRUSADER_NE_WRAPPED.EXE First commit 2026-03-19 16:39:57 +01:00
disasm_helper.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
get_tier4.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
get_tier5.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
ne_reloc_far_calls.tsv Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
ne_reloc_far_imports.tsv Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
ne_reloc_fixups.json Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
ne_reloc_parser.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
read_file.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
resolve_bb4f.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
resolve_top_targets.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
script_contents.txt Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
tier4_ghidra.txt Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
tier4_ghidra_check.txt Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
tier4_output.txt Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
tier4_result.txt Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
tier5_errors.txt Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
tier5_output.txt Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00
validate_fixups.py Add various scripts and JSON plans for Ghidra project 2026-03-20 23:50:39 +01:00