Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ GPointerType
Class
GPointerType
ghidra_scripts/gimport/gtypes.py:10–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
10
class
GPointerType:
11
def
__init__(self, type: GType):
12
self.type: GType = type
13
14
def
__str__(self):
15
return
f
"{self.type}*"
16
17
18
class
GGlobal:
Callers
4
parse_type
Function · 0.85
demangle
Function · 0.85
modify
Method · 0.85
resolve_array_types
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected