Project Goals

  1. Simple enough to create a parser for it
  2. The format should able to contain other format such as debug
    format. Just like elf embed dwarf information
  3. Allow us create an executable loader to load it up and run in
    mac+windows+linux
  4. Extensible
  5. The parser/loader must run fast, i mean quite fast in the
    beginning. In the beginning stage, just a workable solution is enough
  6. Needs to have incremental build support
  7. Should also have the ability to create a “binary diff” between what was
    loaded, and what needs to be loaded, based on the latest incremental build
  8. Support versioning
 
Team Members
  1. Peter Cheung <peter@quantr.hk>
  2. Rick C. Hodgin 
  3. Professor Lo, from National Chung Cheng University, his blog https://www.cs.ccu.edu.tw/~shiwulo/
GitLab