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

Method ElfSection

ghidra_scripts/ElfSection.java:6–9  ·  view source on GitHub ↗
(long vAddr, long size)

Source from the content-addressed store, hash-verified

4 private long size;
5
6 public ElfSection(long vAddr, long size) {
7 this.vAddr = vAddr;
8 this.size = size;
9 }
10
11 public long getvAddr() {
12 return vAddr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected