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

Method Assemble

architecture.cpp:1201–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201bool Architecture::Assemble(const std::string&, uint64_t, DataBuffer&, std::string& errors)
1202{
1203 errors = "Architecture does not implement an assembler.\n";
1204 return false;
1205}
1206
1207
1208bool Architecture::IsNeverBranchPatchAvailable(const uint8_t*, uint64_t, size_t)

Callers 1

AssembleCallbackMethod · 0.45

Calls 2

c_strMethod · 0.80
GetBufferObjectMethod · 0.80

Tested by

no test coverage detected