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

Function unescape_string

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

Source from the content-addressed store, hash-verified

173
174
175def unescape_string(text: bytes) -> 'DataBuffer':
176 return DataBuffer(text).unescape()

Callers

nothing calls this directly

Calls 2

DataBufferClass · 0.70
unescapeMethod · 0.45

Tested by

no test coverage detected