Add functions to get the process name and main module range#126
Add functions to get the process name and main module range#126mitchell-merry wants to merge 2 commits intoLiveSplit:masterfrom
Conversation
|
Two quick observations:
|
|
|
Does this need anything else to go through? I think I addressed the review I want to upstream some more of my changes before I go insane maintaining mulitple forks, so would be nice to be able to start getting things through |
This is something I needed to access for my scene manager stuff (need to access the range of the main module without changing the API of SceneManager::attach.
I imagine it could be useful elsewhere too.
I'm inferring the name of the main module is the same as the name of the process - I think this is a safe assumption, but let me know if not.