ProjectFolder in binaryninja::project::folder - Rust

Struct ProjectFolder

Source

pub struct ProjectFolder { /* private fields */ }
Source§
Source

Get the project that owns this folder

Source

Get the unique id of this folder

Source

Get the name of this folder

Source

Set the name of this folder

Source

Get the description of this folder

Source

Set the description of this folder

Source

Get the folder that contains this folder

Source

Set the folder that contains this folder

Source

Recursively export this folder to disk, returns `true’ if the export succeeded

  • dest - Destination path for the exported contents
Source

Recursively export this folder to disk, returns `true’ if the export succeeded

  • dest - Destination path for the exported contents
  • progress - ProgressCallback that will be called as contents are exporting
Source

Get the files contained in this folder

§
§
§
§