Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 406 Bytes

follow-up.md

File metadata and controls

16 lines (13 loc) · 406 Bytes

03.26

  • Setup project
  • Add basic memory class

03.27

  • Add a memory extractor
    • It can be usefull to initialize a chunck of memory with predetermined values from a file or an input stream.

03.28

  • Improve memory extractors
    • We are now able to extract memory from a file !

03.29

  • Add memory read/write operations support
    • We are able to properly read/write memory !