chore: DSP kernel map (complex-mul/double-mul/max), DumpList getFunctionContaining fix
This commit is contained in:
@@ -54,6 +54,7 @@ public class DumpList extends GhidraScript {
|
||||
for (long a : targets) {
|
||||
if (a < LO || a > HI) continue;
|
||||
Function f = fm.getFunctionAt(as.getAddress(a));
|
||||
if (f == null) f = fm.getFunctionContaining(as.getAddress(a));
|
||||
if (f == null) {
|
||||
pw.println("############ NO_FUNCTION 0x" + Long.toHexString(a) + " ############");
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user