Project Goals
- Simple enough to create a parser for it
- The format should able to contain other format such as debug
format. Just like elf embed dwarf information - Allow us create an executable loader to load it up and run in
mac+windows+linux - Extensible
- The parser/loader must run fast, i mean quite fast in the
beginning. In the beginning stage, just a workable solution is enough - Needs to have incremental build support
- 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 - Support versioning
Team Members
- Peter Cheung <[email protected]>
- Rick C. Hodgin
- Professor Lo, from National Chung Cheng University, his blog https://www.cs.ccu.edu.tw/~shiwulo/
GitLab