Closed AlexKnauth closed 1 year ago
This adds process.get_module_path, which uses process_get_module_path to get the path on the file system to the module.
process.get_module_path
process_get_module_path
This is useful in situations where the Section Header Table is there in the file, but is not loaded into memory, even when the rest of the module is.
Depends on https://github.com/LiveSplit/livesplit-core/pull/735
This adds
process.get_module_path
, which usesprocess_get_module_path
to get the path on the file system to the module.This is useful in situations where the Section Header Table is there in the file, but is not loaded into memory, even when the rest of the module is.
Depends on https://github.com/LiveSplit/livesplit-core/pull/735