rodionovd / task_vaccine

Yet another code injection library for macOS
MIT License
54 stars 9 forks source link

not work in macos 10.14 #17

Open ywwzwb opened 6 years ago

ywwzwb commented 6 years ago

the Xcode version is 10.0 cause it seems that Xcode 10.0 dose not support i386 any more, i remove all about i386 from rakefile and test.c when i excute rake test, i got some error from console output

Begin spec Target: 8880 <test suit: x86_64/-O0> FAIL

if i use the task_vaccine as library or source code, it will crash at "pthread_kill"

0x41c commented 2 years ago

Same here, I'm wondering if that is fixable because I am in need of a working injection lib lol...