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
This commit is contained in:
Hexalotl
2024-01-13 13:37:06 -08:00
committed by GitHub
parent 58654394e1
commit 8b277a2f19
3 changed files with 192 additions and 941 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ dump/*
*.dll
*.arc
*.ctx
ctx.c
ctx.*
build.ninja
ac-decomp.code-workspace
assets/
+1
View File
@@ -6,3 +6,4 @@ prettytable
python-Levenshtein
watchdog
pyjkernel
pcpp
+190 -940
View File
File diff suppressed because it is too large Load Diff