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

Method base64_decode

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

Source from the content-addressed store, hash-verified

153 return core.BNDataBufferToBase64(self.handle)
154
155 def base64_decode(self) -> 'DataBuffer':
156 return DataBuffer(handle=core.BNDecodeBase64(str(self)))
157
158 def zlib_compress(self) -> Optional['DataBuffer']:
159 buf = core.BNZlibCompress(self.handle)

Callers

nothing calls this directly

Calls 1

DataBufferClass · 0.70

Tested by

no test coverage detected