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

Method getElfHeader

ghidra_scripts/Ps3ElfUtils.java:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 public MemoryBlock getElfHeader() {
57 return elfHeader;
58 }
59
60 public short findPs3ProgramType() throws Exception {
61 if(getElfHeader() == null) {

Callers 2

findPs3ProgramTypeMethod · 0.95
handleExecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected