MCPcopy Create free account

hub / github.com/GrowthEase/GameSentry / functions

Functions502 in github.com/GrowthEase/GameSentry

Functionlua_push
()
res/static/js/lua.js:60
FunctionmakeIterable
@internal
lib/component/utils/utils.js:19
MethodmaxTimeSlice
Gets the number of nanoseconds the garbage collector can spend in a collection step.
lib/component/agent/structs/gc.js:29
Methodmethod
Gets the method with the given name.
lib/component/agent/structs/object.js:34
Functionmethods
(handle)
lib/cli/module/base.js:35
Methodmethods
Gets the methods implemented by the current class.
lib/component/agent/structs/class.js:138
Methodmodifier
Gets the access modifier of this field.
lib/component/agent/structs/field.js:43
Methodmodifier
Gets the access modifier of this method.
lib/component/agent/structs/method.js:84
Methodmodule
Gets the Il2Cpp module as a Frida module.
lib/component/agent/base.js:70
MethodmoduleName
@internal Gets the Il2Cpp module name.
lib/component/agent/base.js:24
Methodname
Gets the name of the current class.
lib/component/agent/structs/class.js:143
Methodname
Gets the name of this field.
lib/component/agent/structs/field.js:48
Methodname
Gets the name of this type.
lib/component/agent/structs/type.js:104
Methodname
Gets the name of this method.
lib/component/agent/structs/method.js:89
Methodname
Gets the name of this image.
lib/component/agent/structs/image.js:62
Methodname
Gets the name of this assembly.
lib/component/agent/structs/assembly.js:21
Methodnamespace
Gets the namespace of the current class.
lib/component/agent/structs/class.js:148
MethodnativeFunction
@internal
lib/component/agent/structs/method.js:94
FunctionnativeIterator
@internal
lib/component/utils/utils.js:8
Methodnested
Gets the nested class with the given name.
lib/component/agent/structs/class.js:228
MethodnestedClasses
Gets the classes nested inside the current class.
lib/component/agent/structs/class.js:153
Methodnew
Allocates a new object of the current class and calls its default constructor.
lib/component/agent/structs/class.js:233
Methodobject
Gets the encompassing object of the current type.
lib/component/agent/structs/type.js:114
Methodobject
Gets the encompassing object of the current method.
lib/component/agent/structs/method.js:99
Methodobject
Gets the encompassing object of the current assembly.
lib/component/agent/structs/assembly.js:26
Methodobject
Gets the encompassing object of the application domain.
lib/component/agent/structs/domain.js:44
Methodobject
Gets the encompassing object of the current string.
lib/component/agent/structs/string.js:24
Methodobject
Gets the encompassing object of the current array.
lib/component/agent/structs/array.js:48
MethodobjectHeaderSize
Gets the size of the Il2CppObject struct.
lib/component/agent/runtime.js:44
Methodoffset
Gets the offset of this field, calculated as the difference with its owner virtual address.
lib/component/agent/structs/field.js:53
Functionok
@internal
lib/component/utils/console.js:21
FunctiononMessage
(message, data)
index.js:465
FunctiononProcessCrashed
(crash)
index.js:607
FunctiononSessionDetached
(reason, crash)
index.js:611
Functionout
(message)
lib/component/utils/console.js:34
Methodparameter
Gets the parameter with the given name.
lib/component/agent/structs/method.js:218
MethodparameterCount
Gets the amount of parameters of this method.
lib/component/agent/structs/method.js:104
Methodparameters
Gets the parameters of this method.
lib/component/agent/structs/method.js:109
Methodparent
Gets the class from which the current class directly inherits.
lib/component/agent/structs/class.js:158
Functionparse_proto_class
()
lib/cli/module/protocol-protobuf.js:4
MethodpointerSize
Gets the pointer size.
lib/component/agent/runtime.js:39
Methodpulse
Notifies a thread in the waiting queue of a change in the locked object's state.
lib/component/agent/structs/object.js:38
MethodpulseAll
Notifies all waiting threads of a change in the object's state.
lib/component/agent/structs/object.js:42
Functionraise
@internal
lib/component/utils/console.js:7
Methodrank
Gets the rank (number of dimensions) of the current array class.
lib/component/agent/structs/class.js:164
FunctionreadFile
(filePath)
lib/cli/utils/utils.js:44
Methodrealloc
(handle, size)
lib/component/agent/structs/gc.js:62
MethodrecordClasses
()
lib/component/agent/structs/image.js:43
Methodref
Creates a reference to this object.
lib/component/agent/structs/object.js:46
MethodrelativeVirtualAddress
Gets the relative virtual address (RVA) of this method.
lib/component/agent/structs/method.js:118
Functionresend_function
(method_handle, args_param)
lib/cli/module/hook-function.js:80
MethodreturnType
Gets the return type of this method.
lib/component/agent/structs/method.js:123
Functionsearch_class_instance
(class_handle)
lib/cli/module/field.js:4
FunctionsendFunctionValue
(is_resend)
res/static/js/function.js:121
FunctionsendValueProtocol
()
res/static/js/protocol.js:127
Functionsend_function
(method_handle, function_return_value, args_param)
lib/cli/module/hook-function.js:112
Functionsend_message
(func, value, data)
lib/cli/utils/helper.js:1
Methodset
Sets the element at the specified index of the current array.
lib/component/agent/structs/array.js:61
Methodshow
()
lib/component/agent/structs/field.js:99
Methodshow
()
lib/component/agent/structs/method.js:256
Methodshow
()
lib/component/agent/structs/parameter.js:21
FunctionshowFunction
()
res/static/js/function.js:49
FunctionshowTrace
()
res/static/js/trace.js:18
Functionshow_class
(class_handle)
lib/cli/module/show.js:3
Methodsize
Gets the size of the current object.
lib/component/agent/structs/object.js:18
MethodstartIncrementalCollection
Performs an incremental garbage collection.
lib/component/agent/structs/gc.js:101
MethodstartWorld
Resumes all the previously stopped threads.
lib/component/agent/structs/gc.js:96
MethodstaticFieldsData
Gets a pointer to the static fields of the current class.
lib/component/agent/structs/class.js:169
MethodstopWorld
Stops all threads which may access the garbage collected heap, other than the caller.
lib/component/agent/structs/gc.js:106
Methodto
Creates a reference to the specified value.
lib/component/agent/structs/reference.js:31
FunctiontoFridaValue
@internal
lib/component/agent/utils.js:189
MethodtoString
()
lib/component/agent/structs/value-type.js:24
MethodtoString
()
lib/component/agent/structs/image.js:80
MethodtoString
()
lib/component/agent/structs/pointer.js:34
MethodtoString
()
lib/component/agent/structs/parameter.js:14
MethodtoString
()
lib/component/agent/structs/object.js:70
MethodtoString
()
lib/component/agent/structs/reference.js:26
MethodtoString
()
lib/component/agent/structs/string.js:29
MethodtoString
()
lib/component/agent/structs/array.js:69
FunctiontraceFunction
()
res/static/js/function.js:71
Functiontrace_class
(class_handle)
lib/cli/module/trace.js:3
Functiontrace_entry
(method_addr, module)
lib/cli/module/stalker-trace.js:88
Functiontrace_stalker
(method_addr, module)
lib/cli/module/stalker-trace.js:69
MethodtryEnter
Attempts to acquire an exclusive lock on the current object.
lib/component/agent/structs/object.js:54
MethodtryField
Gets the field with the given name.
lib/component/agent/structs/object.js:58
MethodtryMethod
Gets the field with the given name.
lib/component/agent/structs/object.js:62
MethodtryWait
Releases the lock on an object and attempts to block the current thread until it reacquires the lock.
lib/component/agent/structs/object.js:66
Methodtype
Gets the type of the current class.
lib/component/agent/structs/class.js:179
Methodtype
Gets the type of this field.
lib/component/agent/structs/field.js:58
MethodtypeEnum
Gets the type enum of the current type.
lib/component/agent/structs/type.js:119
Methodunbox
Unboxes the value type out of this object.
lib/component/agent/structs/object.js:74
MethodunityVersion
Gets the Unity version of the current application.
lib/component/agent/base.js:75
MethodunityVersionIsBelow201830
@internal
lib/component/agent/base.js:98
MethodusedHeapSize
Gets the used heap size in bytes.
lib/component/agent/structs/gc.js:34
Methodvalue
Gets the element referenced by the current reference.
lib/component/agent/structs/reference.js:16
MethodvalueSize
Gets the size of the instance - as a value type - of the current class.
lib/component/agent/structs/class.js:174
MethodvirtualAddress
Gets the virtual address (VA) to this method.
lib/component/agent/structs/method.js:128
MethodvirtualMethod
Gets the correct virtual method from the given virtual method.
lib/component/agent/structs/object.js:50
Methodwait
Releases the lock on an object and blocks the current thread until it reacquires the lock.
lib/component/agent/structs/object.js:78
Functionwarn
@internal
lib/component/utils/console.js:14
← previousnext →401–500 of 502, ranked by callers