Skip to content

RobertZ2011/libusb-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libusb-shim

A shim library that intercepts and logs calls to libusb, designed to be used to reverse engineer USB protocols.

Usage

LD_PRELOAD=/path/to/libusb-shim.so command

libusb-shim can be configured through these enviromental variables

  • LIBUSB_SHIM_LOG_PATH: Path to log file, defaults to ./libusb-shim-log
  • LIBUSB_PATH: Path to libusb shared object, defaults to libusb-1.0.so

usb-shim.py

This is a simple script that makes it easier to use libusb-shim, see usb-shim.py --help for usage

About

Shim library to intercept calls to libusb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published