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

Method set_lifted_il_function

rust/src/workflow.rs:64–66  ·  view source on GitHub ↗
(&self, value: &MutableLiftedILFunction<CoreArchitecture>)

Source from the content-addressed store, hash-verified

62 }
63
64 pub fn set_lifted_il_function(&self, value: &MutableLiftedILFunction<CoreArchitecture>) {
65 unsafe { BNSetLiftedILFunction(self.handle.as_ptr(), value.handle) }
66 }
67
68 // TODO: This returns LiftedNonSSA because the lifting code was written before we could patch the IL
69 // TODO: At some point we need to take the lifting code and make it available to regular IL.

Callers 1

example_activityFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected