provider
Documentation for provider.
Library to interact with the currently loaded provider.
Functions
hex::prv::get_information
Queries information from the currently loaded provider. The kind of information that's available depends on the provider that's loaded
Available information
- File Provider
file_path() -> strfile_name() -> strfile_extension() -> strcreation_time() -> time_taccess_time() -> time_tmodification_time() -> time_tpermissions() -> u16- Disk Provider
file_path() -> strsector_size() -> u128- GDB Provider
ip() -> strport() -> u16- Process Memory Provider
region_address(regionName) -> u64region_size(regionName) -> u64process_id() -> u32process_name() -> str
category: Information categoryargument: Extra argument to pass along
fn get_information( category, argument);