MCPcopy Create free account
hub / github.com/clienthax/Ps3GhidraScripts / loadingExec

Method loadingExec

ghidra_scripts/Ps3ElfUtils.java:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public boolean loadingExec() throws Exception {
70 return programType == ET_EXEC;
71 }
72
73 public boolean loadingPrx() throws Exception {
74 return programType == ET_SCE_PPURELEXEC;

Callers 1

processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected