MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / safeArrayElementType

Function safeArrayElementType

agent/unity-fields.ts:294–300  ·  view source on GitHub ↗
(array: Il2Cpp.Array)

Source from the content-addressed store, hash-verified

292}
293
294function safeArrayElementType(array: Il2Cpp.Array): string {
295 try {
296 return array.elementType.name;
297 } catch (_error) {
298 return "<unknown>";
299 }
300}
301
302function safeArrayElementSize(array: Il2Cpp.Array): string {
303 try {

Callers 3

logArrayFunction · 0.85
logArrayElementFunction · 0.85
formatArraySummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected