Skip to content

Releases: greatscottgadgets/facedancer

3.0.3

19 Sep 12:16
3.0.3
cfb3d58
Compare
Choose a tag to compare

Added

  • Support for specifying string descriptor indices.
  • Allow supported_languages = None for device definitions.
  • Provide an error message when device claim/release fails.
  • New backend method: clear_halt()
  • New backend method: send_on_control_endpoint()
  • HydraDancer backend. (tx @kauwua!)

Fixed

  • Correct byteorder for bcdUSB and bcdDevice.
  • Older facedancer backends were not derived from FacedancerBackend.
  • Log message in handle_set_interface_request was using the incorrect logging method. (tx @kawua!)

3.0.2

20 Aug 14:32
3.0.2
38d8815
Compare
Choose a tag to compare

Changed

  • Added support for Cynthion on Windows.
  • Update docs to reflect current status of GreatFET support on Windows.

3.0.1

19 Aug 14:06
3.0.1
368597d
Compare
Choose a tag to compare

Changed

  • USBProxy now auto-detaches kernel drivers for the device being proxied.
  • Updated documentation with current status of Facedancer support on Windows.

Fixed

  • Clarify the explanatory text for endpoint numbers in the app template. (tx @salcho!)
  • Shutting down Facedancer proxy devices could result in a LIBUSB_ERROR_BUSY (tx @mipek!)
  • Facedancer devices would be incorrectly identified as goodfet when /dev/ttyUSB0 exists on the host device.
  • Fixed ambiguous documentation terminology to always use one of "Target Host", "Control Host".

3.0.0

18 Jun 07:36
4506a0e
Compare
Choose a tag to compare

Added

  • Facedancer documentation has been updated and can be found at: https://facedancer.readthedocs.io
  • A new backend has been added for the Great Scott Gadgets Cynthion.
  • Emulations can now set USB device speed on supported boards.

Changed

  • The Facedancer core API has been rewritten. See the Facedancer documentation for details.
  • Some legacy applets have been replaced with new examples based on the modern Facedancer core:
    • facedancer-ftdi.py => ftdi-echo.py
    • facedancer-keyboard.py => rubber-ducky.py
    • facedancer-umass.py => mass-storage.py

Fixed

  • 64bit LBA support has been added to the mass-storage.py example. (Tx @shutingrz!)

Removed

  • The legacy Facedancer core has been removed. If you're using scripts or training materials that depend on features or APIs removed in v3.0.x please use
    v2.9.x.
  • All legacy applets not ported to the modern Facedancer core have been removed.

2.9.0

19 Feb 14:37
664c865
Compare
Choose a tag to compare

This release is intended as a reference point for anyone who has scripts, training materials etc. that are based on Facedancer v2.x features or API's that have been deprecated from v3 onwards.

Any future bug-fixes or backports to Facedancer 2.9.x should use the v2.9.x branch as the starting point for forks or PR's.