Releases: mandiant/speakeasy
Releases · mandiant/speakeasy
v1.6.1
🤦🏻 didn't update the version number, so deploys didn't work. This is just 1.6.0 but hopefully will be published to PyPI.
Full Changelog: v1.6.0...v1.6.1
v1.6.0
This is the last (planned) release before we upgrade the underlying Unicorn dependency from v1 to v2. This may result in some new bugs and changes, which we'll address as minor/point releases on the upcoming Speakeasy v2 release line.
What's Changed
- Added SetFilePointerEx by @sacx in #210
- Added StartServiceA and ControlService dummy functions by @sacx in #211
- Fix incorrect type (tuple) getting added to string list by @0xa13d in #212
- Adding stack_commit parameter for shellcode by @ronbarrey in #213
- changes + additions by @lucebac in #214
- IsProcessorFeaturePresent by @sacx in #215
- Added GetSystemDefaultLCID by @sacx in #219
- Added InitCommonControls by @sacx in #220
- Added dummy functions for by @sacx in #221
- Fix potential ZwMapViewOfSection and GetKeyboardLayoutList bugs and add support for SystemCodeInformation class by @stonerhash in #226
- Allocate SizeOfStackReserve instead of fixed value in 'load_module' by @cecio in #229
- Implementation of ShellExecuteEx by @cecio in #230
- Add more API and some bugs fix by @HongThatCong in #231
- Add WSAConnect API by @0xa13d in #238
- Add several API hooks to emulate through couple of Rust samples. by @dmsft in #242
New Contributors
- @0xa13d made their first contribution in #212
- @ronbarrey made their first contribution in #213
- @lucebac made their first contribution in #214
- @stonerhash made their first contribution in #226
- @HongThatCong made their first contribution in #231
- @dmsft made their first contribution in #242
Full Changelog: v1.5.11...v1.6.0
Speakeasy v1.5.11
Many API handler improvements and additions.
Many bug fixes.
Speakeasy v1.5.10
Many API handler improvements and additions.
Many bug fixes.
Speakeasy v1.5.9
- New API handlers
- bug fixes
Speakeasy v1.5.8.1
New API handlers
Speakeasy v1.5.7.2
- New CLI entrypoint (no more 'run_speakeasy.py', it's just 'speakeasy' now)
- Child process emulation support
- New API handlers
- API handler bug fixes and improvements
Speakeasy v1.5.7.1
- New CLI entrypoint (no more 'run_speakeasy.py', it's just 'speakeasy' now)
- Child process emulation support
- New API handlers
- API handler bug fixes and improvements
Speakeasy v1.5.6
- Bug fixes
- Additional hook types (invalid instructions)
- Many new API handlers
- More accurate SEH emulation
- Better TLS support
Speakeasy v1.5.5
- Bug fixes