core
Core intrinsic functions to interact with the ImHex Hex Editor
Types
hex::core::Selection
hex::core::Selection
A type representing a selection in the hex editor
Functions
hex::core::get_selection
hex::core::get_selection
Returns the current selection in the hex editor
return
: The current selection
hex::core::add_virtual_file
hex::core::add_virtual_file
Add a file to the Virtual Filesystem
path
: The name of the filepattern
: The pattern associated with the file
Last updated