Skip to content

Releases: mandiant/speakeasy

v1.6.1

19 Feb 15:24
35b6600
Compare
Choose a tag to compare

🤦🏻 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

19 Feb 15:21
cdf4424
Compare
Choose a tag to compare

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

Full Changelog: v1.5.11...v1.6.0

Speakeasy v1.5.11

08 Jun 21:55
Compare
Choose a tag to compare

Many API handler improvements and additions.
Many bug fixes.

Speakeasy v1.5.10

08 Jun 21:40
Compare
Choose a tag to compare

Many API handler improvements and additions.
Many bug fixes.

Speakeasy v1.5.9

23 Nov 23:40
Compare
Choose a tag to compare
  • New API handlers
  • bug fixes

Speakeasy v1.5.8.1

10 Nov 18:31
Compare
Choose a tag to compare

New API handlers

Speakeasy v1.5.7.2

12 Oct 15:27
Compare
Choose a tag to compare
  • 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

12 Oct 15:11
Compare
Choose a tag to compare
  • 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

28 Jul 18:49
Compare
Choose a tag to compare
  • Bug fixes
  • Additional hook types (invalid instructions)
  • Many new API handlers
  • More accurate SEH emulation
  • Better TLS support

Speakeasy v1.5.5

29 Jun 17:22
Compare
Choose a tag to compare
  • Bug fixes