Skip to content

v1.6.0

Compare
Choose a tag to compare
@williballenthin williballenthin released this 19 Feb 15:21
· 5 commits to master since this release
cdf4424

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