Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrowthEase/GameSentry
/ functions
Functions
502 in github.com/GrowthEase/GameSentry
⨍
Functions
502
◇
Types & classes
44
Function
lua_push
()
res/static/js/lua.js:60
Function
makeIterable
@internal
lib/component/utils/utils.js:19
Method
maxTimeSlice
Gets the number of nanoseconds the garbage collector can spend in a collection step.
lib/component/agent/structs/gc.js:29
Method
method
Gets the method with the given name.
lib/component/agent/structs/object.js:34
Function
methods
(handle)
lib/cli/module/base.js:35
Method
methods
Gets the methods implemented by the current class.
lib/component/agent/structs/class.js:138
Method
modifier
Gets the access modifier of this field.
lib/component/agent/structs/field.js:43
Method
modifier
Gets the access modifier of this method.
lib/component/agent/structs/method.js:84
Method
module
Gets the Il2Cpp module as a Frida module.
lib/component/agent/base.js:70
Method
moduleName
@internal Gets the Il2Cpp module name.
lib/component/agent/base.js:24
Method
name
Gets the name of the current class.
lib/component/agent/structs/class.js:143
Method
name
Gets the name of this field.
lib/component/agent/structs/field.js:48
Method
name
Gets the name of this type.
lib/component/agent/structs/type.js:104
Method
name
Gets the name of this method.
lib/component/agent/structs/method.js:89
Method
name
Gets the name of this image.
lib/component/agent/structs/image.js:62
Method
name
Gets the name of this assembly.
lib/component/agent/structs/assembly.js:21
Method
namespace
Gets the namespace of the current class.
lib/component/agent/structs/class.js:148
Method
nativeFunction
@internal
lib/component/agent/structs/method.js:94
Function
nativeIterator
@internal
lib/component/utils/utils.js:8
Method
nested
Gets the nested class with the given name.
lib/component/agent/structs/class.js:228
Method
nestedClasses
Gets the classes nested inside the current class.
lib/component/agent/structs/class.js:153
Method
new
Allocates a new object of the current class and calls its default constructor.
lib/component/agent/structs/class.js:233
Method
object
Gets the encompassing object of the current type.
lib/component/agent/structs/type.js:114
Method
object
Gets the encompassing object of the current method.
lib/component/agent/structs/method.js:99
Method
object
Gets the encompassing object of the current assembly.
lib/component/agent/structs/assembly.js:26
Method
object
Gets the encompassing object of the application domain.
lib/component/agent/structs/domain.js:44
Method
object
Gets the encompassing object of the current string.
lib/component/agent/structs/string.js:24
Method
object
Gets the encompassing object of the current array.
lib/component/agent/structs/array.js:48
Method
objectHeaderSize
Gets the size of the Il2CppObject struct.
lib/component/agent/runtime.js:44
Method
offset
Gets the offset of this field, calculated as the difference with its owner virtual address.
lib/component/agent/structs/field.js:53
Function
ok
@internal
lib/component/utils/console.js:21
Function
onMessage
(message, data)
index.js:465
Function
onProcessCrashed
(crash)
index.js:607
Function
onSessionDetached
(reason, crash)
index.js:611
Function
out
(message)
lib/component/utils/console.js:34
Method
parameter
Gets the parameter with the given name.
lib/component/agent/structs/method.js:218
Method
parameterCount
Gets the amount of parameters of this method.
lib/component/agent/structs/method.js:104
Method
parameters
Gets the parameters of this method.
lib/component/agent/structs/method.js:109
Method
parent
Gets the class from which the current class directly inherits.
lib/component/agent/structs/class.js:158
Function
parse_proto_class
()
lib/cli/module/protocol-protobuf.js:4
Method
pointerSize
Gets the pointer size.
lib/component/agent/runtime.js:39
Method
pulse
Notifies a thread in the waiting queue of a change in the locked object's state.
lib/component/agent/structs/object.js:38
Method
pulseAll
Notifies all waiting threads of a change in the object's state.
lib/component/agent/structs/object.js:42
Function
raise
@internal
lib/component/utils/console.js:7
Method
rank
Gets the rank (number of dimensions) of the current array class.
lib/component/agent/structs/class.js:164
Function
readFile
(filePath)
lib/cli/utils/utils.js:44
Method
realloc
(handle, size)
lib/component/agent/structs/gc.js:62
Method
recordClasses
()
lib/component/agent/structs/image.js:43
Method
ref
Creates a reference to this object.
lib/component/agent/structs/object.js:46
Method
relativeVirtualAddress
Gets the relative virtual address (RVA) of this method.
lib/component/agent/structs/method.js:118
Function
resend_function
(method_handle, args_param)
lib/cli/module/hook-function.js:80
Method
returnType
Gets the return type of this method.
lib/component/agent/structs/method.js:123
Function
search_class_instance
(class_handle)
lib/cli/module/field.js:4
Function
sendFunctionValue
(is_resend)
res/static/js/function.js:121
Function
sendValueProtocol
()
res/static/js/protocol.js:127
Function
send_function
(method_handle, function_return_value, args_param)
lib/cli/module/hook-function.js:112
Function
send_message
(func, value, data)
lib/cli/utils/helper.js:1
Method
set
Sets the element at the specified index of the current array.
lib/component/agent/structs/array.js:61
Method
show
()
lib/component/agent/structs/field.js:99
Method
show
()
lib/component/agent/structs/method.js:256
Method
show
()
lib/component/agent/structs/parameter.js:21
Function
showFunction
()
res/static/js/function.js:49
Function
showTrace
()
res/static/js/trace.js:18
Function
show_class
(class_handle)
lib/cli/module/show.js:3
Method
size
Gets the size of the current object.
lib/component/agent/structs/object.js:18
Method
startIncrementalCollection
Performs an incremental garbage collection.
lib/component/agent/structs/gc.js:101
Method
startWorld
Resumes all the previously stopped threads.
lib/component/agent/structs/gc.js:96
Method
staticFieldsData
Gets a pointer to the static fields of the current class.
lib/component/agent/structs/class.js:169
Method
stopWorld
Stops all threads which may access the garbage collected heap, other than the caller.
lib/component/agent/structs/gc.js:106
Method
to
Creates a reference to the specified value.
lib/component/agent/structs/reference.js:31
Function
toFridaValue
@internal
lib/component/agent/utils.js:189
Method
toString
()
lib/component/agent/structs/value-type.js:24
Method
toString
()
lib/component/agent/structs/image.js:80
Method
toString
()
lib/component/agent/structs/pointer.js:34
Method
toString
()
lib/component/agent/structs/parameter.js:14
Method
toString
()
lib/component/agent/structs/object.js:70
Method
toString
()
lib/component/agent/structs/reference.js:26
Method
toString
()
lib/component/agent/structs/string.js:29
Method
toString
()
lib/component/agent/structs/array.js:69
Function
traceFunction
()
res/static/js/function.js:71
Function
trace_class
(class_handle)
lib/cli/module/trace.js:3
Function
trace_entry
(method_addr, module)
lib/cli/module/stalker-trace.js:88
Function
trace_stalker
(method_addr, module)
lib/cli/module/stalker-trace.js:69
Method
tryEnter
Attempts to acquire an exclusive lock on the current object.
lib/component/agent/structs/object.js:54
Method
tryField
Gets the field with the given name.
lib/component/agent/structs/object.js:58
Method
tryMethod
Gets the field with the given name.
lib/component/agent/structs/object.js:62
Method
tryWait
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
Method
type
Gets the type of the current class.
lib/component/agent/structs/class.js:179
Method
type
Gets the type of this field.
lib/component/agent/structs/field.js:58
Method
typeEnum
Gets the type enum of the current type.
lib/component/agent/structs/type.js:119
Method
unbox
Unboxes the value type out of this object.
lib/component/agent/structs/object.js:74
Method
unityVersion
Gets the Unity version of the current application.
lib/component/agent/base.js:75
Method
unityVersionIsBelow201830
@internal
lib/component/agent/base.js:98
Method
usedHeapSize
Gets the used heap size in bytes.
lib/component/agent/structs/gc.js:34
Method
value
Gets the element referenced by the current reference.
lib/component/agent/structs/reference.js:16
Method
valueSize
Gets the size of the instance - as a value type - of the current class.
lib/component/agent/structs/class.js:174
Method
virtualAddress
Gets the virtual address (VA) to this method.
lib/component/agent/structs/method.js:128
Method
virtualMethod
Gets the correct virtual method from the given virtual method.
lib/component/agent/structs/object.js:50
Method
wait
Releases the lock on an object and blocks the current thread until it reacquires the lock.
lib/component/agent/structs/object.js:78
Function
warn
@internal
lib/component/utils/console.js:14
← previous
next →
401–500 of 502, ranked by callers