MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / escape_string

Function escape_string

python/databuffer.py:171–172  ·  view source on GitHub ↗
(text: bytes)

Source from the content-addressed store, hash-verified

169
170
171def escape_string(text: bytes) -> str:
172 return DataBuffer(text).escape()
173
174
175def unescape_string(text: bytes) -> 'DataBuffer':

Callers

nothing calls this directly

Calls 2

DataBufferClass · 0.70
escapeMethod · 0.45

Tested by

no test coverage detected