Module: OBF::C4v

Defined in:
lib/obf/c4v.rb

Class Method Summary collapse

Class Method Details

.to_external(c4v_path) ⇒ Object



2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# File 'lib/obf/c4v.rb', line 2

def self.to_external(c4v_path)
  # load the sqlite file, read the following into memory:
  # - action_data
  # - actions
  # - button_box_cells
  # - button_box_instances
  # - button_boxes
  # - button_set_modifiers
  # - button_sets
  # - button_styles
  # - buttons
  # - pages
  # - resources
  # - special_pages

  # then use the munger code to convert to a hash of boards
end