Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
def
unescape_string(text: bytes) ->
'DataBuffer'
:
176
return
DataBuffer(text).unescape()
Callers
nothing calls this directly
Calls
2
DataBuffer
Class · 0.70
unescape
Method · 0.45
Tested by
no test coverage detected