file - get process name of a binary without running it c++ cross platform -
i want process name of binary both on windows , linux without running it. i'm implementing interface gui communication , want implement file selection dialog(e.g user selects executable file , daemon/service deducts process name). doable?
Comments
Post a Comment