Files
Aidem-Media-DLL-Analysis/snapshots/PIKLib61.dll.snapshot.json
Patryk Gensch 8875540186 Extract Piklib 6.1 methods by name from Runner::run
6.1 has no prepareMthHashSet and no id-switch: CMC_*_Runner::run takes the method
*name* (CXString) and dispatches via a `CXString(tmp,"name"); equalsIgnoreCase(name)`
chain. extract_methods now falls back (only when the hashset pass finds nothing) to
scanning run() for that pattern, recovering the names (no numeric ids).

6.1 now yields 186 methods (Animo: show/hide/play/setFPS/...); dispatch stays 0 since
the string chain isn't a jump table. 7.1/8.x untouched (they have prepareMthHashSet).

Note: 6.1 names are camelCase/lowercase vs 7.1+ UPPERCASE (engine compares case-
insensitively), so a cross-version method diff needs case folding to be clean.

38/38 tests (test_versions updated: 6.1 methods present with id=None).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 20:25:20 +02:00

7023 lines
137 KiB
JSON

{
"binary": {
"compiler": "MSVC6",
"engine": "Piklib",
"factory_addr": "0x100395c0",
"name": "PIKLib61.dll",
"sha256": "694ce89d3030dc81b136cef2667fcd853e3f28ebe91d82ff0850e94a1935fbcb"
},
"events": [
{
"name": "onInit",
"order": 0,
"owner": "CMC_Animo"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Animo"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Animo"
},
{
"name": "onStarted",
"order": 3,
"owner": "CMC_Animo"
},
{
"name": "onFinished",
"order": 4,
"owner": "CMC_Animo"
},
{
"name": "onPaused",
"order": 5,
"owner": "CMC_Animo"
},
{
"name": "onResumed",
"order": 6,
"owner": "CMC_Animo"
},
{
"name": "onFrameChanged",
"order": 7,
"owner": "CMC_Animo"
},
{
"name": "onCollision",
"order": 8,
"owner": "CMC_Animo"
},
{
"name": "onCollisionFinished",
"order": 9,
"owner": "CMC_Animo"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Array"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Array"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Array"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_BasicCondition"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_BasicCondition"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_BasicCondition"
},
{
"name": "onRuntimeSuccess",
"order": 3,
"owner": "CMC_BasicCondition"
},
{
"name": "onRuntimeFailed",
"order": 4,
"owner": "CMC_BasicCondition"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Behaviour"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Behaviour"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Behaviour"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Button"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Button"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Button"
},
{
"name": "onFocusOn",
"order": 3,
"owner": "CMC_Button"
},
{
"name": "onFocusOff",
"order": 4,
"owner": "CMC_Button"
},
{
"name": "onPaused",
"order": 5,
"owner": "CMC_Button"
},
{
"name": "onClicked",
"order": 6,
"owner": "CMC_Button"
},
{
"name": "onReleased",
"order": 7,
"owner": "CMC_Button"
},
{
"name": "onAction",
"order": 8,
"owner": "CMC_Button"
},
{
"name": "onStartDragging",
"order": 9,
"owner": "CMC_Button"
},
{
"name": "onDragging",
"order": 10,
"owner": "CMC_Button"
},
{
"name": "onEndDragging",
"order": 11,
"owner": "CMC_Button"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Dialog"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Dialog"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Dialog"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_EditBox"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_EditBox"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_EditBox"
},
{
"name": "onFocusOn",
"order": 3,
"owner": "CMC_EditBox"
},
{
"name": "onFocusOff",
"order": 4,
"owner": "CMC_EditBox"
},
{
"name": "onChanged",
"order": 5,
"owner": "CMC_EditBox"
},
{
"name": "onEnter",
"order": 6,
"owner": "CMC_EditBox"
},
{
"name": "onESC",
"order": 7,
"owner": "CMC_EditBox"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Font"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Font"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Font"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Groupped"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Groupped"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Groupped"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Image"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Image"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Image"
},
{
"name": "onCollision",
"order": 3,
"owner": "CMC_Image"
},
{
"name": "onCollisionFinished",
"order": 4,
"owner": "CMC_Image"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Keyboard"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Keyboard"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Keyboard"
},
{
"name": "onChar",
"order": 3,
"owner": "CMC_Keyboard"
},
{
"name": "onKeyDown",
"order": 4,
"owner": "CMC_Keyboard"
},
{
"name": "onKeyUp",
"order": 5,
"owner": "CMC_Keyboard"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Mouse"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Mouse"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Mouse"
},
{
"name": "onMove",
"order": 3,
"owner": "CMC_Mouse"
},
{
"name": "onClick",
"order": 4,
"owner": "CMC_Mouse"
},
{
"name": "onRelease",
"order": 5,
"owner": "CMC_Mouse"
},
{
"name": "onDblClick",
"order": 6,
"owner": "CMC_Mouse"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Network"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Network"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Network"
},
{
"name": "onConnected",
"order": 3,
"owner": "CMC_Network"
},
{
"name": "onClosed",
"order": 4,
"owner": "CMC_Network"
},
{
"name": "onReceived",
"order": 5,
"owner": "CMC_Network"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Scene"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Scene"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Scene"
},
{
"name": "onDoModal",
"order": 3,
"owner": "CMC_Scene"
},
{
"name": "onRestart",
"order": 4,
"owner": "CMC_Scene"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Sequence"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Sequence"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Sequence"
},
{
"name": "onStarted",
"order": 3,
"owner": "CMC_Sequence"
},
{
"name": "onFinished",
"order": 4,
"owner": "CMC_Sequence"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Sound"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Sound"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Sound"
},
{
"name": "onStarted",
"order": 3,
"owner": "CMC_Sound"
},
{
"name": "onFinished",
"order": 4,
"owner": "CMC_Sound"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Text"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Text"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Text"
},
{
"name": "onCollision",
"order": 3,
"owner": "CMC_Text"
},
{
"name": "onCollisionFinished",
"order": 4,
"owner": "CMC_Text"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Timer"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Timer"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Timer"
},
{
"name": "onTick",
"order": 3,
"owner": "CMC_Timer"
},
{
"name": "onInit",
"order": 0,
"owner": "CMC_Variable"
},
{
"name": "onDone",
"order": 1,
"owner": "CMC_Variable"
},
{
"name": "onSignal",
"order": 2,
"owner": "CMC_Variable"
},
{
"name": "onChanged",
"order": 3,
"owner": "CMC_Variable"
},
{
"name": "onBrutalChanged",
"order": 4,
"owner": "CMC_Variable"
}
],
"field_inheritance": [
{
"base_class": "CMC_Variable",
"class": "CMC_Expression"
},
{
"base_class": "CMC_Object",
"class": "CMC_EditBox"
},
{
"base_class": "CMC_Object",
"class": "CMC_Scene"
},
{
"base_class": "CMC_Runner",
"class": "CMC_EditBox_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Font"
},
{
"base_class": "CMC_Object",
"class": "CMC_Sound"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Sound_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Sequence_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_System"
},
{
"base_class": "CMC_Runner",
"class": "CMC_BasicCondition_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Array_Runner"
},
{
"base_class": "CMC_Variable",
"class": "CMC_Integer"
},
{
"base_class": "CMC_Scene",
"class": "CMC_Episode"
},
{
"base_class": "CMC_BasicCondition",
"class": "CMC_Condition"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Mouse_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Text_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Rand_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Animo_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Keyboard"
},
{
"base_class": "CMC_Object",
"class": "CMC_Image"
},
{
"base_class": "CMC_Variable",
"class": "CMC_Bool"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Groupped_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Mouse"
},
{
"base_class": "CMC_Object",
"class": "CMC_Timer"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Variable_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Image_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_CNVLoader_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_CNVLoader"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Dialog_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Variable"
},
{
"base_class": "CMC_BasicCondition",
"class": "CMC_ComplexCondition"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Behaviour_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Button"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Application_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Condition_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Font_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Text"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Keyboard_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Groupped"
},
{
"base_class": "CMC_Object",
"class": "CMC_Array"
},
{
"base_class": "CMC_Object",
"class": "CMC_BasicCondition"
},
{
"base_class": "CMC_Variable",
"class": "CMC_Double"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Episode_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Network_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Dialog"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Button_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_CanvasObserver_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Timer_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Network"
},
{
"base_class": "CMC_Scene",
"class": "CMC_Application"
},
{
"base_class": "CMC_Variable",
"class": "CMC_String"
},
{
"base_class": "CMC_Object",
"class": "CMC_Animo"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Scene_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Sequence"
},
{
"base_class": "CMC_Object",
"class": "CMC_Behaviour"
},
{
"base_class": "CMC_Runner",
"class": "CMC_System_Runner"
}
],
"fields": [
{
"name": "filename",
"order": 0,
"owner": "CMC_Animo",
"type": "string"
},
{
"name": "toCanvas",
"order": 1,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "visible",
"order": 2,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "priority",
"order": 3,
"owner": "CMC_Animo",
"type": "int"
},
{
"name": "preload",
"order": 4,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "flushAfterPlayed",
"order": 5,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "monitorCollision",
"order": 6,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "monitorCollisionAlpha",
"order": 7,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "episodes",
"order": 0,
"owner": "CMC_Application",
"type": "string"
},
{
"name": "startWith",
"order": 1,
"owner": "CMC_Application",
"type": "string"
},
{
"name": "code",
"order": 0,
"owner": "CMC_Behaviour",
"type": "string"
},
{
"name": "condition",
"order": 1,
"owner": "CMC_Behaviour",
"type": "string"
},
{
"name": "value",
"order": 0,
"owner": "CMC_Bool",
"type": "bool"
},
{
"name": "default",
"order": 1,
"owner": "CMC_Bool",
"type": "string"
},
{
"name": "accent",
"order": 0,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "gfxStandard",
"order": 1,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "gfxOnMove",
"order": 2,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "gfxOnClick",
"order": 3,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "sndStandard",
"order": 4,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "sndOnMove",
"order": 5,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "sndOnClick",
"order": 6,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "drag",
"order": 7,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "rect",
"order": 8,
"owner": "CMC_Button",
"type": "string"
},
{
"name": "enable",
"order": 9,
"owner": "CMC_Button",
"type": "bool"
},
{
"name": "draggable",
"order": 10,
"owner": "CMC_Button",
"type": "bool"
},
{
"name": "operator",
"order": 0,
"owner": "CMC_ComplexCondition",
"type": "string"
},
{
"name": "condition1",
"order": 1,
"owner": "CMC_ComplexCondition",
"type": "string"
},
{
"name": "condition2",
"order": 2,
"owner": "CMC_ComplexCondition",
"type": "string"
},
{
"name": "operator",
"order": 0,
"owner": "CMC_Condition",
"type": "string"
},
{
"name": "operand1",
"order": 1,
"owner": "CMC_Condition",
"type": "string"
},
{
"name": "operand2",
"order": 2,
"owner": "CMC_Condition",
"type": "string"
},
{
"name": "value",
"order": 0,
"owner": "CMC_Double",
"type": "double"
},
{
"name": "default",
"order": 1,
"owner": "CMC_Double",
"type": "string"
},
{
"name": "font",
"order": 0,
"owner": "CMC_EditBox",
"type": "string"
},
{
"name": "rect",
"order": 1,
"owner": "CMC_EditBox",
"type": "rect"
},
{
"name": "text",
"order": 2,
"owner": "CMC_EditBox",
"type": "string"
},
{
"name": "cursor",
"order": 3,
"owner": "CMC_EditBox",
"type": "string"
},
{
"name": "scenes",
"order": 0,
"owner": "CMC_Episode",
"type": "string"
},
{
"name": "startWith",
"order": 1,
"owner": "CMC_Episode",
"type": "string"
},
{
"name": "operator",
"order": 0,
"owner": "CMC_Expression",
"type": "string"
},
{
"name": "operand1",
"order": 1,
"owner": "CMC_Expression",
"type": "string"
},
{
"name": "operand2",
"order": 2,
"owner": "CMC_Expression",
"type": "string"
},
{
"name": "filename",
"order": 0,
"owner": "CMC_Image",
"type": "string"
},
{
"name": "toCanvas",
"order": 1,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "visible",
"order": 2,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "priority",
"order": 3,
"owner": "CMC_Image",
"type": "int"
},
{
"name": "preload",
"order": 4,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "flushAfterPlayed",
"order": 5,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "monitorCollision",
"order": 6,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "monitorCollisionAlpha",
"order": 7,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "value",
"order": 0,
"owner": "CMC_Integer",
"type": "int"
},
{
"name": "default",
"order": 1,
"owner": "CMC_Integer",
"type": "string"
},
{
"name": "description",
"order": 0,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "creationTime",
"order": 1,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "lastModifyTime",
"order": 2,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "author",
"order": 3,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "coauthors",
"order": 4,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "version",
"order": 5,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "path",
"order": 6,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "background",
"order": 7,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "music",
"order": 8,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "filename",
"order": 0,
"owner": "CMC_Sequence",
"type": "string"
},
{
"name": "filename",
"order": 0,
"owner": "CMC_Sound",
"type": "string"
},
{
"name": "preload",
"order": 1,
"owner": "CMC_Sound",
"type": "bool"
},
{
"name": "flushAfterPlayed",
"order": 2,
"owner": "CMC_Sound",
"type": "bool"
},
{
"name": "value",
"order": 0,
"owner": "CMC_String",
"type": "string"
},
{
"name": "default",
"order": 1,
"owner": "CMC_String",
"type": "string"
},
{
"name": "vJustify",
"order": 0,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "hJustify",
"order": 1,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "rect",
"order": 2,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "priority",
"order": 3,
"owner": "CMC_Text",
"type": "int"
},
{
"name": "toCanvas",
"order": 4,
"owner": "CMC_Text",
"type": "bool"
},
{
"name": "visible",
"order": 5,
"owner": "CMC_Text",
"type": "bool"
},
{
"name": "font",
"order": 6,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "text",
"order": 7,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "monitorCollision",
"order": 8,
"owner": "CMC_Text",
"type": "bool"
},
{
"name": "monitorCollisionAlpha",
"order": 9,
"owner": "CMC_Text",
"type": "bool"
},
{
"name": "elapse",
"order": 0,
"owner": "CMC_Timer",
"type": "string"
},
{
"name": "ticks",
"order": 1,
"owner": "CMC_Timer",
"type": "int"
},
{
"name": "toINI",
"order": 0,
"owner": "CMC_Variable",
"type": "bool"
}
],
"method_dispatch": [],
"method_inheritance": [],
"methods": [
{
"id": null,
"name": "show",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "hide",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "pause",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "resume",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "setPosition",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "move",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "load",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "clearClipping",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "setClipping",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "play",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "setFrame",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "stop",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "isPlaying",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "isPaused",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getPositionX",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getPositionY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getWidth",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getHeight",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getFrame",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getFrameName",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getFrameNo",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getEventName",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "isNear",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "isInside",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "playRand",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "monitorCollision",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "removeMonitorCollision",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "setForward",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "setBackward",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "nextFrame",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "prevFrame",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "setPriority",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getAlpha",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "getPixel",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "setFPS",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "mergeAlpha",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "invalidate",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": null,
"name": "exit",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": null,
"name": "restart",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": null,
"name": "goto",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": null,
"name": "add",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": null,
"name": "getSize",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": null,
"name": "insertAt",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": null,
"name": "removeAt",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": null,
"name": "changeAt",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": null,
"name": "removeAll",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": null,
"name": "get",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": null,
"name": "check",
"owner": "CMC_BasicCondition",
"runner": "CMC_BasicCondition_Runner"
},
{
"id": null,
"name": "run",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": null,
"name": "runC",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": null,
"name": "setRect",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "enable",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "disable",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "enableDragging",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "disableDragging",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "disableButVisible",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "accent",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "setStd",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "setOnMove",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "setOnClick",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": null,
"name": "refresh",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": null,
"name": "add",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": null,
"name": "remove",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": null,
"name": "setBackground",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": null,
"name": "getGraphicsAt",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": null,
"name": "load",
"owner": "CMC_CNVLoader",
"runner": "CMC_CNVLoader_Runner"
},
{
"id": null,
"name": "release",
"owner": "CMC_CNVLoader",
"runner": "CMC_CNVLoader_Runner"
},
{
"id": null,
"name": "show",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"id": null,
"name": "next",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": null,
"name": "prev",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": null,
"name": "back",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": null,
"name": "restart",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": null,
"name": "goto",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": null,
"name": "getLatestScene",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": null,
"name": "setColor",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"id": null,
"name": "setFamily",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"id": null,
"name": "setStyle",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"id": null,
"name": "add",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": null,
"name": "addClone",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": null,
"name": "remove",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": null,
"name": "removeAll",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": null,
"name": "getSize",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": null,
"name": "getName",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": null,
"name": "show",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "hide",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "setPosition",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "move",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "load",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "clearClipping",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "setClipping",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "getPositionX",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "getPositionY",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "getWidth",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "getHeight",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "isNear",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "isInside",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "monitorCollision",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "removeMonitorCollision",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "setScaleFactor",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "setPriority",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "getAlpha",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "getPixel",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "mergeAlpha",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "invalidate",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": null,
"name": "enable",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": null,
"name": "disable",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": null,
"name": "show",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "hide",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "enable",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "disable",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "getPosX",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "getPosY",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "getLastClickPosX",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "getLastClickPosY",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "set",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "setPosition",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "move",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": null,
"name": "connect",
"owner": "CMC_Network",
"runner": "CMC_Network_Runner"
},
{
"id": null,
"name": "close",
"owner": "CMC_Network",
"runner": "CMC_Network_Runner"
},
{
"id": null,
"name": "send",
"owner": "CMC_Network",
"runner": "CMC_Network_Runner"
},
{
"id": null,
"name": "getReceived",
"owner": "CMC_Network",
"runner": "CMC_Network_Runner"
},
{
"id": null,
"name": "get",
"owner": "CMC_Rand",
"runner": "CMC_Rand_Runner"
},
{
"id": null,
"name": "getPlenty",
"owner": "CMC_Rand",
"runner": "CMC_Rand_Runner"
},
{
"id": null,
"name": "send",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": null,
"name": "addToGroup",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": null,
"name": "addToArray",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": null,
"name": "startMusic",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": null,
"name": "stopMusic",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": null,
"name": "getDraggedName",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": null,
"name": "getPlayingSeq",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": null,
"name": "run",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": null,
"name": "play",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": null,
"name": "stop",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": null,
"name": "pause",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": null,
"name": "resume",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": null,
"name": "show",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": null,
"name": "hide",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": null,
"name": "isplaying",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": null,
"name": "play",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": null,
"name": "stop",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": null,
"name": "pause",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": null,
"name": "resume",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": null,
"name": "load",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": null,
"name": "getDate",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getDateString",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getDay",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getDayOfWeek",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getDayOfWeekString",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getMonth",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getMonthString",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getYear",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getTimeString",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getHour",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getMinutes",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "getSeconds",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": null,
"name": "setText",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "setJustify",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "show",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "hide",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "setPosition",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "move",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "load",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "clearClipping",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "setClipping",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "getPositionX",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "getPositionY",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "getWidth",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "getHeight",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "isNear",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "monitorCollision",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "removeMonitorCollision",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "setPriority",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": null,
"name": "enable",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": null,
"name": "disable",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": null,
"name": "getTicks",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": null,
"name": "reset",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": null,
"name": "set",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": null,
"name": "set",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "switch",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "clear",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "inc",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "dec",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "add",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "mul",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "resetINI",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": null,
"name": "setDefault",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
}
],
"schema_version": 4,
"struct_layout": [
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Animo_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Animo_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Animo_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Animo_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Animo_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Animo_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Animo_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Animo_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Application",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 232,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 332,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 336,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 340,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 344,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 348,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 352,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 356,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 360,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 364,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 368,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 436,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 440,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 444,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Application_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Application_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Application_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Application_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Application_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Application_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Application_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Application_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Array",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Array_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Array_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Array_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Array_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Array_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Array_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Array_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Array_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_BasicCondition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_BasicCondition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_BasicCondition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_BasicCondition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_BasicCondition_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_BasicCondition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_BasicCondition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_BasicCondition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_BasicCondition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Behaviour",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Behaviour_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Behaviour_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Behaviour_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Behaviour_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Behaviour_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Behaviour_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Behaviour_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Behaviour_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Bool",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Bool",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Bool",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"owner": "CMC_Bool",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Button",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Button_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Button_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Button_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Button_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Button_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Button_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Button_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Button_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_CNVLoader",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_CNVLoader_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_CNVLoader_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_CNVLoader_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_CNVLoader_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_CNVLoader_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_CNVLoader_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_CNVLoader_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_CNVLoader_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_CanvasObserver_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_CanvasObserver_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_CanvasObserver_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_CanvasObserver_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_CanvasObserver_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_CanvasObserver_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_CanvasObserver_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_CanvasObserver_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_ComplexCondition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Condition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Condition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Condition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Condition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Condition_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Condition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Condition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Condition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Condition_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Dialog",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Dialog_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Dialog_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Dialog_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Dialog_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Dialog_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Dialog_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Dialog_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Dialog_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Double",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Double",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Double",
"size": 8
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Double",
"size": 8
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_EditBox",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_EditBox_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_EditBox_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_EditBox_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_EditBox_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_EditBox_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_EditBox_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_EditBox_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_EditBox_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Episode",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 232,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 332,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 336,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 340,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 344,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 348,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 352,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 356,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 360,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 364,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 368,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 436,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Episode_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Episode_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Episode_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Episode_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Episode_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Episode_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Episode_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Episode_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Expression",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Expression",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Font",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Font_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Font_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Font_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Font_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Font_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Font_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Font_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Font_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Groupped",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Groupped_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Groupped_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Groupped_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Groupped_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Groupped_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Groupped_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Groupped_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Groupped_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Image_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Image_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Image_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Image_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Image_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Image_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Image_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Image_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Integer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Integer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 81,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Keyboard_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Keyboard_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Keyboard_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Keyboard_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Keyboard_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Keyboard_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Keyboard_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Keyboard_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Mouse",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Mouse",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Mouse_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Mouse_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Mouse_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Mouse_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Mouse_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Mouse_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Mouse_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Mouse_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Network",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Network",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Network_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Network_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Network_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Network_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Network_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Network_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Network_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Network_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Object",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Rand_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Rand_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Rand_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Rand_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Rand_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Rand_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Rand_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Rand_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Scene",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 232,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 332,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 336,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 340,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 344,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 348,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 352,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 356,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 360,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 364,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 368,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Scene_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Scene_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Scene_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Scene_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Scene_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Scene_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Scene_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Scene_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Sequence",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Sequence_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Sequence_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Sequence_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Sequence_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Sequence_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Sequence_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Sequence_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Sequence_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Sound",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Sound_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Sound_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Sound_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Sound_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Sound_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Sound_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Sound_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Sound_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_String",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_String",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_StructureParser",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_StructureParser",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_System",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_System_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_System_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_System_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_System_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_System_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_System_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_System_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_System_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Text",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Text_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Text_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Text_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Text_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Text_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Text_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Text_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Text_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Timer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Timer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Timer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Timer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Timer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Timer_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Timer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Timer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Timer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Timer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Variable",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Variable",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Variable_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Variable_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Variable_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Variable_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Variable_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Variable_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Variable_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Variable_Runner",
"size": 4
}
],
"types": [
{
"cpp_class": "CMC_Behaviour",
"ctor_addr": "0x1002a500",
"dispatch_addr": "0x1003968f",
"object_size": 116,
"script_name": "BEHAVIOUR",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "BOOL",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "DOUBLE",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "INTEGER",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "STRING",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "CONDITION",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "COMPLEXCONDITION",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "EXPRESSION",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "ARRAY",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "IMAGE",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "ANIMO",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "FONT",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "MOUSE",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "KEYBOARD",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "TIMER",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "BUTTON",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "SOUND",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "SEQUENCE",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "CANVAS_OBSERVER",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "GROUP",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "TEXT",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": null,
"dispatch_addr": null,
"object_size": 116,
"script_name": "EDITBOX",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": "0x10053710",
"dispatch_addr": "0x10039bec",
"object_size": 84,
"script_name": "MULTIIMAGE",
"via_module_iface": true
}
]
}