Skip to content

0.7.9

Choose a tag to compare

@daniel5151 daniel5151 released this 24 Jan 23:17
· 14 commits to master since this release

New Protocol Extensions

  • MultiThreadSchedulerLocking - Support running in Scheduler Locking mode. #179 (Satar07)
  • Libraries - List a target's loaded libraries. #183 (mrexodia)
    • Note: This is a platform-agnostic version of the existing System-V/Unix-specific LibrariesSvr4 feature, which landed in 0.7.1

Bugfixes

  • Fixed a bug in the RLE encoding where a $ would be inserted in the packet when encoding runs of 8 chars (e.g: 00000000). #182 (mrexodia)