chore: audio-chain xrefs, PACE-stub pattern, SpectralProcessor vftable id
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user