- All code was ported to .NET Core
- Added Initialize method in Library to give a chance for initialization before the emulation starts
- Print function name in disassembly representation
- Fixed error on Library emulation loading
- Improved snapshot creation and fixed some errors
- Added instruction cache to speed up performance
- Fixed bugs (PEB creation)
- Created Tengu utility
- Added support to load external libraries
- PEB->Ldr is correctly initialized according to the loaded modules
- It is now possible to set memory hooks
- Implemented C# binding to easier the usage of Sojobo library from C# developers
- Added support to automatically load libraries (can be disabled via settings)
- Added support to make Sandbox snapshot
- Created documentation page
- First Release.