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

Method flag_write

rust/src/low_level_il/operation.rs:65–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

63 O: OperationArguments,
64{
65 pub fn flag_write(&self) -> Option<A::FlagWrite> {
66 match self.op.flags {
67 0 => None,
68 id => self.function.arch().flag_write_from_id(FlagWriteId(id)),
69 }
70 }
71}
72
73// LLIL_NOP, LLIL_NORET, LLIL_BP, LLIL_UNDEF, LLIL_UNIMPL

Callers

nothing calls this directly

Calls 2

flag_write_from_idMethod · 0.45
archMethod · 0.45

Tested by

no test coverage detected