chore: audio-chain xrefs, PACE-stub pattern, SpectralProcessor vftable id

This commit is contained in:
2026-08-16 21:32:30 +03:00
parent 304a926ea4
commit cbbd82136c
8 changed files with 4822 additions and 576 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ public class ListFuns extends GhidraScript {
FunctionIterator it = currentProgram.getFunctionManager().getFunctions(true);
PrintWriter pw = new PrintWriter(new java.io.BufferedWriter(
new java.io.FileWriter("/home/m/re-tools/funs_range.txt")));
long lo = 0x180500000L, hi = 0x180530000L;
long lo = 0x180520000L, hi = 0x180620000L;
while (it.hasNext()) {
Function f = it.next();
long off = f.getEntryPoint().getOffset();