MCPcopy Create free account
hub / github.com/Vector35/debugger / free_string

Function free_string

api/python/_debuggercore_template.py:59–60  ·  view source on GitHub ↗
(value:ctypes.c_char_p)

Source from the content-addressed store, hash-verified

57 return arg.decode('utf8')
58
59def free_string(value:ctypes.c_char_p) -> None:
60 BNDebuggerFreeString(ctypes.cast(value, ctypes.POINTER(ctypes.c_byte)))
61

Callers

nothing calls this directly

Calls 1

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected