Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
process
Method · 0.95
handleExec
Method · 0.95
findExports
Method · 0.80
findImports
Method · 0.80
createImportStubsFromMemoryBlock
Method · 0.80
createExportEntsFromMemoryBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected