task_vaccine
task_vaccine copied to clipboard
not work in macos 10.14
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 <task_vaccine> 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"
Same here, I'm wondering if that is fixable because I am in need of a working injection lib lol...