Skip to content

Emulate the Samsung T5 SSD USB transactions sent during unlock

Notifications You must be signed in to change notification settings

cynthi8/samsung-T5-emulate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

Samsung T5 SSD emulation (Virtual USB device)

Emulate the Samsung T5 SSD USB transactions sent during unlock.

Setup

Check that usbip is installed

usbip
sudo apt install linux-tools-5.13.0-37-generic

Load the Virtual Host Controller Interface module

sudo modprobe vhci-hcd

Start the USB emulation and list or attach to the emulated device

python hid-mouse.py
sudo usbip list -r 127.0.0.1
sudo usbip attach -r 127.0.0.1 -b '1-1'

Potential Errors

To fix usbip: error: failed to open /usr/share/hwdata//usb.ids, run these commands.

This enables usbip to decode Manufactor and Product IDs

mkdir /usr/share/hwdata
ln -sf /var/lib/usbutils/usb.ids /usr/share/hwdata/

About

Emulate the Samsung T5 SSD USB transactions sent during unlock

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%