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

Method Decode

transform.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206
207
208bool Transform::Decode(const DataBuffer& input, DataBuffer& output, const map<string, DataBuffer>& params)
209{
210 if (GetType() == InvertingTransform)
211 return Encode(input, output, params);
212 return false;
213}
214
215
216bool Transform::Encode(const DataBuffer&, DataBuffer&, const map<string, DataBuffer>&)

Callers 1

DecodeCallbackMethod · 0.45

Calls 5

GetTypeFunction · 0.85
EncodeFunction · 0.85
c_strMethod · 0.80
GetBufferObjectMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected