Frida Docs Unified
GitHub
Preparing search index...
frida-objc-bridge
default
EnumerateLoadedClassesCallbacks
Interface EnumerateLoadedClassesCallbacks
interface
EnumerateLoadedClassesCallbacks
{
onComplete
:
()
=>
void
;
onMatch
:
(
name
:
string
,
owner
:
string
)
=>
void
;
}
Index
Properties
on
Complete
on
Match
Properties
on
Complete
onComplete
:
()
=>
void
on
Match
onMatch
:
(
name
:
string
,
owner
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Complete
on
Match
GitHub
Frida Docs Unified
Loading...