Skip to content

Commit 267283c

Browse files
committed
Fix: OverlayReduxSymbols class name
1 parent 01bdfdd commit 267283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ghidra_scripts/OverlayReduxSymbols.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import java.net.http.HttpResponse;
1313
import java.util.*;
1414

15-
public class PsxOverlayReduxSymbols extends GhidraScript {
15+
public class OverlayReduxSymbols extends GhidraScript {
1616

1717
public void run() throws Exception {
1818
List<String> options = this.getMemoryBlockOptions();

0 commit comments

Comments
 (0)