Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/frida/frida-objc-bridge
/ functions
Functions
106 in github.com/frida/frida-objc-bridge
⨍
Functions
106
◇
Types & classes
29
↓ 12 callers
Function
skipChar
(cursor)
index.js:2303
↓ 10 callers
Function
isClass
()
index.js:745
↓ 9 callers
Function
classHandle
()
index.js:739
↓ 9 callers
Function
peekChar
(cursor)
index.js:2285
↓ 6 callers
Function
readUntil
(token, cursor)
index.js:2270
↓ 5 callers
Function
getHandle
(obj)
index.js:1626
↓ 4 callers
Function
collectMethodNames
(klass, prefix)
index.js:982
↓ 4 callers
Function
collectMethods
(methods, numBuf, spec)
index.js:1100
↓ 4 callers
Function
hasProperty
(name)
index.js:294
↓ 4 callers
Function
parseSignature
(sig)
index.js:2140
↓ 4 callers
Function
readNumber
(cursor)
index.js:2254
↓ 4 callers
Function
selector
(name)
index.js:217
↓ 4 callers
Function
selectorAsString
(sel)
index.js:221
↓ 3 callers
Function
findClass
(name)
index.js:307
↓ 3 callers
Function
findProtocolMethod
(rawName)
index.js:868
↓ 3 callers
Function
getApi
()
lib/api.js:7
↓ 3 callers
Function
jsMethodName
(name)
index.js:2024
↓ 3 callers
Function
readType
(cursor)
index.js:2173
↓ 3 callers
Function
unparseSignature
(retType, argTypes)
index.js:2125
↓ 2 callers
Function
allProtocolMethods
()
index.js:874
↓ 2 callers
Function
dataAvailable
(cursor)
index.js:2307
↓ 2 callers
Function
findIvar
(name)
index.js:1205
↓ 2 callers
Function
findMethod
(rawName)
index.js:755
↓ 2 callers
Function
findMethodWrapper
(name)
index.js:919
↓ 2 callers
Function
findProtocol
(name)
index.js:405
↓ 2 callers
Function
getMethodHandle
()
index.js:1854
↓ 2 callers
Function
makeMsgSendImpl
(signature, invocationOptions, isSuper)
index.js:2071
↓ 2 callers
Function
parseQualifiers
(cursor)
index.js:2321
↓ 2 callers
Function
resolveMsgSendImpl
(cache, signature, invocationOptions, isSuper)
index.js:2056
↓ 2 callers
Function
stealTypesFromProtocols
(klass, fullName)
index.js:843
↓ 2 callers
Function
structType
(fieldTypes)
index.js:2446
↓ 2 callers
Function
tryInitialize
()
index.js:34
↓ 1 callers
Function
align
(value, boundary)
index.js:2723
↓ 1 callers
Function
arrayType
(length, elementType)
index.js:2424
↓ 1 callers
Function
choose
(specifier, callbacks)
index.js:1741
↓ 1 callers
Function
collectProtocols
(p, acc)
index.js:1399
↓ 1 callers
Function
compileModule
()
lib/fastpaths.js:221
↓ 1 callers
Method
dealloc
* Gets notified right after the object has been deallocated. * * This is where you might clean up any associated state.
index.d.ts:447
↓ 1 callers
Function
enumerateLoadedClasses
(...args)
index.js:1670
↓ 1 callers
Function
flatProtocolMethods
(result, protocol)
index.js:858
↓ 1 callers
Function
getBinding
(obj)
index.js:1654
↓ 1 callers
Function
getBoundData
(obj)
index.js:1650
↓ 1 callers
Function
getClass
(name)
index.js:300
↓ 1 callers
Function
getMsgSendImpl
(signature, invocationOptions)
index.js:2048
↓ 1 callers
Function
getMsgSendSuperImpl
(signature, invocationOptions)
index.js:2052
↓ 1 callers
Function
getReplacementMethodImplementation
(methodHandle)
index.js:956
↓ 1 callers
Function
makeBlockImplementationWrapper
(block, signature, implementation)
index.js:1959
↓ 1 callers
Function
makeBlockInvocationWrapper
(block, signature, implementation)
index.js:1927
↓ 1 callers
Function
makeClassDestructor
(classHandle)
index.js:1567
↓ 1 callers
Function
makeClassName
()
index.js:2002
↓ 1 callers
Function
makeMethodImplementationWrapper
(signature, implementation)
index.js:1886
↓ 1 callers
Function
makeMethodInvocationWrapper
(method, owner, superSpecifier, invocationOptions)
index.js:1764
↓ 1 callers
Function
makeProtocolName
()
index.js:2011
↓ 1 callers
Function
objcMethodName
(name)
index.js:2020
↓ 1 callers
Function
onMatch
(i)
index.js:159
↓ 1 callers
Function
parseMethodName
(rawName)
index.js:931
↓ 1 callers
Function
parseType
(type)
index.js:2167
↓ 1 callers
Function
read
(address)
index.js:2427
↓ 1 callers
Function
readChar
(cursor)
index.js:2281
↓ 1 callers
Function
registerClass
(properties)
index.js:1490
↓ 1 callers
Function
replaceMethodImplementation
(methodHandle, imp)
index.js:964
↓ 1 callers
Function
sizeOfTypeOnX64
(type)
index.js:2102
↓ 1 callers
Function
skipExtendedBlock
(cursor)
index.js:2239
↓ 1 callers
Function
toNativeId
(v)
index.js:2376
↓ 1 callers
Function
tokenExistsAhead
(token, terminator, cursor)
index.js:2289
↓ 1 callers
Function
typeFitsInRegisters
(type)
index.js:2091
↓ 1 callers
Function
typeIdFromAlias
(alias)
index.js:2356
↓ 1 callers
Function
unbind
(obj)
index.js:1645
↓ 1 callers
Function
unionType
(fieldTypes)
index.js:2507
↓ 1 callers
Function
write
(address, values)
index.js:2437
Function
Block
(target, options = defaultInvocationOptions)
index.js:1310
Function
ClassRegistry
()
index.js:234
Function
ObjCIvars
(instance, classHandle)
index.js:1130
Function
ObjCObject
(handle, protocol, cachedIsClass, superSpecifier)
index.js:457
Function
ObjCProtocol
(handle)
index.js:1002
Function
ProtocolRegistry
()
index.js:338
Function
Runtime
()
index.js:6
Function
bind
(obj, data)
index.js:1635
Function
choose
(klass, considerSubclasses)
lib/fastpaths.js:244
Function
dispose
()
index.js:51
Function
enumerateLoadedClassesSync
(options = {})
index.js:1724
Function
equals
(ptr)
index.js:951
Method
forward
* 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
Function
fromNative
(v)
index.js:2648
Function
fromNativeBlock
(h)
index.js:2398
Function
fromNativeId
(h)
index.js:2366
Function
get
()
index.js:65
Function
get
()
lib/fastpaths.js:215
Function
getOwnPropertyDescriptor
(target, property)
index.js:285
Function
has
(target, property)
index.js:239
Function
identityTransform
(v)
index.js:2719
Function
onComplete
()
index.js:162
Function
ownKeys
(target)
index.js:264
Function
performScheduledWorkCleanup
(pendingException)
index.js:201
Function
performScheduledWorkItem
(rawId)
index.js:181
Function
rawFridaType
(t)
index.js:1998
Function
registerProtocol
(properties)
index.js:1573
Function
registerProxy
(properties)
index.js:1412
Function
set
(target, property, value, receiver)
index.js:261
Function
toJSON
()
index.js:320
next →
1–100 of 106, ranked by callers