Lets say Apple uses a private framework DictationServices.framework which has an @interface SODictationPreferences with symbol/method dictationEnabled. How would one be able to programmatically set a breakpoint on that method (With ObjectiveC)?
Lets say Apple uses a private framework DictationServices.framework which has an @interface SODictationPreferences with
Share
possibly via ptrace?
SYNOPSIS
#include
#include
DESCRIPTION
ptrace() provides tracing and debugging facilities. It allows one process (the tracing process) to control another (the traced process).