Method
set_lifted_il_function
(&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. |
Tested by
no test coverage detected