So I'm trying to do the equivalent of gcc task_for_pid.c -sectcreate __TEXT __info_plist ./Info.plist -o task_for_pid from https://attilathedud.me/mac-os-x-el-capitan-10-11-and-task_for_pid/ and try to use some of the task APIs in rust. But I can't figure out how to link it in because apparently you can't retrospectively append or prepend to the object file. So if there's any guidance on how that works it would be appreciated!
Also how active is this project? Just because I saw the task stuff is partially implemented so I could potentially fill in some implementations while I'm working on my stuff if I notice any missing
So I'm trying to do the equivalent of
gcc task_for_pid.c -sectcreate __TEXT __info_plist ./Info.plist -o task_for_pidfrom https://attilathedud.me/mac-os-x-el-capitan-10-11-and-task_for_pid/ and try to use some of the task APIs in rust. But I can't figure out how to link it in because apparently you can't retrospectively append or prepend to the object file. So if there's any guidance on how that works it would be appreciated!Also how active is this project? Just because I saw the task stuff is partially implemented so I could potentially fill in some implementations while I'm working on my stuff if I notice any missing