MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / GGlobalVariable

Class GGlobalVariable

ghidra_scripts/gimport/gtypes.py:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class GGlobalVariable(GGlobal):
26 def __init__(self):
27 self.name: str = None
28 self.mangled_name: str = None
29 self.type: GType = None
30
31 def __str__(self):
32 return f"{self.type} {self.name}"
33
34
35class GGlobalSubroutineParameter:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected