mach_inject
mach_inject copied to clipboard
Invalid Memory Yosemite
I noticed this issue after updating to Yosemite.
It always gives me this error: module: 0x100014898 bootstrapfn: 0x1000d9d60 pid: 3443 mach_inject failing.. (ipc/send) invalid memory MACH ERR: 268435468
here is how I'm calling mach_inject:
mach_error_t err = mach_inject((mach_inject_entry)bootstrapfn, lib.UTF8String, strlen(lib.UTF8String) + 1, pid, 0); if (err) printf("MACH ERR: %d\n", err);
Is this happening to anyone else after updating to 10.10 and how can I resolve this issue?