memoryjs icon indicating copy to clipboard operation
memoryjs copied to clipboard

Feature: Open process using th32ProcessID instead of process name(multiple processes same name)

Open tigohenryschultz opened this issue 2 years ago • 1 comments

I would like to open multiple processes with the same name but do not see any methods to accomplish this.

Thanks

tigohenryschultz avatar Dec 03 '23 05:12 tigohenryschultz

you can already do this, just pass PID instead of process name to openProcess function.

https://github.com/Rob--/memoryjs/commit/e8ec257c95b44546c56f76c12dc78298cd4eaf07

prevzzy avatar Feb 01 '24 17:02 prevzzy

Thanks @prevzzy

Rob-- avatar Mar 29 '24 21:03 Rob--