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

Method unescape

python/databuffer.py:149–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

147 return core.BNDataBufferToEscapedString(self.handle, null_terminates, escape_printable)
148
149 def unescape(self) -> 'DataBuffer':
150 return DataBuffer(handle=core.BNDecodeEscapedString(str(self)))
151
152 def base64_encode(self) -> str:
153 return core.BNDataBufferToBase64(self.handle)

Callers 1

unescape_stringFunction · 0.45

Calls 1

DataBufferClass · 0.70

Tested by

no test coverage detected