0

With kexts we could to vm_read/vm_write, is there a similar way for Endpoint Security?

pmdj
  • 22,018
  • 3
  • 52
  • 103
Toma
  • 2,764
  • 4
  • 25
  • 44

1 Answers1

0

No, you cannot generally obtain other processes' task ports in an Endpoint Security system extension, so while the API exists (mach_vm_read() etc.) you can typically only obtain the task port for child processes, or if a process sends its own task port to your process via a Mach message.

pmdj
  • 22,018
  • 3
  • 52
  • 103