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

Method compareTo

ghidra_scripts/ElfSection.java:19–21  ·  view source on GitHub ↗
(ElfSection compareElfSection)

Source from the content-addressed store, hash-verified

17 }
18
19 public int compareTo(ElfSection compareElfSection) {
20 return (int) (this.vAddr - compareElfSection.vAddr);
21 }
22
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected