kmaork / pyinjector

Inject shared libraries into running processes
MIT License
86 stars 16 forks source link

[Enhancement/Question] inject into Wine processes on Linux #31

Open FeyXieXzf opened 11 months ago

FeyXieXzf commented 11 months ago

As the title goes, is there any way to inject a DLL into a wine process (running on a Linux system)?

kmaork commented 11 months ago

Hmmm in theory it's possible, but I'm not sure how much work it would take. I think the best direction is to try running the windows version of pyinjector in another wine process. I see that wine has tests for implementing CreateRemoteThread so it might work! Impressive project. You can try doing that and post the results here 😄