Skip to content

PID System pymem #93

Answered by srounet
kokocap12 asked this question in Q&A
Discussion options

You must be logged in to vote

does this solves your issue:

pm_first_process = pymem.Pymem()
pm_first_process.open_process_from_id(your_pid_1)

pm_second_process = pymem.Pymem()
pm_second_process.open_process_from_id(your_pid_2)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by StarrFox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants