MCPcopy Create free account

hub / github.com/frida/frida-objc-bridge / functions

Functions106 in github.com/frida/frida-objc-bridge

↓ 12 callersFunctionskipChar
(cursor)
index.js:2303
↓ 10 callersFunctionisClass
()
index.js:745
↓ 9 callersFunctionclassHandle
()
index.js:739
↓ 9 callersFunctionpeekChar
(cursor)
index.js:2285
↓ 6 callersFunctionreadUntil
(token, cursor)
index.js:2270
↓ 5 callersFunctiongetHandle
(obj)
index.js:1626
↓ 4 callersFunctioncollectMethodNames
(klass, prefix)
index.js:982
↓ 4 callersFunctioncollectMethods
(methods, numBuf, spec)
index.js:1100
↓ 4 callersFunctionhasProperty
(name)
index.js:294
↓ 4 callersFunctionparseSignature
(sig)
index.js:2140
↓ 4 callersFunctionreadNumber
(cursor)
index.js:2254
↓ 4 callersFunctionselector
(name)
index.js:217
↓ 4 callersFunctionselectorAsString
(sel)
index.js:221
↓ 3 callersFunctionfindClass
(name)
index.js:307
↓ 3 callersFunctionfindProtocolMethod
(rawName)
index.js:868
↓ 3 callersFunctiongetApi
()
lib/api.js:7
↓ 3 callersFunctionjsMethodName
(name)
index.js:2024
↓ 3 callersFunctionreadType
(cursor)
index.js:2173
↓ 3 callersFunctionunparseSignature
(retType, argTypes)
index.js:2125
↓ 2 callersFunctionallProtocolMethods
()
index.js:874
↓ 2 callersFunctiondataAvailable
(cursor)
index.js:2307
↓ 2 callersFunctionfindIvar
(name)
index.js:1205
↓ 2 callersFunctionfindMethod
(rawName)
index.js:755
↓ 2 callersFunctionfindMethodWrapper
(name)
index.js:919
↓ 2 callersFunctionfindProtocol
(name)
index.js:405
↓ 2 callersFunctiongetMethodHandle
()
index.js:1854
↓ 2 callersFunctionmakeMsgSendImpl
(signature, invocationOptions, isSuper)
index.js:2071
↓ 2 callersFunctionparseQualifiers
(cursor)
index.js:2321
↓ 2 callersFunctionresolveMsgSendImpl
(cache, signature, invocationOptions, isSuper)
index.js:2056
↓ 2 callersFunctionstealTypesFromProtocols
(klass, fullName)
index.js:843
↓ 2 callersFunctionstructType
(fieldTypes)
index.js:2446
↓ 2 callersFunctiontryInitialize
()
index.js:34
↓ 1 callersFunctionalign
(value, boundary)
index.js:2723
↓ 1 callersFunctionarrayType
(length, elementType)
index.js:2424
↓ 1 callersFunctionchoose
(specifier, callbacks)
index.js:1741
↓ 1 callersFunctioncollectProtocols
(p, acc)
index.js:1399
↓ 1 callersFunctioncompileModule
()
lib/fastpaths.js:221
↓ 1 callersMethoddealloc
* Gets notified right after the object has been deallocated. * * This is where you might clean up any associated state.
index.d.ts:447
↓ 1 callersFunctionenumerateLoadedClasses
(...args)
index.js:1670
↓ 1 callersFunctionflatProtocolMethods
(result, protocol)
index.js:858
↓ 1 callersFunctiongetBinding
(obj)
index.js:1654
↓ 1 callersFunctiongetBoundData
(obj)
index.js:1650
↓ 1 callersFunctiongetClass
(name)
index.js:300
↓ 1 callersFunctiongetMsgSendImpl
(signature, invocationOptions)
index.js:2048
↓ 1 callersFunctiongetMsgSendSuperImpl
(signature, invocationOptions)
index.js:2052
↓ 1 callersFunctiongetReplacementMethodImplementation
(methodHandle)
index.js:956
↓ 1 callersFunctionmakeBlockImplementationWrapper
(block, signature, implementation)
index.js:1959
↓ 1 callersFunctionmakeBlockInvocationWrapper
(block, signature, implementation)
index.js:1927
↓ 1 callersFunctionmakeClassDestructor
(classHandle)
index.js:1567
↓ 1 callersFunctionmakeClassName
()
index.js:2002
↓ 1 callersFunctionmakeMethodImplementationWrapper
(signature, implementation)
index.js:1886
↓ 1 callersFunctionmakeMethodInvocationWrapper
(method, owner, superSpecifier, invocationOptions)
index.js:1764
↓ 1 callersFunctionmakeProtocolName
()
index.js:2011
↓ 1 callersFunctionobjcMethodName
(name)
index.js:2020
↓ 1 callersFunctiononMatch
(i)
index.js:159
↓ 1 callersFunctionparseMethodName
(rawName)
index.js:931
↓ 1 callersFunctionparseType
(type)
index.js:2167
↓ 1 callersFunctionread
(address)
index.js:2427
↓ 1 callersFunctionreadChar
(cursor)
index.js:2281
↓ 1 callersFunctionregisterClass
(properties)
index.js:1490
↓ 1 callersFunctionreplaceMethodImplementation
(methodHandle, imp)
index.js:964
↓ 1 callersFunctionsizeOfTypeOnX64
(type)
index.js:2102
↓ 1 callersFunctionskipExtendedBlock
(cursor)
index.js:2239
↓ 1 callersFunctiontoNativeId
(v)
index.js:2376
↓ 1 callersFunctiontokenExistsAhead
(token, terminator, cursor)
index.js:2289
↓ 1 callersFunctiontypeFitsInRegisters
(type)
index.js:2091
↓ 1 callersFunctiontypeIdFromAlias
(alias)
index.js:2356
↓ 1 callersFunctionunbind
(obj)
index.js:1645
↓ 1 callersFunctionunionType
(fieldTypes)
index.js:2507
↓ 1 callersFunctionwrite
(address, values)
index.js:2437
FunctionBlock
(target, options = defaultInvocationOptions)
index.js:1310
FunctionClassRegistry
()
index.js:234
FunctionObjCIvars
(instance, classHandle)
index.js:1130
FunctionObjCObject
(handle, protocol, cachedIsClass, superSpecifier)
index.js:457
FunctionObjCProtocol
(handle)
index.js:1002
FunctionProtocolRegistry
()
index.js:338
FunctionRuntime
()
index.js:6
Functionbind
(obj, data)
index.js:1635
Functionchoose
(klass, considerSubclasses)
lib/fastpaths.js:244
Functiondispose
()
index.js:51
FunctionenumerateLoadedClassesSync
(options = {})
index.js:1724
Functionequals
(ptr)
index.js:951
Methodforward
* Gets notified about the method name that we’re about to forward * a call to. * * This might be where you’d st
index.d.ts:459
FunctionfromNative
(v)
index.js:2648
FunctionfromNativeBlock
(h)
index.js:2398
FunctionfromNativeId
(h)
index.js:2366
Functionget
()
index.js:65
Functionget
()
lib/fastpaths.js:215
FunctiongetOwnPropertyDescriptor
(target, property)
index.js:285
Functionhas
(target, property)
index.js:239
FunctionidentityTransform
(v)
index.js:2719
FunctiononComplete
()
index.js:162
FunctionownKeys
(target)
index.js:264
FunctionperformScheduledWorkCleanup
(pendingException)
index.js:201
FunctionperformScheduledWorkItem
(rawId)
index.js:181
FunctionrawFridaType
(t)
index.js:1998
FunctionregisterProtocol
(properties)
index.js:1573
FunctionregisterProxy
(properties)
index.js:1412
Functionset
(target, property, value, receiver)
index.js:261
FunctiontoJSON
()
index.js:320
next →1–100 of 106, ranked by callers