LiveSplit / asr

Helper crate to write auto splitters for LiveSplit One's auto splitting runtime.
https://livesplit.org/asr/asr
Apache License 2.0
10 stars 10 forks source link

Add process.get_module_path #73

Closed AlexKnauth closed 1 year ago

AlexKnauth commented 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.

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