Files
Aidem-Media-DLL-Analysis/snapshots/PIKLIB8.dll.snapshot.json
Patryk Gensch 27399a52b1 Method dispatch axis: map id -> body via Runner::run switch
Recovers how a script method id maps to its implementation, the foundation for
body-level normalisation. Each CMC_*_Runner::run is a switch(id) (vtable slot 17);
every case is the method body — inline (MSVC6) or a tail-call to a separate
show()/load() (MSVC8). The extractor parses the jump table at the disassembly
level (Ghidra's decompiler jump-table recovery silently dropped the big runners),
fingerprints each case by its ordered CALL anchors (Class::method / vtbl+0xNN),
and expands thin wrappers one level so MSVC8 lines up with MSVC6.

Validated on the golden pair: Animo SHOW..RESUME (id 1-4) yield identical leaves
(getAnimo + vtbl+0xa0/0xa4/0x4c/0x50) across both compilers. Coverage 30/32
runners; Piklib 475 / BlooMoo 619 dispatch rows.

- extract_engine_surface.py: extract_method_dispatch (schema_version -> 4)
- snapshots regenerated with the method_dispatch axis
- ams: Snapshot.method_dispatch; diff axis keyed (owner,id) on [impl,calls] with
  method-name join; render METHOD BODIES section; cli --only dispatch; owner filter
- UI: "Ciała metod" diff axis + browse tab
- tests: body-change unit + cross-compiler vtbl assertion -> 29/29

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

22467 lines
476 KiB
JSON

{
"binary": {
"compiler": "MSVC6",
"engine": "Piklib",
"factory_addr": "0x1008bb90",
"name": "PIKLIB8.dll",
"sha256": "a5dea135d4ce909abedd3b7623dc1e7390f578f5242799c66b266257a04de86b"
},
"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": "ONFOCUSON",
"order": 10,
"owner": "CMC_Animo"
},
{
"name": "ONFOCUSOFF",
"order": 11,
"owner": "CMC_Animo"
},
{
"name": "ONCLICK",
"order": 12,
"owner": "CMC_Animo"
},
{
"name": "ONRELEASE",
"order": 13,
"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": "ONCHANGED",
"order": 3,
"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_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_Canvas"
},
{
"name": "ONDONE",
"order": 1,
"owner": "CMC_Canvas"
},
{
"name": "ONSIGNAL",
"order": 2,
"owner": "CMC_Canvas"
},
{
"name": "ONFOCUSON",
"order": 3,
"owner": "CMC_Canvas"
},
{
"name": "ONFOCUSOFF",
"order": 4,
"owner": "CMC_Canvas"
},
{
"name": "ONCLICK",
"order": 5,
"owner": "CMC_Canvas"
},
{
"name": "ONRELEASE",
"order": 6,
"owner": "CMC_Canvas"
},
{
"name": "ONINIT",
"order": 0,
"owner": "CMC_CanvasObserver"
},
{
"name": "ONDONE",
"order": 1,
"owner": "CMC_CanvasObserver"
},
{
"name": "ONSIGNAL",
"order": 2,
"owner": "CMC_CanvasObserver"
},
{
"name": "ONINITIALUPDATE",
"order": 3,
"owner": "CMC_CanvasObserver"
},
{
"name": "ONUPDATE",
"order": 4,
"owner": "CMC_CanvasObserver"
},
{
"name": "ONUPDATED",
"order": 5,
"owner": "CMC_CanvasObserver"
},
{
"name": "ONWINDOWFOCUSON",
"order": 6,
"owner": "CMC_CanvasObserver"
},
{
"name": "ONWINDOWFOCUSOFF",
"order": 7,
"owner": "CMC_CanvasObserver"
},
{
"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_Behaviour"
},
{
"name": "ONDONE",
"order": 1,
"owner": "CMC_Behaviour"
},
{
"name": "ONSIGNAL",
"order": 2,
"owner": "CMC_Behaviour"
},
{
"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": "ONFOCUSON",
"order": 5,
"owner": "CMC_Image"
},
{
"name": "ONFOCUSOFF",
"order": 6,
"owner": "CMC_Image"
},
{
"name": "ONCLICK",
"order": 7,
"owner": "CMC_Image"
},
{
"name": "ONRELEASE",
"order": 8,
"owner": "CMC_Image"
},
{
"name": "ONINIT",
"order": 0,
"owner": "CMC_Joystick"
},
{
"name": "ONDONE",
"order": 1,
"owner": "CMC_Joystick"
},
{
"name": "ONSIGNAL",
"order": 2,
"owner": "CMC_Joystick"
},
{
"name": "ONBUTTONUP",
"order": 3,
"owner": "CMC_Joystick"
},
{
"name": "ONBUTTONDOWN",
"order": 4,
"owner": "CMC_Joystick"
},
{
"name": "ONMOVE",
"order": 5,
"owner": "CMC_Joystick"
},
{
"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": "ONCONNECTED",
"order": 0,
"owner": "CMC_NetClient"
},
{
"name": "ONCOMMAND",
"order": 1,
"owner": "CMC_NetClient"
},
{
"name": "ONCONNECTIONCLOSED",
"order": 2,
"owner": "CMC_NetClient"
},
{
"name": "ONNEWPLAYER",
"order": 0,
"owner": "CMC_NetServer"
},
{
"name": "ONDESTROYPLAYER",
"order": 1,
"owner": "CMC_NetServer"
},
{
"name": "ONCOMMAND",
"order": 2,
"owner": "CMC_NetServer"
},
{
"name": "ONINIT",
"order": 0,
"owner": "CMC_Pattern"
},
{
"name": "ONDONE",
"order": 1,
"owner": "CMC_Pattern"
},
{
"name": "ONSIGNAL",
"order": 2,
"owner": "CMC_Pattern"
},
{
"name": "ONFOCUSON",
"order": 3,
"owner": "CMC_Pattern"
},
{
"name": "ONFOCUSOFF",
"order": 4,
"owner": "CMC_Pattern"
},
{
"name": "ONCLICK",
"order": 5,
"owner": "CMC_Pattern"
},
{
"name": "ONRELEASE",
"order": 6,
"owner": "CMC_Pattern"
},
{
"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": "ONMUSICLOOPED",
"order": 5,
"owner": "CMC_Scene"
},
{
"name": "ONINIT",
"order": 0,
"owner": "CMC_Scroll"
},
{
"name": "ONDONE",
"order": 1,
"owner": "CMC_Scroll"
},
{
"name": "ONSIGNAL",
"order": 2,
"owner": "CMC_Scroll"
},
{
"name": "ONTOP",
"order": 3,
"owner": "CMC_Scroll"
},
{
"name": "ONBOTTOM",
"order": 4,
"owner": "CMC_Scroll"
},
{
"name": "ONLEFT",
"order": 5,
"owner": "CMC_Scroll"
},
{
"name": "ONRIGHT",
"order": 6,
"owner": "CMC_Scroll"
},
{
"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": "ONRESUMED",
"order": 5,
"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"
},
{
"name": "ONNETCHANGE",
"order": 5,
"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_Runner",
"class": "CMC_MultiArray_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Canvas_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Sound"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Sound_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Joystick"
},
{
"base_class": "CMC_Runner",
"class": "CMC_VirtualGraphicsObject_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_Object",
"class": "CMC_Episode"
},
{
"base_class": "CMC_Object",
"class": "CMC_Scroll"
},
{
"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_Object",
"class": "CMC_Pattern"
},
{
"base_class": "CMC_Object",
"class": "CMC_VirtualGraphicsObject"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Dialog_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_NetServer"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Structure_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Variable"
},
{
"base_class": "CMC_BasicCondition",
"class": "CMC_ComplexCondition"
},
{
"base_class": "CMC_Variable",
"class": "CMC_Structure"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Behaviour_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Button"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Database_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Pattern_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_MultiArray"
},
{
"base_class": "CMC_Object",
"class": "CMC_Canvas"
},
{
"base_class": "CMC_Object",
"class": "CMC_NetClient"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Application_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Joystick_Runner"
},
{
"base_class": "CMC_ObjectsContainer",
"class": "CMC_Class"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Font_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Text"
},
{
"base_class": "CMC_Object",
"class": "CMC_CanvasObserver"
},
{
"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_NetClient_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Dialog"
},
{
"base_class": "CMC_Object",
"class": "CMC_Behaviour_Entry"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Button_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Database"
},
{
"base_class": "CMC_Runner",
"class": "CMC_CanvasObserver_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_NetServer_Runner"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Timer_Runner"
},
{
"base_class": "CMC_Object",
"class": "CMC_Application"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Scroll_Runner"
},
{
"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_ObjectsContainer"
},
{
"base_class": "CMC_Runner",
"class": "CMC_Class_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": "FLUSHAFTERPLAYED",
"order": 3,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "PRELOAD",
"order": 4,
"owner": "CMC_Animo",
"type": "string"
},
{
"name": "MONITORCOLLISION",
"order": 5,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "MONITORCOLLISIONALPHA",
"order": 6,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "PRIORITY",
"order": 7,
"owner": "CMC_Animo",
"type": "int"
},
{
"name": "FPS",
"order": 8,
"owner": "CMC_Animo",
"type": "int"
},
{
"name": "ASBUTTON",
"order": 9,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "ONFIRSTFRAME",
"order": 10,
"owner": "CMC_Animo",
"type": "bool"
},
{
"name": "EPISODES",
"order": 0,
"owner": "CMC_Application",
"type": "string"
},
{
"name": "STARTWITH",
"order": 1,
"owner": "CMC_Application",
"type": "string"
},
{
"name": "SENDONCHANGE",
"order": 0,
"owner": "CMC_Array",
"type": "bool"
},
{
"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": "PRIORITY",
"order": 11,
"owner": "CMC_Button",
"type": "int"
},
{
"name": "PRIORITY",
"order": 0,
"owner": "CMC_Canvas",
"type": "int"
},
{
"name": "WIDTH",
"order": 1,
"owner": "CMC_Canvas",
"type": "int"
},
{
"name": "HEIGHT",
"order": 2,
"owner": "CMC_Canvas",
"type": "int"
},
{
"name": "ALPHA",
"order": 3,
"owner": "CMC_Canvas",
"type": "bool"
},
{
"name": "BACKGROUND",
"order": 4,
"owner": "CMC_Canvas",
"type": "bool"
},
{
"name": "DEF",
"order": 0,
"owner": "CMC_Class",
"type": "string"
},
{
"name": "BASE",
"order": 1,
"owner": "CMC_Class",
"type": "string"
},
{
"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": "MODEL",
"order": 0,
"owner": "CMC_Database",
"type": "string"
},
{
"name": "VALUE",
"order": 0,
"owner": "CMC_Double",
"type": "double"
},
{
"name": "DEFAULT",
"order": 1,
"owner": "CMC_Double",
"type": "string"
},
{
"name": "RECT",
"order": 0,
"owner": "CMC_EditBox",
"type": "string"
},
{
"name": "PRIORITY",
"order": 1,
"owner": "CMC_EditBox",
"type": "int"
},
{
"name": "TEXT",
"order": 2,
"owner": "CMC_EditBox",
"type": "string"
},
{
"name": "FONT",
"order": 3,
"owner": "CMC_EditBox",
"type": "string"
},
{
"name": "CURSOR",
"order": 4,
"owner": "CMC_EditBox",
"type": "string"
},
{
"name": "SCENES",
"order": 0,
"owner": "CMC_Episode",
"type": "string"
},
{
"name": "STARTWITH",
"order": 1,
"owner": "CMC_Episode",
"type": "string"
},
{
"name": "OPERAND1",
"order": 0,
"owner": "CMC_Expression",
"type": "string"
},
{
"name": "OPERAND2",
"order": 1,
"owner": "CMC_Expression",
"type": "string"
},
{
"name": "OPERATOR",
"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": "FLUSHAFTERPLAYED",
"order": 3,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "PRELOAD",
"order": 4,
"owner": "CMC_Image",
"type": "string"
},
{
"name": "MONITORCOLLISION",
"order": 5,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "MONITORCOLLISIONALPHA",
"order": 6,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "PRIORITY",
"order": 7,
"owner": "CMC_Image",
"type": "int"
},
{
"name": "ASBUTTON",
"order": 8,
"owner": "CMC_Image",
"type": "bool"
},
{
"name": "VALUE",
"order": 0,
"owner": "CMC_Integer",
"type": "int"
},
{
"name": "DEFAULT",
"order": 1,
"owner": "CMC_Integer",
"type": "string"
},
{
"name": "DIMENSIONS",
"order": 0,
"owner": "CMC_MultiArray",
"type": "int"
},
{
"name": "TOCANVAS",
"order": 0,
"owner": "CMC_Pattern",
"type": "bool"
},
{
"name": "VISIBLE",
"order": 1,
"owner": "CMC_Pattern",
"type": "bool"
},
{
"name": "LAYERS",
"order": 2,
"owner": "CMC_Pattern",
"type": "int"
},
{
"name": "PRIORITY",
"order": 3,
"owner": "CMC_Pattern",
"type": "int"
},
{
"name": "WIDTH",
"order": 4,
"owner": "CMC_Pattern",
"type": "int"
},
{
"name": "HEIGHT",
"order": 5,
"owner": "CMC_Pattern",
"type": "int"
},
{
"name": "GRIDX",
"order": 6,
"owner": "CMC_Pattern",
"type": "int"
},
{
"name": "GRIDY",
"order": 7,
"owner": "CMC_Pattern",
"type": "int"
},
{
"name": "DLLS",
"order": 0,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "DESCRIPTION",
"order": 1,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "CREATIONTIME",
"order": 2,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "LASTMODIFYTIME",
"order": 3,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "AUTHOR",
"order": 4,
"owner": "CMC_Scene",
"type": "string"
},
{
"name": "COAUTHORS",
"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": "VIEWPORT",
"order": 0,
"owner": "CMC_Scroll",
"type": "rect"
},
{
"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": "FIELDS",
"order": 0,
"owner": "CMC_Structure",
"type": "string"
},
{
"name": "TOCANVAS",
"order": 0,
"owner": "CMC_Text",
"type": "bool"
},
{
"name": "VISIBLE",
"order": 1,
"owner": "CMC_Text",
"type": "bool"
},
{
"name": "TEXT",
"order": 2,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "VJUSTIFY",
"order": 3,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "HJUSTIFY",
"order": 4,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "RECT",
"order": 5,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "PRIORITY",
"order": 6,
"owner": "CMC_Text",
"type": "int"
},
{
"name": "FONT",
"order": 7,
"owner": "CMC_Text",
"type": "string"
},
{
"name": "ENABLED",
"order": 0,
"owner": "CMC_Timer",
"type": "string"
},
{
"name": "ELAPSE",
"order": 1,
"owner": "CMC_Timer",
"type": "string"
},
{
"name": "TICKS",
"order": 2,
"owner": "CMC_Timer",
"type": "int"
},
{
"name": "TOINI",
"order": 0,
"owner": "CMC_Variable",
"type": "bool"
},
{
"name": "NETNOTIFY",
"order": 1,
"owner": "CMC_Variable",
"type": "bool"
},
{
"name": "TOCANVAS",
"order": 0,
"owner": "CMC_VirtualGraphicsObject",
"type": "bool"
},
{
"name": "VISIBLE",
"order": 1,
"owner": "CMC_VirtualGraphicsObject",
"type": "bool"
},
{
"name": "MONITORCOLLISION",
"order": 2,
"owner": "CMC_VirtualGraphicsObject",
"type": "bool"
},
{
"name": "MONITORCOLLISIONALPHA",
"order": 3,
"owner": "CMC_VirtualGraphicsObject",
"type": "bool"
},
{
"name": "PRIORITY",
"order": 4,
"owner": "CMC_VirtualGraphicsObject",
"type": "int"
},
{
"name": "SOURCE",
"order": 5,
"owner": "CMC_VirtualGraphicsObject",
"type": "string"
},
{
"name": "MASK",
"order": 6,
"owner": "CMC_VirtualGraphicsObject",
"type": "string"
},
{
"name": "ASBUTTON",
"order": 7,
"owner": "CMC_VirtualGraphicsObject",
"type": "bool"
}
],
"method_dispatch": [
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0xa0"
],
"case_addr": "0x10038820",
"id": 1,
"impl": null,
"impl_addr": "0x10038820",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0xa4"
],
"case_addr": "0x10038847",
"id": 2,
"impl": null,
"impl_addr": "0x10038847",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x4c"
],
"case_addr": "0x1003886e",
"id": 3,
"impl": null,
"impl_addr": "0x1003886e",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x50"
],
"case_addr": "0x10038892",
"id": 4,
"impl": null,
"impl_addr": "0x10038892",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x104",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x58",
"vtbl+0x104"
],
"case_addr": "0x100388b6",
"id": 5,
"impl": null,
"impl_addr": "0x100388b6",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x6c",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x1003890a",
"id": 6,
"impl": null,
"impl_addr": "0x1003890a",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x98",
"CMC_Object::flush"
],
"case_addr": "0x10038967",
"id": 7,
"impl": "CMC_Animo_Runner::load",
"impl_addr": "0x10039770",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CGraphicsObject::SetClippingRect"
],
"case_addr": "0x10038987",
"id": 8,
"impl": null,
"impl_addr": "0x10038987",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0xe8",
"CXRect::operator=",
"CMC_Object::flush"
],
"case_addr": "0x100389ab",
"id": 9,
"impl": "CMC_Animo_Runner::setClipping",
"impl_addr": "0x100397d0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x13c",
"CMC_Object::flush"
],
"case_addr": "0x100389cb",
"id": 10,
"impl": "CMC_Animo_Runner::play",
"impl_addr": "0x10039950",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x30",
"vtbl+0x30",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x100389eb",
"id": 11,
"impl": "CMC_Animo_Runner::setFrame",
"impl_addr": "0x100399c0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_Object::flush",
"vtbl+0x48"
],
"case_addr": "0x10038a0b",
"id": 12,
"impl": null,
"impl_addr": "0x10038a0b",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x64",
"CAnimo::GetEventName",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CXString::equalsIgnoreCase",
"CMC_Object::flush",
"MSVCRT.DLL::free",
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x10038a6c",
"id": 13,
"impl": "CMC_Animo_Runner::isPlaying",
"impl_addr": "0x10039b30",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x60",
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x10038a8c",
"id": 14,
"impl": null,
"impl_addr": "0x10038a8c",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"vtbl+0xd4",
"CMC_Integer::setValue"
],
"case_addr": "0x10038acf",
"id": 15,
"impl": null,
"impl_addr": "0x10038acf",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"vtbl+0xd4",
"CMC_Integer::setValue"
],
"case_addr": "0x10038b3a",
"id": 16,
"impl": null,
"impl_addr": "0x10038b3a",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"vtbl+0xc4",
"CMC_Integer::setValue"
],
"case_addr": "0x10038ba7",
"id": 17,
"impl": null,
"impl_addr": "0x10038ba7",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"vtbl+0xc8",
"CMC_Integer::setValue"
],
"case_addr": "0x10038bd7",
"id": 18,
"impl": null,
"impl_addr": "0x10038bd7",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"vtbl+0x158",
"CMC_Integer::setValue"
],
"case_addr": "0x10038c07",
"id": 19,
"impl": null,
"impl_addr": "0x10038c07",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Animo::getAnimo",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10038c37",
"id": 20,
"impl": "CMC_Animo_Runner::getFrameName",
"impl_addr": "0x10039dc0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x30",
"vtbl+0x30",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CAnimo::GetFrameNo"
],
"case_addr": "0x10038c57",
"id": 21,
"impl": "CMC_Animo_Runner::getFrameNo",
"impl_addr": "0x1003a190",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Animo::getAnimo",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10038c77",
"id": 22,
"impl": "CMC_Animo_Runner::getEventName",
"impl_addr": "0x1003a2f0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Animo::getAnimo",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0xf4",
"CMC_Bool::setValue",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x10038c97",
"id": 23,
"impl": "CMC_Animo_Runner::isNear",
"impl_addr": "0x1003a4b0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Animo::getAnimo",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CAnimo::isInside",
"CMC_Bool::setValue",
"CMC_Object::flush",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x10038cb7",
"id": 24,
"impl": "CMC_Animo_Runner::isInside",
"impl_addr": "0x1003a680",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x38",
"CMC_Animo::getAnimo"
],
"case_addr": "0x10038cd7",
"id": 25,
"impl": "CMC_Animo_Runner::playRand",
"impl_addr": "0x1003a720",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Animo::getAnimo",
"vtbl+0x38"
],
"case_addr": "0x10038cf7",
"id": 26,
"impl": null,
"impl_addr": "0x10038cf7",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x94",
"vtbl+0x34"
],
"case_addr": "0x10038d5e",
"id": 27,
"impl": null,
"impl_addr": "0x10038d5e",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [],
"case_addr": "0x10038d8a",
"id": 28,
"impl": "CMC_Animo::getAnimo",
"impl_addr": "0x10035c30",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [],
"case_addr": "0x10038da9",
"id": 29,
"impl": "CMC_Animo::getAnimo",
"impl_addr": "0x10035c30",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x160"
],
"case_addr": "0x10038dc8",
"id": 30,
"impl": null,
"impl_addr": "0x10038dc8",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x15c"
],
"case_addr": "0x10038de7",
"id": 31,
"impl": null,
"impl_addr": "0x10038de7",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"CMC_EditBox::getEditBox",
"CRefreshScreen::SetPriority",
"CMC_Object::flush"
],
"case_addr": "0x10038e06",
"id": 32,
"impl": null,
"impl_addr": "0x10038e06",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue",
"vtbl+0xd8",
"CMC_EditBox::getEditBox",
"vtbl+0xd8",
"vtbl+0xc4",
"CMC_EditBox::getEditBox",
"vtbl+0xd8",
"CMC_EditBox::getEditBox",
"vtbl+0xd8",
"vtbl+0xc8",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10038e52",
"id": 33,
"impl": "CMC_Animo_Runner::getAlpha",
"impl_addr": "0x1003a990",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"vtbl+0x4c",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue",
"vtbl+0xd8",
"CMC_EditBox::getEditBox",
"vtbl+0xd8",
"vtbl+0xc4",
"CMC_EditBox::getEditBox",
"vtbl+0xd8",
"CMC_EditBox::getEditBox",
"vtbl+0xd8",
"vtbl+0xc8"
],
"case_addr": "0x10038e72",
"id": 34,
"impl": "CMC_Animo_Runner::getPixel",
"impl_addr": "0x1003ab10",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"CMC_EditBox::getEditBox",
"CMC_Object::flush"
],
"case_addr": "0x10038e92",
"id": 35,
"impl": null,
"impl_addr": "0x10038e92",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CMC_Animo::getAnimo",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CXPoint::CXPoint",
"CGraphicsObject::mergeAlpha",
"CMC_Object::flush",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x10038eda",
"id": 36,
"impl": "CMC_Animo_Runner::mergeAlpha",
"impl_addr": "0x1003acb0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x104"
],
"case_addr": "0x10038efa",
"id": 37,
"impl": null,
"impl_addr": "0x10038efa",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"CAnimo::getCurrFramePosition",
"CMC_Integer::setValue"
],
"case_addr": "0x10038f19",
"id": 38,
"impl": null,
"impl_addr": "0x10038f19",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"CAnimo::getCurrFramePosition",
"CMC_Integer::setValue"
],
"case_addr": "0x10038f4d",
"id": 39,
"impl": null,
"impl_addr": "0x10038f4d",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0xd8",
"vtbl+0xcc",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue"
],
"case_addr": "0x10038f82",
"id": 40,
"impl": null,
"impl_addr": "0x10038f82",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0xd8",
"vtbl+0xcc",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue"
],
"case_addr": "0x10038fd5",
"id": 41,
"impl": null,
"impl_addr": "0x10038fd5",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue"
],
"case_addr": "0x10039054",
"id": 42,
"impl": null,
"impl_addr": "0x10039054",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"vtbl+0x118",
"CMC_Integer::setValue"
],
"case_addr": "0x10039080",
"id": 43,
"impl": null,
"impl_addr": "0x10039080",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Animo::getAnimo",
"vtbl+0x30",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"CAnimo::GetEventNo"
],
"case_addr": "0x100390b0",
"id": 44,
"impl": "CMC_Animo_Runner::getNOFInEvent",
"impl_addr": "0x1003af50",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"CAnimo6::GetMaxWidth",
"CMC_Integer::setValue"
],
"case_addr": "0x100390d0",
"id": 45,
"impl": null,
"impl_addr": "0x100390d0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocInteger",
"CAnimo6::GetMaxHeight",
"CMC_Integer::setValue"
],
"case_addr": "0x100390fd",
"id": 46,
"impl": null,
"impl_addr": "0x100390fd",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x10039028",
"id": 47,
"impl": null,
"impl_addr": "0x10039028",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Animo::getAnimo",
"CMC_Integer::setValue"
],
"case_addr": "0x1003912a",
"id": 48,
"impl": null,
"impl_addr": "0x1003912a",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_Animo::setAsButton"
],
"case_addr": "0x10039154",
"id": 49,
"impl": null,
"impl_addr": "0x10039154",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue"
],
"case_addr": "0x10039191",
"id": 50,
"impl": null,
"impl_addr": "0x10039191",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"CMC_EditBox::getEditBox",
"vtbl+0x3c"
],
"case_addr": "0x100391d8",
"id": 51,
"impl": null,
"impl_addr": "0x100391d8",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"CMC_EditBox::getEditBox",
"vtbl+0xb4"
],
"case_addr": "0x10039245",
"id": 52,
"impl": null,
"impl_addr": "0x10039245",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x100392b2",
"id": 53,
"impl": null,
"impl_addr": "0x100392b2",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Animo::getAnimo",
"CMC_EditBox::getEditBox",
"vtbl+0xbc"
],
"case_addr": "0x10039333",
"id": 54,
"impl": null,
"impl_addr": "0x10039333",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0xd8",
"vtbl+0xcc",
"vtbl+0x40",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10039374",
"id": 55,
"impl": "CMC_Animo_Runner::setAnchor",
"impl_addr": "0x1003b370",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x30",
"vtbl+0x3c",
"vtbl+0x40",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CAnimo::GetEventNo",
"CMC_Keyboard::getLatestKey"
],
"case_addr": "0x10039394",
"id": 56,
"impl": "CMC_Animo_Runner::setFrameName",
"impl_addr": "0x1003a030",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Animo::getAnimo",
"CRefreshScreen::GetPriority",
"CMC_Integer::setValue"
],
"case_addr": "0x100393b4",
"id": 57,
"impl": "CMC_Animo_Runner::getPriority",
"impl_addr": "0x1003b8d0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x94",
"vtbl+0x104"
],
"case_addr": "0x100393ff",
"id": 58,
"impl": "CMC_Animo_Runner::flipH",
"impl_addr": "0x1003b910",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x98",
"vtbl+0x104"
],
"case_addr": "0x100393d4",
"id": 59,
"impl": null,
"impl_addr": "0x100393d4",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x9c",
"vtbl+0x104"
],
"case_addr": "0x1003941f",
"id": 60,
"impl": "CMC_Animo_Runner::resetFlip",
"impl_addr": "0x1003b970",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CGraphicsObject::addObject"
],
"case_addr": "0x1003943f",
"id": 61,
"impl": "CMC_Animo_Runner::drawOnto",
"impl_addr": "0x1003b9a0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x30",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"CAnimo::GetEventNo",
"CAnimo::GetEventName",
"vtbl+0x168"
],
"case_addr": "0x1003945f",
"id": 62,
"impl": "CMC_Animo_Runner::playReverse",
"impl_addr": "0x1003ba10",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CAnimo::GetEventNo",
"CAnimo::GetEventName",
"vtbl+0x13c"
],
"case_addr": "0x1003947f",
"id": 63,
"impl": "CMC_Animo_Runner::nPlay",
"impl_addr": "0x1003bad0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x34",
"CMC_VariableFactory::allocBool",
"CMC_Bool::getValue",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CXPoint::CXPoint",
"CAnimo6::isAt",
"CMC_Bool::setValue"
],
"case_addr": "0x1003949f",
"id": 64,
"impl": "CMC_Animo_Runner::isAt",
"impl_addr": "0x1003bb50",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Animo::getAnimo",
"CMC_Integer::setValue"
],
"case_addr": "0x1003920e",
"id": 65,
"impl": null,
"impl_addr": "0x1003920e",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"CMC_Animo::getAnimo",
"vtbl+0x78",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue",
"vtbl+0x94",
"CMC_Integer::setValue",
"vtbl+0x94"
],
"case_addr": "0x100394bf",
"id": 66,
"impl": "CMC_Animo_Runner::getAnchor",
"impl_addr": "0x1003bbd0",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"calls": [
"vtbl+0x10c"
],
"case_addr": "0x10041d97",
"id": 1,
"impl": null,
"impl_addr": "0x10041d97",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0xd8"
],
"case_addr": "0x10041da8",
"id": 2,
"impl": null,
"impl_addr": "0x10041da8",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0xe8",
"CMC_Object::flush"
],
"case_addr": "0x10041db9",
"id": 3,
"impl": "CMC_Application_Runner::_goto",
"impl_addr": "0x10041f00",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CLanguageOSVer::setLanguageFolder",
"CMC_Object::flush"
],
"case_addr": "0x10041dd0",
"id": 4,
"impl": "CMC_Application_Runner::setLanguage",
"impl_addr": "0x10041f40",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CFileResolver::getFileName",
"CMC_String::setValue"
],
"case_addr": "0x10041de7",
"id": 5,
"impl": "CMC_Application_Runner::getLanguage",
"impl_addr": "0x10041f90",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0xe8",
"CXRect::operator=",
"CMC_Object::flush"
],
"case_addr": "0x10041dfe",
"id": 6,
"impl": "CMC_Application_Runner::print",
"impl_addr": "0x10041fd0",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [],
"case_addr": "0x10041e15",
"id": 7,
"impl": "CWindow::MusicOn",
"impl_addr": "0x100e70c0",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [],
"case_addr": "0x10041e28",
"id": 8,
"impl": "CWindow::MusicOn",
"impl_addr": "0x100e70c0",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0xb0",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_RunnerFactory::getRunner",
"vtbl+0x40",
"vtbl+0x60",
"CMC_DLLExModuleInterface::getModuleInterface"
],
"case_addr": "0x10041e3b",
"id": 9,
"impl": "CMC_Application_Runner::run",
"impl_addr": "0x100421f0",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0x110"
],
"case_addr": "0x10041e52",
"id": 10,
"impl": null,
"impl_addr": "0x10041e52",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x38",
"vtbl+0x34",
"vtbl+0x90",
"vtbl+0x34"
],
"case_addr": "0x10041e63",
"id": 11,
"impl": "CMC_Application_Runner::runEnv",
"impl_addr": "0x10042730",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"CMC_VariableFactory::allocBool",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free"
],
"case_addr": "0x10041e76",
"id": 12,
"impl": "CMC_Application_Runner::existsEnv",
"impl_addr": "0x10042830",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"calls": [
"vtbl+0x30",
"vtbl+0x94"
],
"case_addr": "0x100467f4",
"id": 1,
"impl": null,
"impl_addr": "0x100467f4",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xc8",
"CMC_Integer::setValue"
],
"case_addr": "0x10046828",
"id": 2,
"impl": null,
"impl_addr": "0x10046828",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x30",
"CMC_EditBox::getEditBox",
"vtbl+0x9c",
"CMC_Object::flush"
],
"case_addr": "0x1004684d",
"id": 3,
"impl": null,
"impl_addr": "0x1004684d",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0xa4",
"CMC_Object::flush"
],
"case_addr": "0x10046892",
"id": 4,
"impl": null,
"impl_addr": "0x10046892",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x30",
"CMC_EditBox::getEditBox",
"vtbl+0xa0",
"CMC_Object::flush"
],
"case_addr": "0x100468cc",
"id": 5,
"impl": null,
"impl_addr": "0x100468cc",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0xa8"
],
"case_addr": "0x10046911",
"id": 6,
"impl": null,
"impl_addr": "0x10046911",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0xc8",
"vtbl+0x90",
"CMC_VariableFactory::copyVariable",
"CMC_Object::flush"
],
"case_addr": "0x10046927",
"id": 7,
"impl": "CMC_Array_Runner::get",
"impl_addr": "0x100477e0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x30",
"vtbl+0xac"
],
"case_addr": "0x10046943",
"id": 8,
"impl": null,
"impl_addr": "0x10046943",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x30",
"vtbl+0xb4",
"CMC_Integer::setValue"
],
"case_addr": "0x10046967",
"id": 9,
"impl": null,
"impl_addr": "0x10046967",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"vtbl+0x30",
"vtbl+0xb0",
"CMC_Bool::setValue"
],
"case_addr": "0x100469e9",
"id": 10,
"impl": null,
"impl_addr": "0x100469e9",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0xc0"
],
"case_addr": "0x10046a1c",
"id": 11,
"impl": null,
"impl_addr": "0x10046a1c",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0xc4"
],
"case_addr": "0x10046a32",
"id": 12,
"impl": null,
"impl_addr": "0x10046a32",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0xcc",
"vtbl+0x18"
],
"case_addr": "0x10046a48",
"id": 13,
"impl": null,
"impl_addr": "0x10046a48",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0xd0",
"vtbl+0x18"
],
"case_addr": "0x10046a97",
"id": 14,
"impl": null,
"impl_addr": "0x10046a97",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush"
],
"case_addr": "0x10046ae6",
"id": 15,
"impl": "CMC_Array_Runner::addClones",
"impl_addr": "0x10047580",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0xd4"
],
"case_addr": "0x10046b02",
"id": 16,
"impl": null,
"impl_addr": "0x10046b02",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xd8",
"CMC_Integer::setValue"
],
"case_addr": "0x10046b18",
"id": 17,
"impl": null,
"impl_addr": "0x10046b18",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0xdc"
],
"case_addr": "0x10046b3d",
"id": 18,
"impl": null,
"impl_addr": "0x10046b3d",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x30",
"vtbl+0xe0"
],
"case_addr": "0x10046b77",
"id": 19,
"impl": null,
"impl_addr": "0x10046b77",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0xc8",
"MSVCRT.DLL::malloc",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10046b9d",
"id": 20,
"impl": "CMC_Array_Runner::suma",
"impl_addr": "0x10047d90",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x30",
"vtbl+0xe4"
],
"case_addr": "0x10046bb9",
"id": 21,
"impl": null,
"impl_addr": "0x10046bb9",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0xc8",
"MSVCRT.DLL::malloc",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10046bdf",
"id": 22,
"impl": "CMC_Array_Runner::suba",
"impl_addr": "0x10047f00",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x30",
"vtbl+0xe8"
],
"case_addr": "0x10046bfb",
"id": 23,
"impl": null,
"impl_addr": "0x10046bfb",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0xc8",
"MSVCRT.DLL::malloc",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10046c21",
"id": 24,
"impl": "CMC_Array_Runner::mula",
"impl_addr": "0x10048070",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x30",
"vtbl+0xec"
],
"case_addr": "0x10046c3d",
"id": 25,
"impl": null,
"impl_addr": "0x10046c3d",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [],
"case_addr": "0x100471fb",
"id": 26,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [],
"case_addr": "0x100471fb",
"id": 27,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [],
"case_addr": "0x100471fb",
"id": 28,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [],
"case_addr": "0x100471fb",
"id": 29,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [],
"case_addr": "0x100471fb",
"id": 30,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [],
"case_addr": "0x100471fb",
"id": 31,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0xc8",
"MSVCRT.DLL::malloc",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10046c63",
"id": 32,
"impl": "CMC_Array_Runner::diva",
"impl_addr": "0x100481e0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xc8",
"vtbl+0x90",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"vtbl+0xc8",
"CMC_Integer::setValue"
],
"case_addr": "0x10046c7f",
"id": 33,
"impl": null,
"impl_addr": "0x10046c7f",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xc8",
"vtbl+0x90",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"vtbl+0xc8",
"CMC_Integer::setValue"
],
"case_addr": "0x10046d89",
"id": 34,
"impl": null,
"impl_addr": "0x10046d89",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xc8",
"vtbl+0x90",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"vtbl+0xc8",
"CMC_Integer::setValue"
],
"case_addr": "0x10046e79",
"id": 35,
"impl": null,
"impl_addr": "0x10046e79",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x118"
],
"case_addr": "0x10046ee9",
"id": 36,
"impl": null,
"impl_addr": "0x10046ee9",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x11c"
],
"case_addr": "0x10046f16",
"id": 37,
"impl": "CMC_Array_Runner::load",
"impl_addr": "0x100487f0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x120"
],
"case_addr": "0x10046f32",
"id": 38,
"impl": "CMC_Array_Runner::save",
"impl_addr": "0x10048820",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x30",
"vtbl+0xbc",
"CMC_Integer::setValue"
],
"case_addr": "0x1004699a",
"id": 39,
"impl": null,
"impl_addr": "0x1004699a",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x38",
"vtbl+0x30",
"CMC_EditBox::getEditBox",
"vtbl+0x100"
],
"case_addr": "0x10046fe8",
"id": 40,
"impl": null,
"impl_addr": "0x10046fe8",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x38",
"vtbl+0x30",
"CMC_EditBox::getEditBox",
"vtbl+0x104"
],
"case_addr": "0x10047035",
"id": 41,
"impl": null,
"impl_addr": "0x10047035",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x38",
"vtbl+0x30",
"CMC_EditBox::getEditBox",
"vtbl+0x108"
],
"case_addr": "0x10046f4e",
"id": 42,
"impl": null,
"impl_addr": "0x10046f4e",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x38",
"vtbl+0x30",
"CMC_EditBox::getEditBox",
"vtbl+0x10c"
],
"case_addr": "0x10046f9b",
"id": 43,
"impl": null,
"impl_addr": "0x10046f9b",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x38",
"vtbl+0x30",
"CMC_EditBox::getEditBox",
"vtbl+0x110"
],
"case_addr": "0x10047082",
"id": 44,
"impl": null,
"impl_addr": "0x10047082",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x90",
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_Integer::setValue"
],
"case_addr": "0x100470cf",
"id": 45,
"impl": "CMC_Array_Runner::clampAt",
"impl_addr": "0x10048890",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"MSVCRT.DLL::operator_new",
"CPath::CPath"
],
"case_addr": "0x100470eb",
"id": 46,
"impl": "CMC_Array_Runner::dir",
"impl_addr": "0x100489d0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x124"
],
"case_addr": "0x10047107",
"id": 47,
"impl": "CMC_Array_Runner::compare",
"impl_addr": "0x10048d30",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue"
],
"case_addr": "0x1004713f",
"id": 48,
"impl": "CMC_Array_Runner::sendOnChange",
"impl_addr": "0x10048dd0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x38",
"CMC_DLLExModuleInterface::getModuleInterface"
],
"case_addr": "0x1004715b",
"id": 49,
"impl": "CMC_Array::shiftLeft",
"impl_addr": "0x100458a0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x38",
"CMC_DLLExModuleInterface::getModuleInterface"
],
"case_addr": "0x1004716e",
"id": 50,
"impl": "CMC_Array::shiftRight",
"impl_addr": "0x10045c40",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x38",
"vtbl+0x38",
"CMC_Array::onChanged"
],
"case_addr": "0x10047181",
"id": 51,
"impl": "CMC_Array::rotateLeft",
"impl_addr": "0x10045ff0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x38",
"vtbl+0x38",
"CMC_Array::onChanged"
],
"case_addr": "0x10047194",
"id": 52,
"impl": "CMC_Array::rotateRight",
"impl_addr": "0x10046050",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x114"
],
"case_addr": "0x100471a7",
"id": 53,
"impl": "CMC_Array_Runner::swap",
"impl_addr": "0x100487a0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free"
],
"case_addr": "0x100469cd",
"id": 54,
"impl": "CMC_Array_Runner::findAll",
"impl_addr": "0x10047950",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [],
"case_addr": "0x1004719c",
"id": 55,
"impl": null,
"impl_addr": "0x1004719c",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0xc8",
"vtbl+0x90",
"CMC_Double::getValue"
],
"case_addr": "0x10046dff",
"id": 56,
"impl": null,
"impl_addr": "0x10046dff",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0xc8",
"vtbl+0x90",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_Double::getValue"
],
"case_addr": "0x10046cf9",
"id": 57,
"impl": null,
"impl_addr": "0x10046cf9",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0xc8",
"vtbl+0x90",
"vtbl+0x94",
"vtbl+0xc8"
],
"case_addr": "0x10047123",
"id": 58,
"impl": "CMC_Array_Runner::copyTo",
"impl_addr": "0x10048e50",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0xa8",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x30",
"vtbl+0x94"
],
"case_addr": "0x100471c3",
"id": 59,
"impl": "CMC_Array_Runner::fill",
"impl_addr": "0x10047360",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"vtbl+0xa8",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CXRandom::random_vector",
"CMC_EditBox::getEditBox",
"MSVCRT.DLL::operator_new"
],
"case_addr": "0x100471df",
"id": 60,
"impl": "CMC_Array_Runner::randomFill",
"impl_addr": "0x100473c0",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"calls": [
"CMC_Behaviour_Runner::getParams",
"vtbl+0x90"
],
"case_addr": "0x1005280a",
"id": 1,
"impl": null,
"impl_addr": "0x1005280a",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"calls": [
"CMC_Behaviour_Runner::getParams",
"vtbl+0x90",
"CMC_Behaviour_Runner::flushParams"
],
"case_addr": "0x1005288b",
"id": 2,
"impl": null,
"impl_addr": "0x1005288b",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x100528e5",
"id": 3,
"impl": "CMC_Behaviour_Runner::runLooped",
"impl_addr": "0x100523d0",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"calls": [
"vtbl+0x9c"
],
"case_addr": "0x100528ff",
"id": 4,
"impl": null,
"impl_addr": "0x100528ff",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"calls": [],
"case_addr": "0x10052913",
"id": 5,
"impl": null,
"impl_addr": "0x10052913",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"calls": [],
"case_addr": "0x10052926",
"id": 6,
"impl": null,
"impl_addr": "0x10052926",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0xe8",
"CXRect::operator=",
"CMC_Object::flush"
],
"case_addr": "0x10056aa8",
"id": 1,
"impl": "CMC_Button_Runner::setRect",
"impl_addr": "0x10056420",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x30"
],
"case_addr": "0x10056ac0",
"id": 2,
"impl": null,
"impl_addr": "0x10056ac0",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x30"
],
"case_addr": "0x10056ad8",
"id": 3,
"impl": null,
"impl_addr": "0x10056ad8",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [],
"case_addr": "0x10056af0",
"id": 4,
"impl": "CMC_Button::getButton",
"impl_addr": "0x10054ba0",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [],
"case_addr": "0x10056b06",
"id": 5,
"impl": "CMC_Button::getButton",
"impl_addr": "0x10054ba0",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x80"
],
"case_addr": "0x10056b1c",
"id": 6,
"impl": null,
"impl_addr": "0x10056b1c",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CButton::Accent",
"CMC_Object::flush"
],
"case_addr": "0x10056b35",
"id": 7,
"impl": "CMC_Button_Runner::accent",
"impl_addr": "0x10056640",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_Object::flush",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CButton::Set",
"CMC_Object::flush"
],
"case_addr": "0x10056b4d",
"id": 8,
"impl": "CMC_Button_Runner::setStd",
"impl_addr": "0x100566a0",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CButton::SetOnMove",
"CMC_Object::flush"
],
"case_addr": "0x10056b65",
"id": 9,
"impl": "CMC_Button_Runner::setOnMove",
"impl_addr": "0x10056730",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CButton::SetOnClick",
"CMC_Object::flush"
],
"case_addr": "0x10056b7d",
"id": 10,
"impl": "CMC_Button_Runner::setOnClick",
"impl_addr": "0x10056790",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Button::getButton",
"CMC_EditBox::getEditBox",
"vtbl+0x6c"
],
"case_addr": "0x10056b95",
"id": 11,
"impl": null,
"impl_addr": "0x10056b95",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Button::getButton",
"vtbl+0x68",
"CMC_Integer::setValue"
],
"case_addr": "0x10056bc7",
"id": 12,
"impl": null,
"impl_addr": "0x10056bc7",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"CMC_VariableFactory::allocString",
"CMC_ObjectsContainer::getGraphicsObjectName",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10056bec",
"id": 13,
"impl": "CMC_Button_Runner::getStd",
"impl_addr": "0x100567f0",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"CMC_VariableFactory::allocString",
"CMC_ObjectsContainer::getGraphicsObjectName",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10056c04",
"id": 14,
"impl": "CMC_Button_Runner::getOnMove",
"impl_addr": "0x100568d0",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"CMC_VariableFactory::allocString",
"CMC_ObjectsContainer::getGraphicsObjectName",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10056c1c",
"id": 15,
"impl": "CMC_Button_Runner::getOnClick",
"impl_addr": "0x100569b0",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Keyboard::getLatestKey",
"vtbl+0x94"
],
"case_addr": "0x1005a87d",
"id": 1,
"impl": "CMC_Canvas_Runner::add",
"impl_addr": "0x100591d0",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x11c"
],
"case_addr": "0x1005a89a",
"id": 2,
"impl": "CMC_Canvas_Runner::remove",
"impl_addr": "0x10059230",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x7c"
],
"case_addr": "0x1005a8b7",
"id": 3,
"impl": null,
"impl_addr": "0x1005a8b7",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x7c"
],
"case_addr": "0x1005a8ce",
"id": 4,
"impl": null,
"impl_addr": "0x1005a8ce",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CRefreshScreen::SetPriority",
"vtbl+0x104"
],
"case_addr": "0x1005a8e5",
"id": 5,
"impl": null,
"impl_addr": "0x1005a8e5",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x104",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x58",
"vtbl+0x104"
],
"case_addr": "0x1005a927",
"id": 6,
"impl": null,
"impl_addr": "0x1005a927",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x6c"
],
"case_addr": "0x1005a97e",
"id": 7,
"impl": null,
"impl_addr": "0x1005a97e",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x120",
"vtbl+0x124",
"vtbl+0x104"
],
"case_addr": "0x1005a9bf",
"id": 8,
"impl": null,
"impl_addr": "0x1005a9bf",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x98"
],
"case_addr": "0x1005a9ef",
"id": 9,
"impl": null,
"impl_addr": "0x1005a9ef",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c"
],
"case_addr": "0x1005aa32",
"id": 10,
"impl": null,
"impl_addr": "0x1005aa32",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x9c"
],
"case_addr": "0x1005aa5d",
"id": 11,
"impl": null,
"impl_addr": "0x1005aa5d",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x12c"
],
"case_addr": "0x1005aab5",
"id": 12,
"impl": "CMC_Canvas_Runner::erase",
"impl_addr": "0x100594a0",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x114",
"vtbl+0x130"
],
"case_addr": "0x1005aad2",
"id": 13,
"impl": "CMC_Canvas_Runner::draw",
"impl_addr": "0x10059510",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x38",
"CMC_Double::getValue"
],
"case_addr": "0x1005aaef",
"id": 14,
"impl": "CMC_Canvas_Runner::save",
"impl_addr": "0x100596a0",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x100"
],
"case_addr": "0x1005c0ed",
"id": 1,
"impl": null,
"impl_addr": "0x1005c0ed",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"vtbl+0x3c"
],
"case_addr": "0x1005c10b",
"id": 2,
"impl": "CMC_CanvasObserver_Runner::add",
"impl_addr": "0x1005b9b0",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CRefreshScreen::operator>>",
"CMC_Object::flush"
],
"case_addr": "0x1005c128",
"id": 3,
"impl": "CMC_CanvasObserver_Runner::remove",
"impl_addr": "0x1005ba40",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CRefreshScreen::SetBackground"
],
"case_addr": "0x1005c145",
"id": 4,
"impl": "CMC_CanvasObserver_Runner::setBackground",
"impl_addr": "0x1005baa0",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Button::getButton",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x34",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x34"
],
"case_addr": "0x1005c162",
"id": 5,
"impl": "CMC_CanvasObserver_Runner::getGraphicsAt",
"impl_addr": "0x1005bb20",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_Button::getButton",
"CRefreshScreen::getBackgroundIfc",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x6c",
"vtbl+0x100"
],
"case_addr": "0x1005c17f",
"id": 6,
"impl": null,
"impl_addr": "0x1005c17f",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_Button::getButton",
"CRefreshScreen::getBackgroundIfc",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x58",
"vtbl+0x100"
],
"case_addr": "0x1005c1e3",
"id": 7,
"impl": null,
"impl_addr": "0x1005c1e3",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"vtbl+0x38",
"CMC_Double::getValue"
],
"case_addr": "0x1005c247",
"id": 8,
"impl": "CMC_CanvasObserver_Runner::save",
"impl_addr": "0x1005be00",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue"
],
"case_addr": "0x1005c264",
"id": 9,
"impl": null,
"impl_addr": "0x1005c264",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x100",
"vtbl+0x28"
],
"case_addr": "0x1005c28f",
"id": 10,
"impl": null,
"impl_addr": "0x1005c28f",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Button::getButton",
"CMC_Integer::setValue"
],
"case_addr": "0x1005c2b9",
"id": 11,
"impl": null,
"impl_addr": "0x1005c2b9",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Object::getName",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Database::add"
],
"case_addr": "0x10062668",
"id": 1,
"impl": "CMC_Database_Runner::add",
"impl_addr": "0x10062340",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x30",
"CMC_Keyboard::getLatestKey",
"CMC_Database::remove"
],
"case_addr": "0x10062680",
"id": 2,
"impl": "CMC_Database_Runner::remove",
"impl_addr": "0x100623d0",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Database::load"
],
"case_addr": "0x10062698",
"id": 3,
"impl": "CMC_Database_Runner::load",
"impl_addr": "0x10062410",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Database::save"
],
"case_addr": "0x100626b0",
"id": 4,
"impl": "CMC_Database_Runner::save",
"impl_addr": "0x10062440",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x50"
],
"case_addr": "0x100626c8",
"id": 5,
"impl": "CMC_Database::removeAll",
"impl_addr": "0x10061aa0",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x40",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x30",
"CMC_Keyboard::getLatestKey",
"CMC_Database::find",
"CMC_Integer::setValue"
],
"case_addr": "0x100626d7",
"id": 6,
"impl": "CMC_Database_Runner::find",
"impl_addr": "0x10062480",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Database::select"
],
"case_addr": "0x100626ef",
"id": 7,
"impl": null,
"impl_addr": "0x100626ef",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [],
"case_addr": "0x10062712",
"id": 8,
"impl": "CMC_Database::next",
"impl_addr": "0x10061e10",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0xe4"
],
"case_addr": "0x10062721",
"id": 9,
"impl": "CMC_Database::prev",
"impl_addr": "0x10061e40",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Database::getRows",
"CMC_Integer::setValue"
],
"case_addr": "0x10062730",
"id": 10,
"impl": null,
"impl_addr": "0x10062730",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Database::removeAt"
],
"case_addr": "0x1006274e",
"id": 11,
"impl": null,
"impl_addr": "0x1006274e",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x40",
"CMC_Object::getName",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_EditBox::getEditBox",
"CMC_Database::insertAt"
],
"case_addr": "0x10062771",
"id": 12,
"impl": "CMC_Database_Runner::insertAt",
"impl_addr": "0x10062590",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue"
],
"case_addr": "0x10062789",
"id": 13,
"impl": null,
"impl_addr": "0x10062789",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"calls": [
"vtbl+0x34"
],
"case_addr": "0x100638d1",
"id": 1,
"impl": null,
"impl_addr": "0x100638d1",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"calls": [
"vtbl+0x38"
],
"case_addr": "0x100638e2",
"id": 2,
"impl": null,
"impl_addr": "0x100638e2",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_Image::getImage"
],
"case_addr": "0x100638a3",
"id": 3,
"impl": "CMC_Dialog_Runner::setBackground",
"impl_addr": "0x10063790",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_Button::getButton",
"vtbl+0x2c"
],
"case_addr": "0x100638ba",
"id": 4,
"impl": "CMC_Dialog_Runner::add",
"impl_addr": "0x10063690",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_EditBox::getEditBox",
"CEditBox6::setText",
"CMC_Object::flush"
],
"case_addr": "0x1006a18d",
"id": 1,
"impl": "CMC_EditBox_Runner::setText",
"impl_addr": "0x1006a370",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_EditBox::getEditBox",
"CEditBox6::getText",
"CMC_String::setValue"
],
"case_addr": "0x1006a1c7",
"id": 2,
"impl": "CMC_EditBox_Runner::getText",
"impl_addr": "0x1006a4b0",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_EditBox::getEditBox",
"CEditBox6::activate"
],
"case_addr": "0x1006a1e4",
"id": 3,
"impl": null,
"impl_addr": "0x1006a1e4",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [],
"case_addr": "0x1006a1ff",
"id": 4,
"impl": null,
"impl_addr": "0x1006a1ff",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [],
"case_addr": "0x1006a203",
"id": 5,
"impl": null,
"impl_addr": "0x1006a203",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_EditBox::getEditBox",
"CEditBox6::enable"
],
"case_addr": "0x1006a207",
"id": 6,
"impl": null,
"impl_addr": "0x1006a207",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_EditBox::getEditBox",
"CEditBox6::getText",
"CMC_Keyboard::getLatestKey",
"operator+",
"CMC_EditBox::getEditBox",
"CEditBox6::setText",
"MSVCRT.DLL::free",
"CMC_Object::flush",
"MSVCRT.DLL::free"
],
"case_addr": "0x1006a1aa",
"id": 7,
"impl": "CMC_EditBox_Runner::addText",
"impl_addr": "0x1006a3e0",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x2c"
],
"case_addr": "0x1006a222",
"id": 8,
"impl": null,
"impl_addr": "0x1006a222",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x28"
],
"case_addr": "0x1006a271",
"id": 9,
"impl": null,
"impl_addr": "0x1006a271",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CEditBox6::setPriority"
],
"case_addr": "0x1006a2c0",
"id": 10,
"impl": null,
"impl_addr": "0x1006a2c0",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CEditBox6::updateCursor"
],
"case_addr": "0x1006a2f1",
"id": 11,
"impl": null,
"impl_addr": "0x1006a2f1",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"calls": [
"CMC_Scene::getSubId"
],
"case_addr": "0x1006c077",
"id": 1,
"impl": "CMC_Episode::next",
"impl_addr": "0x1006baa0",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"calls": [
"CMC_Scene::getSubId"
],
"case_addr": "0x1006c085",
"id": 2,
"impl": "CMC_Episode::prev",
"impl_addr": "0x1006bad0",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"calls": [
"vtbl+0x44"
],
"case_addr": "0x1006c093",
"id": 3,
"impl": "CMC_Episode::back",
"impl_addr": "0x1006bb00",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"calls": [
"vtbl+0xd8"
],
"case_addr": "0x1006c0a1",
"id": 4,
"impl": null,
"impl_addr": "0x1006c0a1",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0xe8",
"CMC_Object::flush"
],
"case_addr": "0x1006c0b2",
"id": 5,
"impl": "CMC_Application_Runner::_goto",
"impl_addr": "0x10041f00",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Episode::getLatestScene",
"CMC_String::setValue"
],
"case_addr": "0x1006c0c9",
"id": 6,
"impl": "CMC_Episode_Runner::getLatestScene",
"impl_addr": "0x1006bff0",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"vtbl+0xb0",
"CMC_Object::getName",
"CMC_String::setValue"
],
"case_addr": "0x1006c0e0",
"id": 7,
"impl": "CMC_Episode_Runner::getCurrentScene",
"impl_addr": "0x1006c020",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_Button::getButton",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10071c6a",
"id": 1,
"impl": "CMC_Font_Runner::setColor",
"impl_addr": "0x10071a80",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CSimpleFont6::setFamily",
"CMC_Object::flush"
],
"case_addr": "0x10071c9e",
"id": 2,
"impl": "CMC_Font_Runner::setStyle",
"impl_addr": "0x10071b70",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CSimpleFont6::setStyle",
"CMC_Object::flush"
],
"case_addr": "0x10071c84",
"id": 3,
"impl": "CMC_Font_Runner::setFamily",
"impl_addr": "0x10071bc0",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CSimpleFont6::setSize",
"CMC_Object::flush"
],
"case_addr": "0x10071cb8",
"id": 4,
"impl": null,
"impl_addr": "0x10071cb8",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Groupped::add",
"CMC_Object::flush"
],
"case_addr": "0x10072cb9",
"id": 1,
"impl": "CMC_Groupped_Runner::add",
"impl_addr": "0x10072960",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Groupped::remove",
"CMC_Object::flush"
],
"case_addr": "0x10072cd2",
"id": 2,
"impl": "CMC_Groupped_Runner::remove",
"impl_addr": "0x10072b60",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [],
"case_addr": "0x10072ceb",
"id": 3,
"impl": "CMC_Groupped::removeAll",
"impl_addr": "0x10072680",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue"
],
"case_addr": "0x10072cfb",
"id": 4,
"impl": null,
"impl_addr": "0x10072cfb",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Groupped::get",
"CMC_VariableFactory::allocString",
"CMC_Object::getName",
"CMC_String::setValue",
"CMC_Object::flush"
],
"case_addr": "0x10072d1f",
"id": 5,
"impl": "CMC_Groupped_Runner::getName",
"impl_addr": "0x10072c40",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0x90",
"CMC_Object::getName",
"CMC_String::setValue"
],
"case_addr": "0x10072d6a",
"id": 6,
"impl": "CMC_Groupped_Runner::prev",
"impl_addr": "0x10072fe0",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0x94",
"CMC_Object::getName",
"CMC_String::setValue"
],
"case_addr": "0x10072d51",
"id": 7,
"impl": "CMC_Groupped_Runner::next",
"impl_addr": "0x10073050",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush"
],
"case_addr": "0x10072d38",
"id": 8,
"impl": "CMC_Groupped_Runner::addClones",
"impl_addr": "0x10072a30",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"vtbl+0x98"
],
"case_addr": "0x10072d83",
"id": 9,
"impl": null,
"impl_addr": "0x10072d83",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x9c",
"CMC_Integer::setValue"
],
"case_addr": "0x10072d96",
"id": 10,
"impl": null,
"impl_addr": "0x10072d96",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"vtbl+0xa0"
],
"case_addr": "0x10072db8",
"id": 11,
"impl": null,
"impl_addr": "0x10072db8",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x4c"
],
"case_addr": "0x10072e20",
"id": 12,
"impl": "CMC_Runner::clone",
"impl_addr": "0x100963a0",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x40",
"CMC_Integer::setValue"
],
"case_addr": "0x10072dee",
"id": 13,
"impl": "CMC_Runner::getCloneIdx",
"impl_addr": "0x10096640",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"vtbl+0x9c",
"CMC_Groupped::get",
"CMC_Object::getName",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10072e07",
"id": 14,
"impl": "CMC_Groupped_Runner::getNameAtMarker",
"impl_addr": "0x10073150",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_VariableFactory::allocInteger",
"CMC_EditBox::getEditBox",
"vtbl+0x98",
"CMC_Integer::setValue"
],
"case_addr": "0x1007cda8",
"id": 1,
"impl": null,
"impl_addr": "0x1007cda8",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_VariableFactory::allocInteger",
"operator=="
],
"case_addr": "0x1007cdee",
"id": 2,
"impl": "CMC_Joystick_Runner::getPosition",
"impl_addr": "0x1007cc30",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"vtbl+0x9c",
"CMC_Bool::setValue"
],
"case_addr": "0x1007ce06",
"id": 3,
"impl": null,
"impl_addr": "0x1007ce06",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"vtbl+0x9c",
"CMC_Bool::setValue"
],
"case_addr": "0x1007ce2e",
"id": 4,
"impl": null,
"impl_addr": "0x1007ce2e",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"calls": [],
"case_addr": "0x1007ec2a",
"id": 1,
"impl": "CMC_Keyboard::enable",
"impl_addr": "0x1007da30",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [],
"case_addr": "0x1007ec39",
"id": 2,
"impl": "CMC_Keyboard::disable",
"impl_addr": "0x1007da40",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [
"CWindow::getKeyboardInterface",
"vtbl+0x34",
"CMC_Bool::getValue",
"CKeyboard::setAutoRepeat",
"CMC_Object::flush"
],
"case_addr": "0x1007ec48",
"id": 3,
"impl": null,
"impl_addr": "0x1007ec48",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [
"CWindow::getKeyboardInterface",
"CMC_VariableFactory::allocBool",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CKeyboard::isKeyPressed"
],
"case_addr": "0x1007ec88",
"id": 4,
"impl": "CMC_Keyboard_Runner::isKeyDown",
"impl_addr": "0x1007e9d0",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [],
"case_addr": "0x1007ecf2",
"id": 5,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"vtbl+0x90",
"CMC_String::setValue"
],
"case_addr": "0x1007eca2",
"id": 6,
"impl": "CMC_Keyboard_Runner::getLatestKey",
"impl_addr": "0x1007ea70",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x1007ecd6",
"id": 7,
"impl": null,
"impl_addr": "0x1007ecd6",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x94",
"CMC_VariableFactory::allocString",
"vtbl+0x60",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x1007ecbc",
"id": 8,
"impl": "CMC_Keyboard_Runner::getLatestKeys",
"impl_addr": "0x1007eaa0",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"calls": [
"CWindow::ShowCursor"
],
"case_addr": "0x100805cc",
"id": 1,
"impl": "CMC_Mouse::show",
"impl_addr": "0x1007fa20",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"CWindow::HideCursor"
],
"case_addr": "0x100805dd",
"id": 2,
"impl": "CMC_Mouse::hide",
"impl_addr": "0x1007fa40",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [],
"case_addr": "0x100805ee",
"id": 3,
"impl": "CMC_Mouse::enable",
"impl_addr": "0x10080450",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [],
"case_addr": "0x100805ff",
"id": 4,
"impl": "CMC_Mouse::disable",
"impl_addr": "0x10080470",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Image::getImage",
"CMC_Integer::setValue"
],
"case_addr": "0x10080610",
"id": 5,
"impl": null,
"impl_addr": "0x10080610",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Animo::getAnimo",
"CMC_Integer::setValue"
],
"case_addr": "0x10080630",
"id": 6,
"impl": null,
"impl_addr": "0x10080630",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Mouse::getLastClickPosX",
"CMC_Integer::setValue"
],
"case_addr": "0x10080650",
"id": 7,
"impl": null,
"impl_addr": "0x10080650",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Mouse::getLastClickPosY",
"CMC_Integer::setValue"
],
"case_addr": "0x10080670",
"id": 8,
"impl": null,
"impl_addr": "0x10080670",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10080690",
"id": 9,
"impl": "CMC_Mouse_Runner::set",
"impl_addr": "0x10080950",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_Mouse::setPosition",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x100806ac",
"id": 10,
"impl": null,
"impl_addr": "0x100806ac",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Image::getImage",
"CMC_EditBox::getEditBox",
"CMC_Image::getImage",
"CMC_Mouse::setPosition",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x100806fc",
"id": 11,
"impl": null,
"impl_addr": "0x100806fc",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10080766",
"id": 12,
"impl": "CMC_Mouse_Runner::click",
"impl_addr": "0x10080b00",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [],
"case_addr": "0x10080782",
"id": 13,
"impl": null,
"impl_addr": "0x10080782",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [],
"case_addr": "0x10080792",
"id": 14,
"impl": null,
"impl_addr": "0x10080792",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"MSVCRT.DLL::malloc"
],
"case_addr": "0x100807a2",
"id": 15,
"impl": "CMC_Mouse_Runner::mouse_release",
"impl_addr": "0x10080d00",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Mouse::reset"
],
"case_addr": "0x100807be",
"id": 16,
"impl": "CMC_Mouse_Runner::setClipRect",
"impl_addr": "0x10080f00",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue",
"CWindow::EndActiveCursor"
],
"case_addr": "0x100807da",
"id": 17,
"impl": null,
"impl_addr": "0x100807da",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"calls": [
"MSVCRT.DLL::operator_new",
"vtbl+0x30",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x94",
"MSVCRT.DLL::operator_delete"
],
"case_addr": "0x10084049",
"id": 1,
"impl": "CMC_MultiArray_Runner::set",
"impl_addr": "0x10084170",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"calls": [
"MSVCRT.DLL::operator_new",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x98",
"CMC_VariableFactory::allocString",
"MSVCRT.DLL::malloc",
"CMC_String::setValue"
],
"case_addr": "0x10084062",
"id": 2,
"impl": "CMC_MultiArray_Runner::get",
"impl_addr": "0x10084280",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_VariableFactory::allocInteger",
"CMC_EditBox::getEditBox",
"vtbl+0xa8",
"CMC_Integer::setValue"
],
"case_addr": "0x1008407b",
"id": 3,
"impl": null,
"impl_addr": "0x1008407b",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"calls": [
"vtbl+0x30",
"CMC_VariableFactory::allocInteger",
"vtbl+0x9c",
"CMC_Integer::setValue"
],
"case_addr": "0x100840b9",
"id": 4,
"impl": null,
"impl_addr": "0x100840b9",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0xb0"
],
"case_addr": "0x100840ea",
"id": 5,
"impl": "CMC_MultiArray_Runner::load",
"impl_addr": "0x10084450",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0xac"
],
"case_addr": "0x10084103",
"id": 6,
"impl": "CMC_MultiArray_Runner::save",
"impl_addr": "0x10084480",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"calls": [
"MSVCRT.DLL::operator_new",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x98",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue"
],
"case_addr": "0x1008411c",
"id": 7,
"impl": "CMC_MultiArray_Runner::safeGet",
"impl_addr": "0x100843b0",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"calls": [
"OLE32.DLL::CoInitializeEx",
"OLE32.DLL::CoCreateInstance",
"OLE32.DLL::CoCreateInstance",
"vtbl+0xc",
"vtbl+0xc",
"OLE32.DLL::CoCreateInstance",
"vtbl+0x34",
"OLE32.DLL::CoCreateInstance"
],
"case_addr": "0x10085656",
"id": 1,
"impl": "CNetworkClient::connect",
"impl_addr": "0x100c57c0",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"calls": [
"vtbl+0x38",
"vtbl+0x8",
"vtbl+0x24",
"vtbl+0x8"
],
"case_addr": "0x10085668",
"id": 2,
"impl": "CNetworkClient::disconnect",
"impl_addr": "0x100c5970",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x1008567a",
"id": 3,
"impl": null,
"impl_addr": "0x1008567a",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x10085697",
"id": 4,
"impl": null,
"impl_addr": "0x10085697",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_NetClient::sendCmd"
],
"case_addr": "0x100856b4",
"id": 5,
"impl": "CMC_NetClient_Runner::sendCmd",
"impl_addr": "0x10085c80",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"calls": [
"OLE32.DLL::CoInitializeEx",
"OLE32.DLL::CoCreateInstance",
"vtbl+0xc",
"OLE32.DLL::CoCreateInstance",
"vtbl+0x34",
"vtbl+0x48",
"KERNEL32.DLL::MultiByteToWideChar"
],
"case_addr": "0x10086fba",
"id": 1,
"impl": "CNetworkServer::start",
"impl_addr": "0x100c61c0",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"calls": [
"vtbl+0x5c",
"vtbl+0x8",
"vtbl+0x50"
],
"case_addr": "0x10086fcc",
"id": 2,
"impl": "CNetworkServer::stop",
"impl_addr": "0x100c6340",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CNetworkServer::getLatestPlayer",
"CGraphicsObject::getFileName",
"CMC_String::setValue"
],
"case_addr": "0x10086fde",
"id": 3,
"impl": "CMC_NetServer_Runner::getLatestPlayerName",
"impl_addr": "0x100876d0",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x10086ff6",
"id": 4,
"impl": null,
"impl_addr": "0x10086ff6",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"calls": [
"vtbl+0x40",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10087015",
"id": 5,
"impl": "CMC_NetServer_Runner::sendCmd",
"impl_addr": "0x10087710",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_NetServer::getDestroyedName",
"CMC_String::setValue"
],
"case_addr": "0x1008702d",
"id": 6,
"impl": "CMC_NetServer_Runner::getDestroyedName",
"impl_addr": "0x100878b0",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10092aac",
"id": 1,
"impl": "CMC_Pattern_Runner::add",
"impl_addr": "0x10090880",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CPattern::setGrid"
],
"case_addr": "0x10092ac8",
"id": 2,
"impl": null,
"impl_addr": "0x10092ac8",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CPattern::move"
],
"case_addr": "0x10092b0e",
"id": 3,
"impl": null,
"impl_addr": "0x10092b0e",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x34",
"vtbl+0x34",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Bool::getValue",
"CMC_Bool::getValue"
],
"case_addr": "0x10092b8a",
"id": 4,
"impl": "CMC_Pattern_Runner::getGraphicsAt",
"impl_addr": "0x10090cd0",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"MSVCRT.DLL::malloc",
"vtbl+0x30",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10092ba6",
"id": 5,
"impl": "CMC_Pattern_Runner::remove",
"impl_addr": "0x10090a40",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x34",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_Bool::getValue",
"CPattern::getGraphicsObjectAlias",
"CMC_VariableFactory::allocString",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10092bc2",
"id": 6,
"impl": "CMC_Pattern_Runner::getAliasAt",
"impl_addr": "0x10090fe0",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x34",
"vtbl+0x34",
"vtbl+0x3c",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10092bfa",
"id": 7,
"impl": "CMC_Pattern_Runner::getInfoAt",
"impl_addr": "0x10091440",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10092c16",
"id": 8,
"impl": "CMC_Pattern_Runner::getAliasInfo",
"impl_addr": "0x10091890",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_VariableFactory::allocBool",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0xd8",
"vtbl+0xcc"
],
"case_addr": "0x10092c32",
"id": 9,
"impl": "CMC_Pattern_Runner::getCellCord",
"impl_addr": "0x10091ce0",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x10092bde",
"id": 10,
"impl": "CMC_Pattern_Runner::getAliasAtCell",
"impl_addr": "0x10091210",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x64"
],
"case_addr": "0x10092b4c",
"id": 11,
"impl": null,
"impl_addr": "0x10092b4c",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"calls": [
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::malloc",
"vtbl+0x88"
],
"case_addr": "0x10095e5a",
"id": 96,
"impl": "CMC_Runner::send",
"impl_addr": "0x100960f0",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x94",
"CMC_Object::flush"
],
"case_addr": "0x10095e8a",
"id": 97,
"impl": "CMC_Runner::addToArray",
"impl_addr": "0x100962d0",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Groupped::add",
"CMC_Object::flush"
],
"case_addr": "0x10095ea2",
"id": 98,
"impl": "CMC_Runner::addToGroup",
"impl_addr": "0x10096230",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Object::getName",
"CMC_String::setValue"
],
"case_addr": "0x10095e72",
"id": 99,
"impl": "CMC_Runner::getName",
"impl_addr": "0x10096370",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x4c"
],
"case_addr": "0x10095eba",
"id": 100,
"impl": null,
"impl_addr": "0x10095eba",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"CXString::Replace",
"vtbl+0x2c",
"MSVCRT.DLL::operator_new",
"CXArray::CXArray"
],
"case_addr": "0x10095eed",
"id": 101,
"impl": "CMC_Runner::addBehaviour",
"impl_addr": "0x100963e0",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x40",
"CMC_Integer::setValue"
],
"case_addr": "0x10095f05",
"id": 102,
"impl": null,
"impl_addr": "0x10095f05",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [],
"case_addr": "0x10095f53",
"id": 103,
"impl": null,
"impl_addr": "0x10095f53",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x50"
],
"case_addr": "0x10095f23",
"id": 104,
"impl": null,
"impl_addr": "0x10095f23",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CXString::Replace",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x10095f32",
"id": 105,
"impl": "CMC_Runner::removeBehaviour",
"impl_addr": "0x10096540",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x3c",
"CMC_Integer::setValue"
],
"case_addr": "0x10095f59",
"id": 106,
"impl": null,
"impl_addr": "0x10095f59",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x70"
],
"case_addr": "0x10095f4a",
"id": 107,
"impl": null,
"impl_addr": "0x10095f4a",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x1009cf2b",
"id": 1,
"impl": "CMC_Scene_Runner::startMusic",
"impl_addr": "0x1009b960",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0xc0"
],
"case_addr": "0x1009cf42",
"id": 2,
"impl": null,
"impl_addr": "0x1009cf42",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Scene::getDraggedName",
"CMC_String::setValue"
],
"case_addr": "0x1009cf55",
"id": 3,
"impl": "CMC_Scene_Runner::getDraggedName",
"impl_addr": "0x1009bac0",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0xf4"
],
"case_addr": "0x1009cf6c",
"id": 4,
"impl": "CMC_Scene_Runner::getPlayingSeq",
"impl_addr": "0x1009baf0",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_RunnerFactory::getRunner",
"vtbl+0x40",
"vtbl+0x60",
"CMC_DLLExModuleInterface::getModuleInterface"
],
"case_addr": "0x1009cf83",
"id": 5,
"impl": "CMC_Scene_Runner::run",
"impl_addr": "0x1009bc10",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"MSVCRT.DLL::operator_new"
],
"case_addr": "0x1009cf9a",
"id": 6,
"impl": "CMC_Scene_Runner::runClones",
"impl_addr": "0x1009c140",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Keyboard::getLatestKey",
"vtbl+0x100"
],
"case_addr": "0x1009cfb1",
"id": 7,
"impl": "CMC_Scene_Runner::createObject",
"impl_addr": "0x1009c4d0",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x90"
],
"case_addr": "0x1009cfc8",
"id": 8,
"impl": "CMC_Scene_Runner::remove",
"impl_addr": "0x1009c560",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_Object::getName",
"vtbl+0x3c",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x1009cfdf",
"id": 9,
"impl": "CMC_Scene_Runner::removeClones",
"impl_addr": "0x1009c600",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [],
"case_addr": "0x1009d2fb",
"id": 10,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [],
"case_addr": "0x1009d2fb",
"id": 11,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [],
"case_addr": "0x1009d2fb",
"id": 12,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [],
"case_addr": "0x1009d2fb",
"id": 13,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [],
"case_addr": "0x1009d2fb",
"id": 14,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [],
"case_addr": "0x1009d2fb",
"id": 15,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CWindow::setMusicVolume"
],
"case_addr": "0x1009cff6",
"id": 16,
"impl": null,
"impl_addr": "0x1009cff6",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CWindow::getMusicVolume",
"CMC_Integer::setValue"
],
"case_addr": "0x1009d04d",
"id": 17,
"impl": null,
"impl_addr": "0x1009d04d",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CWindow::setMusicPan"
],
"case_addr": "0x1009d09d",
"id": 18,
"impl": null,
"impl_addr": "0x1009d09d",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CWindow::setMusicFreq"
],
"case_addr": "0x1009d115",
"id": 19,
"impl": null,
"impl_addr": "0x1009d115",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x28",
"vtbl+0x28",
"CWindow::pause",
"vtbl+0x34",
"CMC_Bool::getValue",
"CXTimer::pause",
"CXTimer::enable"
],
"case_addr": "0x1009d140",
"id": 20,
"impl": null,
"impl_addr": "0x1009d140",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x2c",
"vtbl+0x2c",
"CWindow::resume",
"vtbl+0x34",
"CMC_Bool::getValue",
"CXTimer::resume",
"CXTimer::enable"
],
"case_addr": "0x1009d1b6",
"id": 21,
"impl": "CMC_Scene_Runner::resume",
"impl_addr": "0x1009c9e0",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CHotSpot::setMinPriority"
],
"case_addr": "0x1009d1cd",
"id": 22,
"impl": null,
"impl_addr": "0x1009d1cd",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CHotSpot::setMaxPriority"
],
"case_addr": "0x1009d1f2",
"id": 23,
"impl": null,
"impl_addr": "0x1009d1f2",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CTextFormatCode::getColor",
"CMC_Integer::setValue"
],
"case_addr": "0x1009d217",
"id": 24,
"impl": null,
"impl_addr": "0x1009d217",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CXString::toString",
"CXString::operator+=",
"CXString::operator+=",
"CXString::operator+=",
"CMC_VariableFactory::allocString"
],
"case_addr": "0x1009d239",
"id": 25,
"impl": "CMC_Scene_Runner::toTime",
"impl_addr": "0x1009cc50",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x1009d250",
"id": 26,
"impl": null,
"impl_addr": "0x1009d250",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0xf8"
],
"case_addr": "0x1009d269",
"id": 27,
"impl": "CMC_Scene_Runner::getPlayingAnimo",
"impl_addr": "0x1009bb80",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0x2c",
"vtbl+0x2c",
"CWindow::resume",
"vtbl+0x34",
"CMC_Bool::getValue",
"CXTimer::resume",
"CXTimer::enable"
],
"case_addr": "0x1009d280",
"id": 28,
"impl": "CMC_Scene_Runner::resumeExcept",
"impl_addr": "0x1009ca70",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CHotSpot::getMinPriority",
"CMC_Integer::setValue"
],
"case_addr": "0x1009d297",
"id": 29,
"impl": null,
"impl_addr": "0x1009d297",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CHotSpot::getMaxPriority",
"CMC_Integer::setValue"
],
"case_addr": "0x1009d2b2",
"id": 30,
"impl": null,
"impl_addr": "0x1009d2b2",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"vtbl+0xfc"
],
"case_addr": "0x1009d2cd",
"id": 31,
"impl": "CMC_Scene_Runner::getRunningTimers",
"impl_addr": "0x1009cdd0",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Keyboard::getLatestKey",
"vtbl+0x98"
],
"case_addr": "0x1009d2e4",
"id": 32,
"impl": "CMC_Scene_Runner::getObjects",
"impl_addr": "0x1009ce60",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CMC_Scroll::add"
],
"case_addr": "0x100a007c",
"id": 1,
"impl": "CMC_Scroll_Runner::add",
"impl_addr": "0x1009fe30",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Scroll::remove"
],
"case_addr": "0x100a0098",
"id": 2,
"impl": "CMC_Scroll_Runner::remove",
"impl_addr": "0x1009fe70",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Scroll::scrollUp"
],
"case_addr": "0x100a00b4",
"id": 3,
"impl": null,
"impl_addr": "0x100a00b4",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Scroll::scrollDown"
],
"case_addr": "0x100a00db",
"id": 4,
"impl": null,
"impl_addr": "0x100a00db",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Scroll::scrollLeft"
],
"case_addr": "0x100a0102",
"id": 5,
"impl": null,
"impl_addr": "0x100a0102",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Scroll::scrollRight"
],
"case_addr": "0x100a0129",
"id": 6,
"impl": null,
"impl_addr": "0x100a0129",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_Scroll::setViewport"
],
"case_addr": "0x100a0150",
"id": 7,
"impl": "CMC_Scroll_Runner::setViewport",
"impl_addr": "0x1009ff60",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CXRect::operator+=",
"CMC_Scroll::invalidate"
],
"case_addr": "0x100a016c",
"id": 8,
"impl": null,
"impl_addr": "0x100a016c",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"calls": [
"CMC_Sequence::getSequence",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x40"
],
"case_addr": "0x100a18db",
"id": 1,
"impl": "CMC_Sequence_Runner::play",
"impl_addr": "0x100a1480",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_Sequence::getSequence",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_Object::flush",
"vtbl+0x64",
"vtbl+0x48"
],
"case_addr": "0x100a18f6",
"id": 2,
"impl": null,
"impl_addr": "0x100a18f6",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_Sequence::getSequence",
"vtbl+0x4c"
],
"case_addr": "0x100a1955",
"id": 3,
"impl": null,
"impl_addr": "0x100a1955",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_Sequence::getSequence",
"vtbl+0x50"
],
"case_addr": "0x100a196c",
"id": 4,
"impl": null,
"impl_addr": "0x100a196c",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_Sequence::getSequence",
"vtbl+0xa0"
],
"case_addr": "0x100a1983",
"id": 5,
"impl": null,
"impl_addr": "0x100a1983",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_Sequence::getSequence",
"vtbl+0xa4"
],
"case_addr": "0x100a199d",
"id": 6,
"impl": null,
"impl_addr": "0x100a199d",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Sequence::getSequence",
"vtbl+0x64",
"CMC_Bool::setValue"
],
"case_addr": "0x100a19b7",
"id": 7,
"impl": null,
"impl_addr": "0x100a19b7",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Sequence::getSequence",
"CMC_EditBox::getEditBox",
"vtbl+0xb4"
],
"case_addr": "0x100a19dd",
"id": 8,
"impl": null,
"impl_addr": "0x100a19dd",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Sequence::getSequence",
"CMC_EditBox::getEditBox",
"vtbl+0xb8"
],
"case_addr": "0x100a1a3d",
"id": 9,
"impl": null,
"impl_addr": "0x100a1a3d",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Sequence::getSequence",
"CMC_EditBox::getEditBox",
"vtbl+0xbc"
],
"case_addr": "0x100a1ac1",
"id": 10,
"impl": null,
"impl_addr": "0x100a1ac1",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Sequence::getSequence",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CSequencedPlayable::getLastPlayedEvent",
"CMC_String::setValue"
],
"case_addr": "0x100a1af7",
"id": 11,
"impl": "CMC_Sequence_Runner::getEventName",
"impl_addr": "0x100a1cb0",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_Sequence::getSequence",
"vtbl+0x30",
"CPath::GetExtension",
"CMC_String::setValue"
],
"case_addr": "0x100a1b12",
"id": 12,
"impl": "CMC_Sequence_Runner::getPlaying",
"impl_addr": "0x100a1d40",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x44"
],
"case_addr": "0x100a38ab",
"id": 1,
"impl": null,
"impl_addr": "0x100a38ab",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x48"
],
"case_addr": "0x100a38c2",
"id": 2,
"impl": null,
"impl_addr": "0x100a38c2",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x4c"
],
"case_addr": "0x100a3909",
"id": 3,
"impl": null,
"impl_addr": "0x100a3909",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x50"
],
"case_addr": "0x100a3920",
"id": 4,
"impl": null,
"impl_addr": "0x100a3920",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [],
"case_addr": "0x100a3a92",
"id": 5,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [],
"case_addr": "0x100a3a92",
"id": 6,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"CMC_Button::getButton",
"vtbl+0x40",
"CMC_VariableFactory::allocBool",
"CMC_Keyboard::getLatestKey",
"CSound4::Load",
"CMC_Bool::setValue",
"CMC_Object::flush"
],
"case_addr": "0x100a3937",
"id": 7,
"impl": "CMC_Sound_Runner::load",
"impl_addr": "0x100a36d0",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Button::getButton",
"CMC_EditBox::getEditBox",
"vtbl+0xb4"
],
"case_addr": "0x100a3952",
"id": 8,
"impl": null,
"impl_addr": "0x100a3952",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Button::getButton",
"CMC_EditBox::getEditBox",
"vtbl+0xb8"
],
"case_addr": "0x100a39b2",
"id": 9,
"impl": null,
"impl_addr": "0x100a39b2",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_Button::getButton",
"CMC_EditBox::getEditBox",
"vtbl+0xbc"
],
"case_addr": "0x100a3a36",
"id": 10,
"impl": null,
"impl_addr": "0x100a3a36",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Button::getButton",
"vtbl+0x64",
"CMC_Bool::setValue"
],
"case_addr": "0x100a3a6c",
"id": 11,
"impl": null,
"impl_addr": "0x100a3a6c",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time",
"MSVCRT.DLL::gmtime",
"CMC_Integer::setValue"
],
"case_addr": "0x100aced8",
"id": 1,
"impl": null,
"impl_addr": "0x100aced8",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_System::getDateString",
"CMC_String::setValue"
],
"case_addr": "0x100acf25",
"id": 2,
"impl": "CMC_System_Runner::getDateString",
"impl_addr": "0x100ab850",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time"
],
"case_addr": "0x100acf3d",
"id": 3,
"impl": null,
"impl_addr": "0x100acf3d",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time",
"MSVCRT.DLL::gmtime",
"CMC_Integer::setValue"
],
"case_addr": "0x100acf55",
"id": 4,
"impl": null,
"impl_addr": "0x100acf55",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_System::getDayOfWeekString",
"CMC_String::setValue"
],
"case_addr": "0x100acf87",
"id": 5,
"impl": "CMC_System_Runner::getDayOfWeekString",
"impl_addr": "0x100ab8c0",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time",
"MSVCRT.DLL::gmtime",
"CMC_Integer::setValue"
],
"case_addr": "0x100acf9f",
"id": 6,
"impl": null,
"impl_addr": "0x100acf9f",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_System::getMonthString",
"CMC_String::setValue"
],
"case_addr": "0x100acfd1",
"id": 7,
"impl": "CMC_System_Runner::getMonthString",
"impl_addr": "0x100ab930",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time",
"MSVCRT.DLL::gmtime",
"CMC_Integer::setValue"
],
"case_addr": "0x100acfe9",
"id": 8,
"impl": null,
"impl_addr": "0x100acfe9",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocString",
"CMC_System::getTimeString",
"MSVCRT.DLL::malloc",
"CMC_String::setValue"
],
"case_addr": "0x100ad020",
"id": 9,
"impl": "CMC_System_Runner::getTimeString",
"impl_addr": "0x100ab9a0",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time",
"MSVCRT.DLL::gmtime",
"CMC_Integer::setValue"
],
"case_addr": "0x100ad0dc",
"id": 10,
"impl": null,
"impl_addr": "0x100ad0dc",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time",
"MSVCRT.DLL::gmtime",
"CMC_Integer::setValue"
],
"case_addr": "0x100ad038",
"id": 11,
"impl": null,
"impl_addr": "0x100ad038",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::time",
"MSVCRT.DLL::gmtime",
"CMC_Integer::setValue"
],
"case_addr": "0x100ad069",
"id": 12,
"impl": null,
"impl_addr": "0x100ad069",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"WINMM.DLL::timeGetTime",
"CMC_Integer::setValue"
],
"case_addr": "0x100ad099",
"id": 13,
"impl": null,
"impl_addr": "0x100ad099",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"FUN_100ad290",
"CMC_Integer::setValue"
],
"case_addr": "0x100ad0b4",
"id": 14,
"impl": null,
"impl_addr": "0x100ad0b4",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"KERNEL32.DLL::Sleep"
],
"case_addr": "0x100ad10d",
"id": 15,
"impl": null,
"impl_addr": "0x100ad10d",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x100ad12d",
"id": 16,
"impl": "CMC_System_Runner::copyFile",
"impl_addr": "0x100abc80",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMultilineText6::setText",
"CMC_Object::flush"
],
"case_addr": "0x100af952",
"id": 1,
"impl": "CMC_Text_Runner::setText",
"impl_addr": "0x100aec20",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_Object::flush",
"CMC_Object::flush",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x100af996",
"id": 2,
"impl": "CMC_Text_Runner::setJustify",
"impl_addr": "0x100aedf0",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x7c"
],
"case_addr": "0x100af9b8",
"id": 3,
"impl": null,
"impl_addr": "0x100af9b8",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x7c"
],
"case_addr": "0x100af9d8",
"id": 4,
"impl": null,
"impl_addr": "0x100af9d8",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x64"
],
"case_addr": "0x100af9f8",
"id": 5,
"impl": null,
"impl_addr": "0x100af9f8",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x6c",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x100afa3b",
"id": 6,
"impl": null,
"impl_addr": "0x100afa3b",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0xb4",
"CMC_Object::flush"
],
"case_addr": "0x100afa9a",
"id": 7,
"impl": "CMC_Text_Runner::load",
"impl_addr": "0x100af0d0",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"CGraphicsObject::SetClippingRect"
],
"case_addr": "0x100afabc",
"id": 8,
"impl": null,
"impl_addr": "0x100afabc",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0xe8",
"CXRect::operator=",
"CMC_Object::flush"
],
"case_addr": "0x100afae2",
"id": 9,
"impl": "CMC_Text_Runner::setClipping",
"impl_addr": "0x100af140",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"CMC_VariableFactory::allocInteger",
"vtbl+0xd8",
"CMC_Integer::setValue"
],
"case_addr": "0x100afb04",
"id": 10,
"impl": null,
"impl_addr": "0x100afb04",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"CMC_VariableFactory::allocInteger",
"vtbl+0xd8",
"CMC_Integer::setValue"
],
"case_addr": "0x100afb3b",
"id": 11,
"impl": null,
"impl_addr": "0x100afb3b",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"CMC_VariableFactory::allocInteger",
"vtbl+0xc4",
"CMC_Integer::setValue"
],
"case_addr": "0x100afb73",
"id": 12,
"impl": null,
"impl_addr": "0x100afb73",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"CMC_VariableFactory::allocInteger",
"vtbl+0xc8",
"CMC_Integer::setValue"
],
"case_addr": "0x100afba3",
"id": 13,
"impl": null,
"impl_addr": "0x100afba3",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_VariableFactory::allocBool",
"CMC_EditBox::getEditBox",
"vtbl+0xf4",
"CMC_Bool::setValue",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x100afbd3",
"id": 14,
"impl": "CMC_Text_Runner::isNear",
"impl_addr": "0x100af3a0",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CRefreshScreen::SetPriority",
"CMC_Object::flush"
],
"case_addr": "0x100afbf5",
"id": 15,
"impl": null,
"impl_addr": "0x100afbf5",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x120"
],
"case_addr": "0x100afc43",
"id": 16,
"impl": "CMC_Text_Runner::setColor",
"impl_addr": "0x100af560",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CGraphicsObject::addObject"
],
"case_addr": "0x100afc65",
"id": 17,
"impl": "CMC_Text_Runner::drawOnto",
"impl_addr": "0x100af6a0",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CText6::getHJustify",
"vtbl+0xdc"
],
"case_addr": "0x100afc87",
"id": 18,
"impl": "CMC_Text_Runner::setRect",
"impl_addr": "0x100af710",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Keyboard::getLatestKey",
"CXString::Find",
"CXString::Left",
"CXString::operator=",
"MSVCRT.DLL::free",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x100af974",
"id": 19,
"impl": "CMC_Text_Runner::setTextDouble",
"impl_addr": "0x100aec70",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c"
],
"case_addr": "0x100afca9",
"id": 20,
"impl": null,
"impl_addr": "0x100afca9",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CMC_Font::getFont",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"CMC_Font::getFont",
"MSVCRT.DLL::free",
"CMultilineText6::setFont"
],
"case_addr": "0x100afcdf",
"id": 21,
"impl": "CMC_Text_Runner::setFont",
"impl_addr": "0x100af890",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"calls": [
"CXTimer::reset"
],
"case_addr": "0x100b1d5b",
"id": 1,
"impl": "CMC_Timer::enable",
"impl_addr": "0x100b1b50",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [],
"case_addr": "0x100b1d6b",
"id": 2,
"impl": "CMC_Timer::disable",
"impl_addr": "0x100b1b80",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [],
"case_addr": "0x100b1d7b",
"id": 3,
"impl": "CMC_Timer::pause",
"impl_addr": "0x100b1b90",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [],
"case_addr": "0x100b1d8b",
"id": 4,
"impl": "CMC_Timer::resume",
"impl_addr": "0x100b1ba0",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Image::getImage",
"CMC_Integer::setValue"
],
"case_addr": "0x100b1d9b",
"id": 5,
"impl": null,
"impl_addr": "0x100b1d9b",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [
"CXTimer::reset"
],
"case_addr": "0x100b1dba",
"id": 6,
"impl": "CMC_Timer::reset",
"impl_addr": "0x100b1bd0",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Timer::set",
"CMC_Object::flush"
],
"case_addr": "0x100b1dca",
"id": 7,
"impl": null,
"impl_addr": "0x100b1dca",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Timer::setElapse",
"CMC_Object::flush"
],
"case_addr": "0x100b1dfb",
"id": 8,
"impl": null,
"impl_addr": "0x100b1dfb",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"calls": [
"vtbl+0x90"
],
"case_addr": "0x100b7a84",
"id": 1,
"impl": null,
"impl_addr": "0x100b7a84",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0x98"
],
"case_addr": "0x100b7ab6",
"id": 2,
"impl": null,
"impl_addr": "0x100b7ab6",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0x94"
],
"case_addr": "0x100b7ad9",
"id": 3,
"impl": null,
"impl_addr": "0x100b7ad9",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0x9c"
],
"case_addr": "0x100b7aef",
"id": 4,
"impl": null,
"impl_addr": "0x100b7aef",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0xa0"
],
"case_addr": "0x100b7b05",
"id": 5,
"impl": null,
"impl_addr": "0x100b7b05",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0xb0",
"vtbl+0x90",
"CMC_Object::flush",
"CMC_VariableFactory::copyVariable"
],
"case_addr": "0x100b7b1b",
"id": 6,
"impl": null,
"impl_addr": "0x100b7b1b",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [],
"case_addr": "0x100b7b5a",
"id": 7,
"impl": null,
"impl_addr": "0x100b7b5a",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0xc0"
],
"case_addr": "0x100b7bd3",
"id": 8,
"impl": null,
"impl_addr": "0x100b7bd3",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0x30",
"vtbl+0xbc"
],
"case_addr": "0x100b7be9",
"id": 9,
"impl": null,
"impl_addr": "0x100b7be9",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Keyboard::getLatestKey",
"CXString::Right",
"CXString::Left",
"operator+",
"CXString::operator=",
"MSVCRT.DLL::free",
"MSVCRT.DLL::free",
"MSVCRT.DLL::free"
],
"case_addr": "0x100b7b6b",
"id": 10,
"impl": "CMC_Variable_Runner::sub",
"impl_addr": "0x100b3ac0",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [],
"case_addr": "0x100b7b87",
"id": 11,
"impl": null,
"impl_addr": "0x100b7b87",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0xb0",
"vtbl+0x90",
"CMC_Object::flush"
],
"case_addr": "0x100b7b98",
"id": 12,
"impl": null,
"impl_addr": "0x100b7b98",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Integer::setValue",
"CMC_Integer::setValue"
],
"case_addr": "0x100b7c0d",
"id": 13,
"impl": null,
"impl_addr": "0x100b7c0d",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_Integer::setValue",
"CMC_Integer::setValue"
],
"case_addr": "0x100b7c52",
"id": 14,
"impl": null,
"impl_addr": "0x100b7c52",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x100b7ca0",
"id": 15,
"impl": null,
"impl_addr": "0x100b7ca0",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_EditBox::getEditBox",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue",
"CMC_Integer::setValue"
],
"case_addr": "0x100b7cd5",
"id": 16,
"impl": "CMC_Variable_Runner::not",
"impl_addr": "0x100b3e20",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x100b7cf1",
"id": 17,
"impl": null,
"impl_addr": "0x100b7cf1",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"MSVCRT.DLL::_CIpow",
"MSVCRT.DLL::ftol"
],
"case_addr": "0x100b7d29",
"id": 18,
"impl": null,
"impl_addr": "0x100b7d29",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [],
"case_addr": "0x100b8162",
"id": 19,
"impl": "CMC_Runner::run",
"impl_addr": "0x10095e40",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"CMC_Double::getValue",
"CMC_Double::setValue",
"CMC_Double::setValue"
],
"case_addr": "0x100b7d79",
"id": 20,
"impl": null,
"impl_addr": "0x100b7d79",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue",
"CMC_Integer::setValue"
],
"case_addr": "0x100b7e06",
"id": 21,
"impl": "CMC_Variable_Runner::clamp",
"impl_addr": "0x100b4250",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_VariableFactory::allocInteger",
"CMC_Keyboard::getLatestKey",
"CMC_Integer::setValue",
"MSVCRT.DLL::free"
],
"case_addr": "0x100b7e22",
"id": 22,
"impl": "CMC_Variable_Runner::length",
"impl_addr": "0x100b4390",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0x38",
"CMC_Double::getValue"
],
"case_addr": "0x100b7e3e",
"id": 23,
"impl": null,
"impl_addr": "0x100b7e3e",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x100b7e91",
"id": 24,
"impl": "CMC_Variable_Runner::get",
"impl_addr": "0x100b3780",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0x38",
"CMC_Double::getValue",
"vtbl+0x38",
"CMC_Double::getValue",
"CMC_Double::getValue",
"CMC_Double::setValue",
"CMC_Double::setValue"
],
"case_addr": "0x100b7f38",
"id": 25,
"impl": null,
"impl_addr": "0x100b7f38",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0x38",
"CMC_Double::getValue",
"vtbl+0x38",
"CMC_Double::getValue",
"CMC_Double::getValue",
"CMC_Double::setValue",
"CMC_Double::setValue"
],
"case_addr": "0x100b7ead",
"id": 26,
"impl": null,
"impl_addr": "0x100b7ead",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0x38",
"vtbl+0x38",
"CMC_Double::getValue",
"CMC_Double::getValue",
"vtbl+0x38",
"CMC_Double::getValue",
"MSVCRT.DLL::ftol",
"CMC_Double::setValue",
"CMC_Double::setValue"
],
"case_addr": "0x100b7e75",
"id": 27,
"impl": "CMC_Variable_Runner::arcTanEX",
"impl_addr": "0x100b4540",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0x38",
"CMC_Double::getValue"
],
"case_addr": "0x100b7fc3",
"id": 28,
"impl": null,
"impl_addr": "0x100b7fc3",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocDouble",
"vtbl+0x38",
"CMC_Double::getValue",
"CMC_Double::setValue",
"CMC_Double::setValue"
],
"case_addr": "0x100b7ff5",
"id": 29,
"impl": null,
"impl_addr": "0x100b7ff5",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0xdc"
],
"case_addr": "0x100b8042",
"id": 30,
"impl": null,
"impl_addr": "0x100b8042",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x40",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Keyboard::getLatestKey",
"CMC_Keyboard::getLatestKey",
"CXString::FindSubString",
"MSVCRT.DLL::free",
"CMC_VariableFactory::allocInteger",
"CMC_Integer::setValue"
],
"case_addr": "0x100b8066",
"id": 31,
"impl": "CMC_Variable_Runner::find",
"impl_addr": "0x100b4840",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::free",
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::free",
"CMC_Keyboard::getLatestKey",
"CXString::Mid",
"CMC_String::setValue"
],
"case_addr": "0x100b8082",
"id": 32,
"impl": "CMC_Variable_Runner::cut",
"impl_addr": "0x100b4920",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_Keyboard::getLatestKey",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CXString::Right"
],
"case_addr": "0x100b809e",
"id": 33,
"impl": "CMC_Variable_Runner::replaceAt",
"impl_addr": "0x100b4a40",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x3c",
"CMC_EditBox::getEditBox"
],
"case_addr": "0x100b80ba",
"id": 34,
"impl": "CMC_Variable_Runner::insertAt",
"impl_addr": "0x100b4d00",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Keyboard::getLatestKey",
"CXString::CXString",
"CXString::CXString",
"CXString::replace",
"CMC_String::setValue",
"MSVCRT.DLL::free",
"MSVCRT.DLL::free",
"MSVCRT.DLL::free"
],
"case_addr": "0x100b80d6",
"id": 35,
"impl": "CMC_Variable_Runner::replace",
"impl_addr": "0x100b4ed0",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_DLLExModuleInterface::getModuleInterface",
"CMC_Double::getValue",
"CMC_VariableFactory::allocInteger",
"MSVCRT.DLL::ftol",
"MSVCRT.DLL::ftol",
"CMC_Integer::setValue"
],
"case_addr": "0x100b80f2",
"id": 36,
"impl": "CMC_Variable_Runner::round",
"impl_addr": "0x100b4fe0",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_DLLExModuleInterface::getModuleInterface",
"vtbl+0x3c",
"CMC_Keyboard::getLatestKey",
"CMC_EditBox::getEditBox",
"CXString::IsUpper",
"CMC_Bool::setValue",
"MSVCRT.DLL::free"
],
"case_addr": "0x100b810e",
"id": 37,
"impl": "CMC_Variable_Runner::isUpperLetter",
"impl_addr": "0x100b5070",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"CMC_Double::getValue",
"MSVCRT.DLL::ftol",
"CMC_Integer::setValue"
],
"case_addr": "0x100b7db9",
"id": 38,
"impl": null,
"impl_addr": "0x100b7db9",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"vtbl+0x40",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_Keyboard::getLatestKey",
"MSVCRT.DLL::malloc"
],
"case_addr": "0x100b812a",
"id": 39,
"impl": "CMC_Variable_Runner::copyFile",
"impl_addr": "0x100b7860",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"MSVCRT.DLL::time",
"MSVCRT.DLL::srand",
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CXRandom::random"
],
"case_addr": "0x100b8146",
"id": 40,
"impl": "CMC_Variable_Runner::random",
"impl_addr": "0x100b41b0",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"calls": [
"CMC_Image::getImage",
"vtbl+0x7c"
],
"case_addr": "0x100bb160",
"id": 1,
"impl": null,
"impl_addr": "0x100bb160",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x7c"
],
"case_addr": "0x100bb17e",
"id": 2,
"impl": null,
"impl_addr": "0x100bb17e",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x104",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x64",
"vtbl+0x104"
],
"case_addr": "0x100bb198",
"id": 3,
"impl": null,
"impl_addr": "0x100bb198",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x3c",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"vtbl+0x6c"
],
"case_addr": "0x100bb1f2",
"id": 4,
"impl": null,
"impl_addr": "0x100bb1f2",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"FUN_100e5500"
],
"case_addr": "0x100bb236",
"id": 5,
"impl": "CMC_VirtualGraphicsObject_Runner::setSource",
"impl_addr": "0x100bb630",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getObject",
"MSVCRT.DLL::free",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"CMC_DLLExModuleInterface::getModuleInterface",
"FUN_100e55a0"
],
"case_addr": "0x100bb256",
"id": 6,
"impl": "CMC_VirtualGraphicsObject_Runner::setMask",
"impl_addr": "0x100bb670",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [],
"case_addr": "0x100bb276",
"id": 7,
"impl": "CGraphicsObject::SetClippingRect",
"impl_addr": "0x1002d150",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0xe8",
"CXRect::operator="
],
"case_addr": "0x100bb296",
"id": 8,
"impl": "CMC_VirtualGraphicsObject_Runner::setClipping",
"impl_addr": "0x100bb760",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xd8",
"CMC_Integer::setValue"
],
"case_addr": "0x100bb2b6",
"id": 9,
"impl": null,
"impl_addr": "0x100bb2b6",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xd8",
"CMC_Integer::setValue"
],
"case_addr": "0x100bb2e9",
"id": 10,
"impl": null,
"impl_addr": "0x100bb2e9",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xc4",
"CMC_Integer::setValue"
],
"case_addr": "0x100bb31d",
"id": 11,
"impl": null,
"impl_addr": "0x100bb31d",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocInteger",
"vtbl+0xc8",
"CMC_Integer::setValue"
],
"case_addr": "0x100bb349",
"id": 12,
"impl": null,
"impl_addr": "0x100bb349",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"vtbl+0x40",
"CMC_Keyboard::getLatestKey",
"CMC_ObjectsContainer::getGraphicsObject",
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"vtbl+0xf4"
],
"case_addr": "0x100bb375",
"id": 13,
"impl": "CMC_VirtualGraphicsObject_Runner::isNear",
"impl_addr": "0x100bb990",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"vtbl+0x3c",
"vtbl+0x3c",
"vtbl+0x34",
"CMC_Bool::getValue",
"CMC_EditBox::getEditBox",
"CMC_EditBox::getEditBox",
"CGraphicsObject::isInside",
"CMC_Bool::setValue",
"CMC_Object::flush",
"CMC_Object::flush",
"CMC_Object::flush"
],
"case_addr": "0x100bb395",
"id": 14,
"impl": "CMC_VirtualGraphicsObject_Runner::isInside",
"impl_addr": "0x100bbb00",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x34",
"vtbl+0x38"
],
"case_addr": "0x100bb3b5",
"id": 15,
"impl": null,
"impl_addr": "0x100bb3b5",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x90",
"vtbl+0x34"
],
"case_addr": "0x100bb416",
"id": 16,
"impl": null,
"impl_addr": "0x100bb416",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x3c",
"CMC_EditBox::getEditBox",
"CRefreshScreen::SetPriority",
"CMC_Object::flush"
],
"case_addr": "0x100bb43a",
"id": 17,
"impl": null,
"impl_addr": "0x100bb43a",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x104"
],
"case_addr": "0x100bb482",
"id": 18,
"impl": null,
"impl_addr": "0x100bb482",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"CMC_VariableFactory::allocBool",
"CMC_Bool::setValue"
],
"case_addr": "0x100bb49d",
"id": 19,
"impl": null,
"impl_addr": "0x100bb49d",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"calls": [
"vtbl+0x34",
"CMC_Bool::getValue",
"vtbl+0x34",
"CMC_Bool::getValue"
],
"case_addr": "0x100bb4c5",
"id": 20,
"impl": "CMC_VirtualGraphicsObject_Runner::setAsButton",
"impl_addr": "0x100bbcd0",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
}
],
"method_inheritance": [
{
"base_runner": "CMC_Runner",
"runner": "CMC_Animo_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Application_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Array_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_BasicCondition_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Behaviour_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Button_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Canvas_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_CanvasObserver_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Class_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_CNVLoader_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Database_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Dialog_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_EditBox_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Episode_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Font_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Groupped_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Image_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Joystick_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Keyboard_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Mouse_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_MultiArray_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_NetClient_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_NetServer_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Pattern_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Rand_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Scene_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Scroll_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Sequence_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Sound_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Structure_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_System_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Text_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Timer_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_Variable_Runner"
},
{
"base_runner": "CMC_Runner",
"runner": "CMC_VirtualGraphicsObject_Runner"
}
],
"methods": [
{
"id": 1,
"name": "SHOW",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 2,
"name": "HIDE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 3,
"name": "PAUSE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 4,
"name": "RESUME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 5,
"name": "SETPOSITION",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 6,
"name": "MOVE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 7,
"name": "LOAD",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 8,
"name": "CLEARCLIPPING",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 9,
"name": "SETCLIPPING",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 10,
"name": "PLAY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 11,
"name": "SETFRAME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 12,
"name": "STOP",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 13,
"name": "ISPLAYING",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 15,
"name": "GETPOSITIONX",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 16,
"name": "GETPOSITIONY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 17,
"name": "GETWIDTH",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 18,
"name": "GETHEIGHT",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 19,
"name": "GETFRAME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 20,
"name": "GETFRAMENAME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 56,
"name": "SETFRAMENAME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 21,
"name": "GETFRAMENO",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 22,
"name": "GETEVENTNAME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 23,
"name": "ISNEAR",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 24,
"name": "ISINSIDE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 25,
"name": "PLAYRAND",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 26,
"name": "MONITORCOLLISION",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 27,
"name": "REMOVEMONITORCOLLISION",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 28,
"name": "SETFORWARD",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 29,
"name": "SETBACKWARD",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 30,
"name": "NEXTFRAME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 31,
"name": "PREVFRAME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 32,
"name": "SETPRIORITY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 33,
"name": "GETALPHA",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 34,
"name": "GETPIXEL",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 35,
"name": "SETFPS",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 36,
"name": "MERGEALPHA",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 37,
"name": "INVALIDATE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 38,
"name": "GETCURRFRAMEPOSX",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 39,
"name": "GETCURRFRAMEPOSY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 40,
"name": "GETCENTERX",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 41,
"name": "GETCENTERY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 42,
"name": "GETNOE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 43,
"name": "GETNOF",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 44,
"name": "GETNOFINEVENT",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 45,
"name": "GETMAXWIDTH",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 46,
"name": "GETMAXHEIGHT",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 47,
"name": "ISVISIBLE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 48,
"name": "GETCFRAMEINEVENT",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 49,
"name": "SETASBUTTON",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 50,
"name": "SETONFF",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 51,
"name": "SETOPACITY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 65,
"name": "GETOPACITY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 52,
"name": "SETVOLUME",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 53,
"name": "SETPAN",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 54,
"name": "SETFREQ",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 55,
"name": "SETANCHOR",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 57,
"name": "GETPRIORITY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 58,
"name": "FLIPH",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 59,
"name": "FLIPV",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 60,
"name": "RESETFLIPS",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 61,
"name": "DRAWONTO",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 62,
"name": "PLAYREVERSE",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 63,
"name": "NPLAY",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 64,
"name": "ISAT",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 66,
"name": "GETANCHOR",
"owner": "CMC_Animo",
"runner": "CMC_Animo_Runner"
},
{
"id": 1,
"name": "EXIT",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 2,
"name": "RESTART",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 3,
"name": "GOTO",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 4,
"name": "SETLANGUAGE",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 5,
"name": "GETLANGUAGE",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 6,
"name": "PRINT",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 7,
"name": "ENABLEMUSIC",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 8,
"name": "DISABLEMUSIC",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 9,
"name": "RUN",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 10,
"name": "STOREBINARY",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 11,
"name": "RUNENV",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 12,
"name": "EXISTSENV",
"owner": "CMC_Application",
"runner": "CMC_Application_Runner"
},
{
"id": 1,
"name": "ADD",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 2,
"name": "GETSIZE",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 3,
"name": "INSERTAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 4,
"name": "REMOVEAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 5,
"name": "CHANGEAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 6,
"name": "REMOVEALL",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 7,
"name": "GET",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 8,
"name": "REMOVE",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 9,
"name": "FIND",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 39,
"name": "REVERSEFIND",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 54,
"name": "FINDALL",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 10,
"name": "CONTAINS",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 11,
"name": "SAVEINI",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 12,
"name": "LOADINI",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 13,
"name": "PREV",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 14,
"name": "NEXT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 15,
"name": "ADDCLONES",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 16,
"name": "RESETMARKER",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 17,
"name": "GETMARKERPOS",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 18,
"name": "SETMARKERPOS",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 19,
"name": "SUM",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 20,
"name": "SUMA",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 21,
"name": "SUB",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 22,
"name": "SUBA",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 23,
"name": "MUL",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 24,
"name": "MULA",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 25,
"name": "DIV",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 32,
"name": "DIVA",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 33,
"name": "MIN",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 57,
"name": "MIND",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 34,
"name": "MAX",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 56,
"name": "MAXD",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 35,
"name": "GETSUMVALUE",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 37,
"name": "LOAD",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 38,
"name": "SAVE",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 36,
"name": "SORT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 55,
"name": "SORTMANY",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 42,
"name": "ADDAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 43,
"name": "SUBAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 40,
"name": "MULAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 41,
"name": "DIVAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 44,
"name": "MODAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 45,
"name": "CLAMPAT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 46,
"name": "DIR",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 47,
"name": "COMPARE",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 58,
"name": "COPYTO",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 53,
"name": "SWAP",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 48,
"name": "SENDONCHANGE",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 49,
"name": "SHIFTLEFT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 50,
"name": "SHIFTRIGHT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 51,
"name": "ROTATELEFT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 52,
"name": "ROTATERIGHT",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 59,
"name": "FILL",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 60,
"name": "RANDOMFILL",
"owner": "CMC_Array",
"runner": "CMC_Array_Runner"
},
{
"id": 1,
"name": "CHECK",
"owner": "CMC_BasicCondition",
"runner": "CMC_BasicCondition_Runner"
},
{
"id": 2,
"name": "BREAK",
"owner": "CMC_BasicCondition",
"runner": "CMC_BasicCondition_Runner"
},
{
"id": 3,
"name": "ONE_BREAK",
"owner": "CMC_BasicCondition",
"runner": "CMC_BasicCondition_Runner"
},
{
"id": 1,
"name": "RUN",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": 2,
"name": "RUNC",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": 3,
"name": "RUNLOOPED",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": 4,
"name": "BREAK",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": 5,
"name": "ENABLE",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": 6,
"name": "DISABLE",
"owner": "CMC_Behaviour",
"runner": "CMC_Behaviour_Runner"
},
{
"id": 1,
"name": "SETRECT",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 2,
"name": "ENABLE",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 3,
"name": "DISABLE",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 4,
"name": "ENABLEDRAGGING",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 5,
"name": "DISABLEDRAGGING",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 6,
"name": "DISABLEBUTVISIBLE",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 7,
"name": "ACCENT",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 8,
"name": "SETSTD",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 9,
"name": "SETONMOVE",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 10,
"name": "SETONCLICK",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 11,
"name": "SETPRIORITY",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 12,
"name": "GETPRIORITY",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 13,
"name": "GETSTD",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 14,
"name": "GETONMOVE",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 15,
"name": "GETONCLICK",
"owner": "CMC_Button",
"runner": "CMC_Button_Runner"
},
{
"id": 1,
"name": "ADD",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 2,
"name": "REMOVE",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 3,
"name": "SHOW",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 4,
"name": "HIDE",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 5,
"name": "SETPRIORITY",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 6,
"name": "SETPOSITION",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 7,
"name": "MOVE",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 8,
"name": "CLEAR",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 9,
"name": "CAPTURE",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 10,
"name": "SETOPACITY",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 11,
"name": "SETASBUTTON",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 12,
"name": "ERASE",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 13,
"name": "DRAW",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 14,
"name": "SAVE",
"owner": "CMC_Canvas",
"runner": "CMC_Canvas_Runner"
},
{
"id": 1,
"name": "REFRESH",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 2,
"name": "ADD",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 3,
"name": "REMOVE",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 4,
"name": "SETBACKGROUND",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 5,
"name": "GETGRAPHICSAT",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 6,
"name": "MOVEBKG",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 7,
"name": "SETBKGPOS",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 8,
"name": "SAVE",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 9,
"name": "ENABLENOTIFY",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 10,
"name": "REDRAW",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 11,
"name": "GETBPP",
"owner": "CMC_CanvasObserver",
"runner": "CMC_CanvasObserver_Runner"
},
{
"id": 1,
"name": "NEW",
"owner": "CMC_Class",
"runner": "CMC_Class_Runner"
},
{
"id": 2,
"name": "DELETE",
"owner": "CMC_Class",
"runner": "CMC_Class_Runner"
},
{
"id": 1,
"name": "LOAD",
"owner": "CMC_CNVLoader",
"runner": "CMC_CNVLoader_Runner"
},
{
"id": 2,
"name": "RELEASE",
"owner": "CMC_CNVLoader",
"runner": "CMC_CNVLoader_Runner"
},
{
"id": 1,
"name": "ADD",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 2,
"name": "REMOVE",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 3,
"name": "LOAD",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 4,
"name": "SAVE",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 5,
"name": "REMOVEALL",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 6,
"name": "FIND",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 7,
"name": "SELECT",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 8,
"name": "NEXT",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 9,
"name": "PREV",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 10,
"name": "GETROWSNO",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 11,
"name": "REMOVEAT",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 12,
"name": "INSERTAT",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 13,
"name": "GETCURSORPOS",
"owner": "CMC_Database",
"runner": "CMC_Database_Runner"
},
{
"id": 3,
"name": "SETBACKGROUND",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"id": 4,
"name": "ADD",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"id": 1,
"name": "SHOW",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"id": 2,
"name": "HIDE",
"owner": "CMC_Dialog",
"runner": "CMC_Dialog_Runner"
},
{
"id": 1,
"name": "SETTEXT",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 2,
"name": "GETTEXT",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 3,
"name": "ACTIVE",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 4,
"name": "DEACTIVE",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 5,
"name": "ENABLE",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 6,
"name": "DISABLE",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 7,
"name": "ADDTEXT",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 8,
"name": "MOVE",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 9,
"name": "SETPOSITION",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 10,
"name": "SETPRIORITY",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 11,
"name": "SETCURSORPOS",
"owner": "CMC_EditBox",
"runner": "CMC_EditBox_Runner"
},
{
"id": 1,
"name": "NEXT",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": 2,
"name": "PREV",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": 3,
"name": "BACK",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": 4,
"name": "RESTART",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": 5,
"name": "GOTO",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": 6,
"name": "GETLATESTSCENE",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": 7,
"name": "GETCURRENTSCENE",
"owner": "CMC_Episode",
"runner": "CMC_Episode_Runner"
},
{
"id": 1,
"name": "SETCOLOR",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"id": 2,
"name": "SETSTYLE",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"id": 3,
"name": "SETFAMILY",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"id": 4,
"name": "SETSIZE",
"owner": "CMC_Font",
"runner": "CMC_Font_Runner"
},
{
"id": 1,
"name": "ADD",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 2,
"name": "REMOVE",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 3,
"name": "REMOVEALL",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 4,
"name": "GETSIZE",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 5,
"name": "GETNAME",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 6,
"name": "PREV",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 7,
"name": "NEXT",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 8,
"name": "ADDCLONES",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 9,
"name": "RESETMARKER",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 10,
"name": "GETMARKERPOS",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 11,
"name": "SETMARKERPOS",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 12,
"name": "CLONE",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 13,
"name": "GETCLONEINDEX",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 14,
"name": "GETNAMEATMARKER",
"owner": "CMC_Groupped",
"runner": "CMC_Groupped_Runner"
},
{
"id": 1,
"name": "SHOW",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 2,
"name": "HIDE",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 5,
"name": "SETPOSITION",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 58,
"name": "RESETPOSITION",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 59,
"name": "SETRESETPOSITION",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 6,
"name": "MOVE",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 7,
"name": "LOAD",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 8,
"name": "CLEARCLIPPING",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 9,
"name": "SETCLIPPING",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 15,
"name": "GETPOSITIONX",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 16,
"name": "GETPOSITIONY",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 17,
"name": "GETWIDTH",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 18,
"name": "GETHEIGHT",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 23,
"name": "ISNEAR",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 24,
"name": "ISINSIDE",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 26,
"name": "MONITORCOLLISION",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 27,
"name": "REMOVEMONITORCOLLISION",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 28,
"name": "SETSCALEFACTOR",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 32,
"name": "SETPRIORITY",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 33,
"name": "GETALPHA",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 34,
"name": "GETPIXEL",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 36,
"name": "MERGEALPHA",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 37,
"name": "INVALIDATE",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 40,
"name": "GETCENTERX",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 41,
"name": "GETCENTERY",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 48,
"name": "ISVISIBLE",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 49,
"name": "LINK",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 50,
"name": "SETASBUTTON",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 51,
"name": "SETOPACITY",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 64,
"name": "GETOPACITY",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 52,
"name": "SAVE",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 53,
"name": "SETANCHOR",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 54,
"name": "FLIPH",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 55,
"name": "FLIPV",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 56,
"name": "RESETFLIPS",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 57,
"name": "DRAWONTO",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 63,
"name": "ISAT",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 65,
"name": "GETSLIDECOMPS",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 66,
"name": "GETCOLORAT",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 67,
"name": "GETCOLORRAT",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 68,
"name": "GETCOLORGAT",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 69,
"name": "GETCOLORBAT",
"owner": "CMC_Image",
"runner": "CMC_Image_Runner"
},
{
"id": 1,
"name": "GETBUTTONSTATE",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"id": 2,
"name": "GETPOSITION",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"id": 3,
"name": "ISLEFT",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"id": 4,
"name": "ISRIGHT",
"owner": "CMC_Joystick",
"runner": "CMC_Joystick_Runner"
},
{
"id": 1,
"name": "ENABLE",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": 2,
"name": "DISABLE",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": 3,
"name": "SETAUTOREPEAT",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": 4,
"name": "ISKEYDOWN",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": 6,
"name": "GETLATESTKEY",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": 8,
"name": "GETLATESTKEYS",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": 7,
"name": "ISENABLED",
"owner": "CMC_Keyboard",
"runner": "CMC_Keyboard_Runner"
},
{
"id": 1,
"name": "SHOW",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 2,
"name": "HIDE",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 3,
"name": "ENABLE",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 4,
"name": "DISABLE",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 5,
"name": "GETPOSX",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 6,
"name": "GETPOSY",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 7,
"name": "GETLASTCLICKPOSX",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 8,
"name": "GETLASTCLICKPOSY",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 9,
"name": "SET",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 10,
"name": "SETPOSITION",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 11,
"name": "MOVE",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 12,
"name": "CLICK",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 13,
"name": "ENABLESIGNAL",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 14,
"name": "DISABLESIGNAL",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 15,
"name": "MOUSERELEASE",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 16,
"name": "SETCLIPRECT",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 17,
"name": "LOCKACTIVECURSOR",
"owner": "CMC_Mouse",
"runner": "CMC_Mouse_Runner"
},
{
"id": 1,
"name": "SET",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"id": 2,
"name": "GET",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"id": 3,
"name": "GETSIZE",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"id": 4,
"name": "COUNT",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"id": 5,
"name": "LOAD",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"id": 6,
"name": "SAVE",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"id": 7,
"name": "SAFEGET",
"owner": "CMC_MultiArray",
"runner": "CMC_MultiArray_Runner"
},
{
"id": 1,
"name": "CONNECT",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"id": 2,
"name": "DISCONNECT",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"id": 3,
"name": "ISCONNECTING",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"id": 4,
"name": "ISCONNECTED",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"id": 5,
"name": "SENDCMD",
"owner": "CMC_NetClient",
"runner": "CMC_NetClient_Runner"
},
{
"id": 1,
"name": "START",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"id": 2,
"name": "STOP",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"id": 3,
"name": "GETLATESTPLAYERNAME",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"id": 4,
"name": "ISSTARTED",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"id": 5,
"name": "SENDCMD",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"id": 6,
"name": "GETDESTROYEDNAME",
"owner": "CMC_NetServer",
"runner": "CMC_NetServer_Runner"
},
{
"id": 1,
"name": "ADD",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 2,
"name": "SETGRID",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 3,
"name": "MOVE",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 11,
"name": "SETPOSITION",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 4,
"name": "GETGRAPHICSAT",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 5,
"name": "REMOVE",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 6,
"name": "GETALIASAT",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 10,
"name": "GETALIASATCELL",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 7,
"name": "GETINFOAT",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 8,
"name": "GETALIASINFO",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 9,
"name": "GETCELLCORD",
"owner": "CMC_Pattern",
"runner": "CMC_Pattern_Runner"
},
{
"id": 1,
"name": "GET",
"owner": "CMC_Rand",
"runner": "CMC_Rand_Runner"
},
{
"id": 2,
"name": "GETPLENTY",
"owner": "CMC_Rand",
"runner": "CMC_Rand_Runner"
},
{
"id": 96,
"name": "SEND",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 97,
"name": "ADDTOGROUP",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 98,
"name": "ADDTOARRAY",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 99,
"name": "GETNAME",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 100,
"name": "CLONE",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 101,
"name": "ADDBEHAVIOUR",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 102,
"name": "GETCLONEINDEX",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 103,
"name": "MSGBOX",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 104,
"name": "RESETCLONES",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 105,
"name": "REMOVEBEHAVIOUR",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 107,
"name": "REMOVEALLBEHAVIOURS",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 106,
"name": "GETCLONESNO",
"owner": "CMC",
"runner": "CMC_Runner"
},
{
"id": 1,
"name": "STARTMUSIC",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 2,
"name": "STOPMUSIC",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 3,
"name": "GETDRAGGEDNAME",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 4,
"name": "GETPLAYINGSEQ",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 5,
"name": "RUN",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 6,
"name": "RUNCLONES",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 7,
"name": "CREATEOBJECT",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 8,
"name": "REMOVE",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 9,
"name": "REMOVECLONES",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 16,
"name": "SETMUSICVOLUME",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 17,
"name": "GETMUSICVOLUME",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 18,
"name": "SETMUSICPAN",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 19,
"name": "SETMUSICFREQ",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 20,
"name": "PAUSE",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 21,
"name": "RESUME",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 22,
"name": "SETMINHSPRIORITY",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 23,
"name": "SETMAXHSPRIORITY",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 24,
"name": "GETELEMENTSNO",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 25,
"name": "TOTIME",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 26,
"name": "ISPAUSED",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 27,
"name": "GETPLAYINGANIMO",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 28,
"name": "RESUMEONLY",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 29,
"name": "GETMINHSPRIORITY",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 30,
"name": "GETMAXHSPRIORITY",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 31,
"name": "GETRUNNINGTIMER",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 32,
"name": "GETOBJECTS",
"owner": "CMC_Scene",
"runner": "CMC_Scene_Runner"
},
{
"id": 1,
"name": "ADD",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 2,
"name": "REMOVE",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 3,
"name": "SCROLLUP",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 4,
"name": "SCROLLDOWN",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 5,
"name": "SCROLLLEFT",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 6,
"name": "SCROLLRIGHT",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 7,
"name": "SETVIEWPORT",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 8,
"name": "MOVEVIEWPORT",
"owner": "CMC_Scroll",
"runner": "CMC_Scroll_Runner"
},
{
"id": 1,
"name": "PLAY",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 2,
"name": "STOP",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 3,
"name": "PAUSE",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 4,
"name": "RESUME",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 5,
"name": "SHOW",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 6,
"name": "HIDE",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 7,
"name": "ISPLAYING",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 8,
"name": "SETVOLUME",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 9,
"name": "SETPAN",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 10,
"name": "SETFREQ",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 11,
"name": "GETEVENTNAME",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 12,
"name": "GETPLAYING",
"owner": "CMC_Sequence",
"runner": "CMC_Sequence_Runner"
},
{
"id": 1,
"name": "PLAY",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 2,
"name": "STOP",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 3,
"name": "PAUSE",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 4,
"name": "RESUME",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 7,
"name": "LOAD",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 8,
"name": "SETVOLUME",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 9,
"name": "SETPAN",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 10,
"name": "SETFREQ",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 11,
"name": "ISPLAYING",
"owner": "CMC_Sound",
"runner": "CMC_Sound_Runner"
},
{
"id": 1,
"name": "SET",
"owner": "CMC_Structure",
"runner": "CMC_Structure_Runner"
},
{
"id": 2,
"name": "SETFIELD",
"owner": "CMC_Structure",
"runner": "CMC_Structure_Runner"
},
{
"id": 3,
"name": "GETFIELD",
"owner": "CMC_Structure",
"runner": "CMC_Structure_Runner"
},
{
"id": 1,
"name": "GETDATE",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 2,
"name": "GETDATESTRING",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 3,
"name": "GETDAY",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 4,
"name": "GETDAYOFWEEK",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 5,
"name": "GETDAYOFWEEKSTRING",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 6,
"name": "GETMONTH",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 7,
"name": "GETMONTHSTRING",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 8,
"name": "GETYEAR",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 9,
"name": "GETTIMESTRING",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 10,
"name": "GETHOUR",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 11,
"name": "GETMINUTES",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 12,
"name": "GETSECONDS",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 13,
"name": "GETSYSTEMTIME",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 14,
"name": "GETMHZ",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 15,
"name": "DELAY",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 16,
"name": "COPYFILE",
"owner": "CMC_System",
"runner": "CMC_System_Runner"
},
{
"id": 1,
"name": "SETTEXT",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 19,
"name": "SETTEXTDOUBLE",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 2,
"name": "SETJUSTIFY",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 3,
"name": "SHOW",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 4,
"name": "HIDE",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 5,
"name": "SETPOSITION",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 6,
"name": "MOVE",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 7,
"name": "LOAD",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 8,
"name": "CLEARCLIPPING",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 9,
"name": "SETCLIPPING",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 10,
"name": "GETPOSITIONX",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 11,
"name": "GETPOSITIONY",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 12,
"name": "GETWIDTH",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 13,
"name": "GETHEIGHT",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 14,
"name": "ISNEAR",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 15,
"name": "SETPRIORITY",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 16,
"name": "SETCOLOR",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 17,
"name": "DRAWONTO",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 18,
"name": "SETRECT",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 20,
"name": "SETOPACITY",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 21,
"name": "SETFONT",
"owner": "CMC_Text",
"runner": "CMC_Text_Runner"
},
{
"id": 1,
"name": "ENABLE",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 2,
"name": "DISABLE",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 3,
"name": "PAUSE",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 4,
"name": "RESUME",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 5,
"name": "GETTICKS",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 6,
"name": "RESET",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 7,
"name": "SET",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 8,
"name": "SETELAPSE",
"owner": "CMC_Timer",
"runner": "CMC_Timer_Runner"
},
{
"id": 1,
"name": "SET",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 2,
"name": "SWITCH",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 4,
"name": "INC",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 5,
"name": "DEC",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 3,
"name": "CLEAR",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 6,
"name": "ADD",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 7,
"name": "MUL",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 10,
"name": "SUB",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 11,
"name": "DIV",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 12,
"name": "MOD",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 8,
"name": "RESETINI",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 9,
"name": "SETDEFAULT",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 13,
"name": "ABS",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 14,
"name": "AND",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 15,
"name": "OR",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 16,
"name": "NOT",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 17,
"name": "XOR",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 18,
"name": "POWER",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 20,
"name": "SQRT",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 38,
"name": "SGN",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 21,
"name": "CLAMP",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 22,
"name": "LENGTH",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 23,
"name": "ARCTAN",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 27,
"name": "ARCTANEX",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 24,
"name": "GET",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 26,
"name": "MAXA",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 25,
"name": "MINA",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 28,
"name": "SINUS",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 29,
"name": "COSINUS",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 30,
"name": "UPPER",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 31,
"name": "FIND",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 32,
"name": "CUT",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 33,
"name": "REPLACEAT",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 34,
"name": "INSERTAT",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 35,
"name": "REPLACE",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 36,
"name": "ROUND",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 37,
"name": "ISUPPERLETTER",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 39,
"name": "COPYFILE",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 40,
"name": "RANDOM",
"owner": "CMC_Variable",
"runner": "CMC_Variable_Runner"
},
{
"id": 1,
"name": "SHOW",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 2,
"name": "HIDE",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 3,
"name": "SETPOSITION",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 4,
"name": "MOVE",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 5,
"name": "SETSOURCE",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 6,
"name": "SETMASK",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 7,
"name": "CLEARCLIPPING",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 8,
"name": "SETCLIPPING",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 9,
"name": "GETPOSITIONX",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 10,
"name": "GETPOSITIONY",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 11,
"name": "GETWIDTH",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 12,
"name": "GETHEIGHT",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 13,
"name": "ISNEAR",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 14,
"name": "ISINSIDE",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 15,
"name": "MONITORCOLLISION",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 16,
"name": "REMOVEMONITORCOLLISION",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 17,
"name": "SETPRIORITY",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 18,
"name": "INVALIDATE",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 19,
"name": "ISVISIBLE",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
},
{
"id": 20,
"name": "SETASBUTTON",
"owner": "CMC_VirtualGraphicsObject",
"runner": "CMC_VirtualGraphicsObject_Runner"
}
],
"schema_version": 4,
"struct_layout": [
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Animo",
"size": 1
},
{
"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": 24,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 88,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Animo",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 97,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 98,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 99,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 101,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 102,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 103,
"owner": "CMC_Animo",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"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": 1
},
{
"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": 0,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 236,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 240,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 244,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 248,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 252,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 256,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 260,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 296,
"owner": "CMC_Application",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 297,
"owner": "CMC_Application",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 300,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 304,
"owner": "CMC_Application",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 308,
"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": 1
},
{
"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": 0,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Array",
"size": 1
},
{
"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": 24,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Array",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Array",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 76,
"owner": "CMC_Array",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Array",
"size": 1
},
{
"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": 1
},
{
"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": 0,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_BasicCondition",
"size": 1
},
{
"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": 24,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_BasicCondition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_BasicCondition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 80,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_BasicCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"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": 1
},
{
"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": 0,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Behaviour",
"size": 1
},
{
"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": 32,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Behaviour",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Behaviour",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 76,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"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": 116,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 140,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 148,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 152,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 156,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 160,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 164,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 168,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 172,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 176,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 180,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 184,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 188,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 192,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 196,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 200,
"owner": "CMC_Behaviour",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 204,
"owner": "CMC_Behaviour",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 140,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 148,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 152,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 156,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 160,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 161,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 162,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 164,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 168,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 172,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 176,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 180,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 184,
"owner": "CMC_Behaviour_Entry",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 188,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 189,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 190,
"owner": "CMC_Behaviour_Entry",
"size": 1
},
{
"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": 1
},
{
"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": 0,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Bool",
"size": 1
},
{
"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": 24,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Bool",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Bool",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Bool",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 4
},
{
"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": 80,
"owner": "CMC_Bool",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 81,
"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": 1
},
{
"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": 32,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Button",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Button",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 80,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 140,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 148,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 152,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 156,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 160,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 164,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 168,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 172,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 176,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 180,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 184,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 188,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 192,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 196,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 200,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 204,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 208,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 212,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 216,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 220,
"owner": "CMC_Button",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 224,
"owner": "CMC_Button",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 225,
"owner": "CMC_Button",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 228,
"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": 1
},
{
"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": 0,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_CNVLoader",
"size": 1
},
{
"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": 24,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_CNVLoader",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_CNVLoader",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 76,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_CNVLoader",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"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": 1
},
{
"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": 0,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Canvas",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 85,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 86,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 87,
"owner": "CMC_Canvas",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_CanvasObserver",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_CanvasObserver",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_CanvasObserver",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_CanvasObserver",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_CanvasObserver",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_CanvasObserver",
"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": 1
},
{
"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": 0,
"owner": "CMC_Canvas_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Canvas_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Canvas_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Canvas_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Canvas_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Canvas_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Class",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Class",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Class",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Class",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Class",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Class_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Class_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Class_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Class_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Class_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Class_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_ComplexCondition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_ComplexCondition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 80,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 140,
"owner": "CMC_ComplexCondition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Condition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Condition",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 80,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 140,
"owner": "CMC_Condition",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_DLLExModuleInterface",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_DLLExModuleInterface",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_DLLExModuleInterface",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Database",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Database",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Database",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Database",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Database",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Database_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Database_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Database_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Database_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Database_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Database_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": 1
},
{
"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": 24,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Dialog",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Dialog",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Dialog",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 72,
"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": 1
},
{
"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": 0,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Double",
"size": 1
},
{
"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": 24,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Double",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Double",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Double",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Double",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"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": 1
},
{
"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": 24,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_EditBox",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_EditBox",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 84,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_EditBox",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"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": 1
},
{
"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": 0,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 236,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 240,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 244,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 248,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 252,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 256,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 260,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 296,
"owner": "CMC_Episode",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 297,
"owner": "CMC_Episode",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 300,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 304,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 308,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 312,
"owner": "CMC_Episode",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 316,
"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": 1
},
{
"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": 0,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Expression",
"size": 1
},
{
"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": 32,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Expression",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Expression",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Expression",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"owner": "CMC_Expression",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Expression",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Expression",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_ExternObject",
"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": 1
},
{
"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": 24,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Font",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Font",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Font",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 1
},
{
"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": 0,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Groupped",
"size": 1
},
{
"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": 24,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Groupped",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Groupped",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Groupped",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 76,
"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": 1
},
{
"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": 0,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Image",
"size": 1
},
{
"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": 24,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 84,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Image",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 101,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 102,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 103,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 105,
"owner": "CMC_Image",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 106,
"owner": "CMC_Image",
"size": 1
},
{
"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": 1
},
{
"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": 0,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Integer",
"size": 1
},
{
"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": 24,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Integer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Integer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Integer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"owner": "CMC_Integer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Integer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Joystick",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Joystick",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Joystick",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Joystick",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Joystick",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Joystick_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Joystick_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Joystick_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Joystick_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Joystick_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Joystick_Runner",
"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": 1
},
{
"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": 24,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Keyboard",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Keyboard",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Keyboard",
"size": 4
},
{
"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": 1
},
{
"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": 0,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Mouse",
"size": 1
},
{
"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": 24,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Mouse",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Mouse",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Mouse",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"owner": "CMC_Mouse",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Mouse",
"size": 4
},
{
"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": 1
},
{
"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": 1
},
{
"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": 0,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_MultiArray",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_MultiArray",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_MultiArray",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_MultiArray",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_MultiArray",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_MultiArray_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_MultiArray_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_MultiArray_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_MultiArray_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_MultiArray_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_MultiArray_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_NetClient",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_NetClient",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_NetClient",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_NetClient",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_NetClient",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_NetClient_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_NetClient_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_NetClient_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_NetClient_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_NetClient_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_NetClient_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_NetServer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_NetServer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_NetServer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_NetServer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_NetServer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_NetServer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_NetServer_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_NetServer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_NetServer_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_NetServer_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_NetServer_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": 1
},
{
"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": 24,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Object",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Object",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Object",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_ObjectsContainer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_ObjectsContainer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_ObjectsContainer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_ObjectsContainer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_ObjectsContainer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 81,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 82,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 83,
"owner": "CMC_Pattern",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Pattern",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Pattern_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Pattern_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Pattern_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Pattern_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Pattern_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Pattern_Runner",
"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": 1
},
{
"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": 0,
"owner": "CMC_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Runner",
"size": 1
},
{
"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": 0,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 140,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 148,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 152,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 156,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 160,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 164,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 168,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 172,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 176,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 180,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 184,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 188,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 192,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 196,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 200,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 204,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 208,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 212,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 216,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 220,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 224,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 228,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 232,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 236,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 240,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 244,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 248,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 252,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 256,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 260,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 264,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 268,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 272,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 276,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 280,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 284,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 288,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 292,
"owner": "CMC_Scene",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 296,
"owner": "CMC_Scene",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 297,
"owner": "CMC_Scene",
"size": 1
},
{
"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": 1
},
{
"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": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Scroll",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Scroll",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Scroll",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Scroll",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Scroll",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Scroll_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Scroll_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Scroll_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Scroll_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Scroll_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Scroll_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": 1
},
{
"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": 24,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Sequence",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Sequence",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 80,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Sequence",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"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": 1
},
{
"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": 0,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Sound",
"size": 1
},
{
"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": 24,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Sound",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Sound",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Sound",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 80,
"owner": "CMC_Sound",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 81,
"owner": "CMC_Sound",
"size": 1
},
{
"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": 1
},
{
"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": 0,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_String",
"size": 1
},
{
"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": 32,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_String",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_String",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_String",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"owner": "CMC_String",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_String",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Structure",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Structure",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 24,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Structure",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Structure",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Structure",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"owner": "CMC_Structure",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_Structure",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_Structure",
"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": 1
},
{
"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": 0,
"owner": "CMC_Structure_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Structure_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_Structure_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_Structure_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_Structure_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_Structure_Runner",
"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": 1
},
{
"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": 24,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_System",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_System",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_System",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 1
},
{
"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": 0,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Text",
"size": 1
},
{
"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": 32,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Text",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Text",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 84,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 128,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 132,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 136,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 140,
"owner": "CMC_Text",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 144,
"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": 1
},
{
"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": 0,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Timer",
"size": 1
},
{
"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": 24,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Timer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Timer",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 92,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_Timer",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"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": 1
},
{
"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": 0,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_Variable",
"size": 1
},
{
"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": 24,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 28,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_Variable",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_Variable",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_Variable",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"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": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_Variable",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 77,
"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": 1
},
{
"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": 0,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_VirtualGraphicsObject",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_VirtualGraphicsObject",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 32,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 36,
"owner": "CMC_VirtualGraphicsObject",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 37,
"owner": "CMC_VirtualGraphicsObject",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 40,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 44,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 48,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 52,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 56,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 60,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 64,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 68,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 72,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 76,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 80,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 84,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 88,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 92,
"owner": "CMC_VirtualGraphicsObject",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 93,
"owner": "CMC_VirtualGraphicsObject",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 96,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 100,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 104,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 108,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 112,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 116,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 120,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 124,
"owner": "CMC_VirtualGraphicsObject",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 0,
"owner": "CMC_VirtualGraphicsObject_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 4,
"owner": "CMC_VirtualGraphicsObject_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 8,
"owner": "CMC_VirtualGraphicsObject_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 12,
"owner": "CMC_VirtualGraphicsObject_Runner",
"size": 1
},
{
"confidence": "high",
"is_vtable": false,
"offset": 16,
"owner": "CMC_VirtualGraphicsObject_Runner",
"size": 4
},
{
"confidence": "high",
"is_vtable": false,
"offset": 20,
"owner": "CMC_VirtualGraphicsObject_Runner",
"size": 4
}
],
"types": [
{
"cpp_class": "CMC_Behaviour",
"ctor_addr": "0x1004d5f0",
"dispatch_addr": "0x1008bcd1",
"object_size": 208,
"script_name": "BEHAVIOUR",
"via_module_iface": false
},
{
"cpp_class": "CMC_Bool",
"ctor_addr": "0x10053570",
"dispatch_addr": "0x1008bd1a",
"object_size": 84,
"script_name": "BOOL",
"via_module_iface": false
},
{
"cpp_class": "CMC_Double",
"ctor_addr": "0x10064830",
"dispatch_addr": "0x1008bd63",
"object_size": 96,
"script_name": "DOUBLE",
"via_module_iface": false
},
{
"cpp_class": "CMC_Integer",
"ctor_addr": "0x1007afb0",
"dispatch_addr": "0x1008bdac",
"object_size": 88,
"script_name": "INTEGER",
"via_module_iface": false
},
{
"cpp_class": "CMC_String",
"ctor_addr": "0x100a73e0",
"dispatch_addr": "0x1008bdf5",
"object_size": 112,
"script_name": "STRING",
"via_module_iface": false
},
{
"cpp_class": "CMC_Condition",
"ctor_addr": "0x10060350",
"dispatch_addr": "0x1008be41",
"object_size": 144,
"script_name": "CONDITION",
"via_module_iface": false
},
{
"cpp_class": "CMC_ComplexCondition",
"ctor_addr": "0x1005f240",
"dispatch_addr": "0x1008be8d",
"object_size": 144,
"script_name": "COMPLEXCONDITION",
"via_module_iface": false
},
{
"cpp_class": "CMC_Expression",
"ctor_addr": "0x1006c860",
"dispatch_addr": "0x1008bed9",
"object_size": 128,
"script_name": "EXPRESSION",
"via_module_iface": false
},
{
"cpp_class": "CMC_Array",
"ctor_addr": "0x10043660",
"dispatch_addr": "0x1008bf22",
"object_size": 84,
"script_name": "ARRAY",
"via_module_iface": false
},
{
"cpp_class": "CMC_MultiArray",
"ctor_addr": "0x10083470",
"dispatch_addr": "0x1008bf6b",
"object_size": 88,
"script_name": "MULTIARRAY",
"via_module_iface": false
},
{
"cpp_class": "CMC_Image",
"ctor_addr": "0x10074170",
"dispatch_addr": "0x1008bfb4",
"object_size": 108,
"script_name": "IMAGE",
"via_module_iface": false
},
{
"cpp_class": "CMC_Animo",
"ctor_addr": "0x10034e40",
"dispatch_addr": "0x1008bffd",
"object_size": 108,
"script_name": "ANIMO",
"via_module_iface": false
},
{
"cpp_class": "CMC_VirtualGraphicsObject",
"ctor_addr": "0x100ba9d0",
"dispatch_addr": "0x1008c04c",
"object_size": 128,
"script_name": "VIRTUALGRAPHICSOBJECT",
"via_module_iface": true
},
{
"cpp_class": "CMC_Font",
"ctor_addr": "0x100710b0",
"dispatch_addr": "0x1008c095",
"object_size": 80,
"script_name": "FONT",
"via_module_iface": false
},
{
"cpp_class": "CMC_Mouse",
"ctor_addr": "0x1007f590",
"dispatch_addr": "0x1008c0de",
"object_size": 104,
"script_name": "MOUSE",
"via_module_iface": false
},
{
"cpp_class": "CMC_Keyboard",
"ctor_addr": "0x1007d4b0",
"dispatch_addr": "0x1008c12a",
"object_size": 128,
"script_name": "KEYBOARD",
"via_module_iface": false
},
{
"cpp_class": "CMC_Joystick",
"ctor_addr": "0x1007ba20",
"dispatch_addr": "0x1008c173",
"object_size": 116,
"script_name": "JOYSTICK",
"via_module_iface": false
},
{
"cpp_class": "CMC_Timer",
"ctor_addr": "0x100b1350",
"dispatch_addr": "0x1008c1bc",
"object_size": 108,
"script_name": "TIMER",
"via_module_iface": false
},
{
"cpp_class": "CMC_Button",
"ctor_addr": "0x10054130",
"dispatch_addr": "0x1008c208",
"object_size": 232,
"script_name": "BUTTON",
"via_module_iface": false
},
{
"cpp_class": "CMC_Sound",
"ctor_addr": "0x100a2bc0",
"dispatch_addr": "0x1008c251",
"object_size": 84,
"script_name": "SOUND",
"via_module_iface": false
},
{
"cpp_class": "CMC_Sequence",
"ctor_addr": "0x100a0ab0",
"dispatch_addr": "0x1008c29a",
"object_size": 100,
"script_name": "SEQUENCE",
"via_module_iface": false
},
{
"cpp_class": "CMC_CanvasObserver",
"ctor_addr": "0x1005ac00",
"dispatch_addr": "0x1008c2e3",
"object_size": 80,
"script_name": "CANVAS_OBSERVER",
"via_module_iface": false
},
{
"cpp_class": "CMC_Groupped",
"ctor_addr": "0x10072150",
"dispatch_addr": "0x1008c32c",
"object_size": 80,
"script_name": "GROUP",
"via_module_iface": false
},
{
"cpp_class": "CMC_Text",
"ctor_addr": "0x100ad520",
"dispatch_addr": "0x1008c378",
"object_size": 148,
"script_name": "TEXT",
"via_module_iface": false
},
{
"cpp_class": "CMC_EditBox",
"ctor_addr": "0x10068a00",
"dispatch_addr": "0x1008c3c1",
"object_size": 116,
"script_name": "EDITBOX",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": "0x1006e040",
"dispatch_addr": "0x1008c40a",
"object_size": 96,
"script_name": "FILTER",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": "0x100a4490",
"dispatch_addr": "0x1008c453",
"object_size": 92,
"script_name": "STATICFILTER",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": "0x100b8f10",
"dispatch_addr": "0x1008c49c",
"object_size": 80,
"script_name": "VECTOR",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": "0x10092e70",
"dispatch_addr": "0x1008c4e5",
"object_size": 88,
"script_name": "PATH",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": "0x10094120",
"dispatch_addr": "0x1008c52e",
"object_size": 76,
"script_name": "FIFO",
"via_module_iface": false
},
{
"cpp_class": null,
"ctor_addr": "0x10094300",
"dispatch_addr": "0x1008c577",
"object_size": 76,
"script_name": "LIFO",
"via_module_iface": false
},
{
"cpp_class": "CMC_Canvas",
"ctor_addr": "0x10057d10",
"dispatch_addr": "0x1008c5c0",
"object_size": 88,
"script_name": "CANVAS",
"via_module_iface": false
},
{
"cpp_class": "CMC_Pattern",
"ctor_addr": "0x1008f5c0",
"dispatch_addr": "0x1008c609",
"object_size": 100,
"script_name": "PATTERN",
"via_module_iface": false
},
{
"cpp_class": "CMC_Dialog",
"ctor_addr": "0x10063580",
"dispatch_addr": "0x1008c652",
"object_size": 76,
"script_name": "DIALOG",
"via_module_iface": false
},
{
"cpp_class": "CMC_Scroll",
"ctor_addr": "0x1009eff0",
"dispatch_addr": "0x1008c69b",
"object_size": 104,
"script_name": "SCROLL",
"via_module_iface": false
},
{
"cpp_class": "CMC_Structure",
"ctor_addr": "0x100a8690",
"dispatch_addr": "0x1008c6e4",
"object_size": 88,
"script_name": "STRUCT",
"via_module_iface": false
},
{
"cpp_class": "CMC_Database",
"ctor_addr": "0x100615c0",
"dispatch_addr": "0x1008c72d",
"object_size": 104,
"script_name": "DATABASE",
"via_module_iface": false
},
{
"cpp_class": "CMC_Class",
"ctor_addr": "0x1005d290",
"dispatch_addr": "0x1008c779",
"object_size": 124,
"script_name": "CLASS",
"via_module_iface": true
},
{
"cpp_class": "CMC_MultiArray",
"ctor_addr": "0x10083470",
"dispatch_addr": "0x1008c7c1",
"object_size": 88,
"script_name": "MULTIARRAY",
"via_module_iface": true
},
{
"cpp_class": null,
"ctor_addr": "0x10082130",
"dispatch_addr": "0x1008c806",
"object_size": 80,
"script_name": "MOVIE",
"via_module_iface": true
}
]
}