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

Method IsSkipAndReturnValuePatchAvailable

architecture.cpp:1232–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230
1231
1232bool Architecture::IsSkipAndReturnValuePatchAvailable(const uint8_t*, uint64_t, size_t)
1233{
1234 return false;
1235}
1236
1237
1238bool Architecture::ConvertToNop(uint8_t*, uint64_t, size_t)

Calls

no outgoing calls

Tested by

no test coverage detected