ProjectFile in binaryninja::project::file - Rust

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

Get the project that owns this file

Source

Get the path on disk to this file’s contents

Source

Get the path in the project to this file’s contents

Source

Check if this file’s contents exist on disk

Source

Get the unique id of this file

Source

Get the name of this file

Source

Set the name of this file

Source

Get the description of this file

Source

Set the description of this file

Source

Get the file creation time

Source

Get the folder that contains this file

Source

Set the folder that contains this file

Source

Export this file to disk, `true’ if the export succeeded

  • dest - Destination file path for the exported contents, passing a directory will append the file name.
Source

Add a ProjectFile as a dependency of this file

Source

Remove a ProjectFile as a dependency of this file

Source

Get the ProjectFiles that this file depends on

Source

Get the ProjectFiles that depend on this file

§
§
§
§