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

Function safeArrayElementSize

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

Source from the content-addressed store, hash-verified

300}
301
302function safeArrayElementSize(array: Il2Cpp.Array): string {
303 try {
304 return String(array.elementSize);
305 } catch (_error) {
306 return "?";
307 }
308}
309
310function safeFieldType(field: Il2Cpp.Field): string {
311 try {

Callers 1

logArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected