pleonex / NitroDebugger

Remote debugger for Nintendo DS games
MIT License
30 stars 4 forks source link

IO Interface and implementations #3

Closed pleonex closed 9 years ago

pleonex commented 9 years ago

Hex editor and dissasembler need a transparent way to get data (read) and to set data (write). Since, this data can be from the RAM memory or from a file, there must be an interface and implementations to make that transparent.

pleonex commented 9 years ago

Implemented in #35 inheriting from Stream base class.