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

Method add_section

rust/src/binary_view.rs:876–878  ·  view source on GitHub ↗
(&self, section: SectionBuilder)

Source from the content-addressed store, hash-verified

874 }
875
876 fn add_section(&self, section: SectionBuilder) {
877 section.create(self.as_ref());
878 }
879
880 fn remove_auto_section<S: BnStrCompatible>(&self, name: S) {
881 let raw_name = name.into_bytes_with_nul();

Callers 3

initMethod · 0.80
write_dwarfFunction · 0.80

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 2

createMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected