core
Types
hex::core::Selection
hex::core::Selectionstruct Selection { ... };Functions
hex::core::get_selection
hex::core::get_selectionfn get_selection();hex::core::add_virtual_file
hex::core::add_virtual_fileLast updated
Core intrinsic functions to interact with the ImHex Hex Editor
hex::core::SelectionA type representing a selection in the hex editor
struct Selection { ... };hex::core::get_selectionReturns the current selection in the hex editor
return: The current selection
fn get_selection();hex::core::add_virtual_fileAdd a file to the Virtual Filesystem
path: The name of the file
pattern: The pattern associated with the file
Last updated
fn add_virtual_file( path, pattern);