Earlier text-script engines (Piklib 6.1/7.1, added text scripts in 6.1) keep the type factory on CMC_Scene::resolve, not CMC_ObjectsContainer::resolve — so the extractor bailed with "resolve not found". find_factory() now tries both anchors. 6.1's factory is also tag-based: each branch is operator==(NAME) -> new(0x74) -> store tag -> jmp, with the ctor in a separate tag switch (no inline ctor). extract_types gains a pre-emit: when the next operator== arrives still armed, it records the pending type by name (size known, ctor/cpp_class not). The 8.x inline-ctor factory clears `armed` first, so it's untouched (golden pair unchanged). Per-version reality: 6.1 = 23 types / 0 methods (no prepareMthHashSet yet) / 103 events / 80 fields; 7.1 = 26 / 322 / 102 / 86 / 288 dispatch (full); type names line up across 6.1->7.1->8.x so version diffs work. - snapshots/PIKLib61 + PIKLIB71 added as golden fixtures (evolution chain) - tests/test_versions.py: 6.1 partial surface, 7.1 full, 61->71 diff -> 38/38 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5906 lines
114 KiB
JSON
5906 lines
114 KiB
JSON
{
|
|
"binary": {
|
|
"compiler": "MSVC6",
|
|
"engine": "Piklib",
|
|
"factory_addr": "0x100395c0",
|
|
"name": "PIKLib61.dll",
|
|
"sha256": null
|
|
},
|
|
"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": [],
|
|
"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
|
|
}
|
|
]
|
|
} |