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

Method getSize

ghidra_scripts/ElfSection.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public long getSize() {
16 return size;
17 }
18
19 public int compareTo(ElfSection compareElfSection) {
20 return (int) (this.vAddr - compareElfSection.vAddr);

Callers 6

processMethod · 0.95
handleExecMethod · 0.95
findExportsMethod · 0.80
findImportsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected