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

Method CreateLanguageRepresentation

linearviewobject.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285
286
287Ref<LinearViewObject> LinearViewObject::CreateLanguageRepresentation(BinaryView* view, DisassemblySettings* settings,
288 const string& language)
289{
290 return new LinearViewObject(
291 BNCreateLinearViewLanguageRepresentation(view->GetObject(), settings ? settings->GetObject() : nullptr, language.c_str()));
292}
293
294
295Ref<LinearViewObject> LinearViewObject::CreateDataOnly(BinaryView* view, DisassemblySettings* settings)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
GetObjectMethod · 0.45

Tested by

no test coverage detected