kmaork / pyinjector

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

Cannot install on win10 via pip #3

Closed AlucardNosferatu closed 3 years ago

AlucardNosferatu commented 3 years ago

injector\src\linux\elf.c(27): fatal error C1083: 无法打开包括文件: “elf.h”: No such file or directory

kmaork commented 3 years ago

pyinjector is not supported on windows yet, although it shouldn't be very hard because injector, the wrapped c library, does support windows. You are welcome to add support with a pull request. Closing in favor of https://github.com/kmaork/pyinjector/issues/4