Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 930 Bytes

RELEASE_NOTES.md

File metadata and controls

21 lines (19 loc) · 930 Bytes

1.2 - 04/12/2020

  • 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

1.1.0 - 10/06/2019

  • 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

1.0.0 - 19/05/2019

  • First Release.