Full Changelog: v0.2.0...v0.3.0
Added
- Fiit Python package is now avalaible on PyPI - fiit-py
- Add new debugger API for advanced debugger scripting in pure Python (7a86634)
Add machine, devices and cpu abstraction layer (676912e):
- Add
machinesubpackage that provides an abstraction for machine, devices and cpu - Add
devsubpackage that provides reusable devices over themachineabstraction - Add
emunicornsubpackage that implements access to emulated Unicorn cpu - Provide reusable introspection tools over the
machineabstraction - Add
FiitCpuFactoryinterface to build configurable cpu instance - Add new plugin interface to build complex hardware and introspection scenario