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

Method delete_auto_stack_var

rust/src/medium_level_il/function.rs:296–298  ·  view source on GitHub ↗
(&self, offset: i64)

Source from the content-addressed store, hash-verified

294 }
295
296 pub fn delete_auto_stack_var(&self, offset: i64) {
297 unsafe { BNDeleteAutoStackVariable(self.function().handle, offset) }
298 }
299
300 pub fn create_auto_var<'a, S: BnStrCompatible, C: Into<Conf<&'a Type>>>(
301 &self,

Callers

nothing calls this directly

Calls 1

functionMethod · 0.45

Tested by

no test coverage detected