MCPcopy Create free account

hub / github.com/axi0mX/ipwndfu / functions

Functions392 in github.com/axi0mX/ipwndfu

Functionget_string
r"""Retrieve a string descriptor from the device. dev is the Device object which the string will be read from. index is the string descripto
usb/util.py:285
Functionhex_dump
(data, address)
utilities.py:29
Methodinterfaces
r"""Return a tuple of the configuration interfaces.
usb/core.py:614
MethodinterruptRead
r"""Performs a interrupt read request to the endpoint specified. Arguments: endpoint: endpoint number. si
usb/legacy.py:179
MethodinterruptWrite
r"""Perform a interrupt write request to the endpoint specified. Arguments: endpoint: endpoint number. bu
usb/legacy.py:167
Methodintr_read
(self, dev_handle, ep, intf, buff, timeout)
usb/backend/libusb0.py:554
Methodintr_read
(self, dev_handle, ep, intf, buff, timeout)
usb/backend/libusb1.py:845
Methodintr_read
(self, dev_handle, ep, intf, buff, timeout)
usb/backend/openusb.py:672
Methodintr_read
r"""Perform an interrut read. dev_handle is the value returned by the open_device() method. The ep parameter is the bEndpointAddress
usb/backend/__init__.py:279
Methodintr_write
(self, dev_handle, ep, intf, data, timeout)
usb/backend/libusb0.py:545
Methodintr_write
(self, dev_handle, ep, intf, data, timeout)
usb/backend/libusb1.py:836
Methodintr_write
(self, dev_handle, ep, intf, data, timeout)
usb/backend/openusb.py:662
Methodintr_write
r"""Perform an interrupt write. dev_handle is the value returned by the open_device() method. The ep parameter is the bEndpointAddres
usb/backend/__init__.py:264
Methodis_kernel_driver_active
r"""Determine if there is kernel driver associated with the interface. If a kernel driver is active, the object will be unable to perform
usb/core.py:1053
Methodis_kernel_driver_active
(self, dev_handle, intf)
usb/backend/libusb1.py:896
Methodis_kernel_driver_active
r"""Determine if a kernel driver is active on an interface. If a kernel driver is active, you cannot claim the interface, and the bac
usb/backend/__init__.py:359
Methodiso_read
(self, dev_handle, ep, intf, buff, timeout)
usb/backend/libusb0.py:569
Methodiso_read
(self, dev_handle, ep, intf, buff, timeout)
usb/backend/libusb1.py:859
Methodiso_read
r"""Perform an isochronous read. dev_handle is the value returned by the open_device() method. The ep parameter is the bEndpointAddre
usb/backend/__init__.py:309
Methodiso_write
(self, dev_handle, ep, intf, data, timeout)
usb/backend/libusb0.py:563
Methodiso_write
(self, dev_handle, ep, intf, data, timeout)
usb/backend/libusb1.py:854
Methodiso_write
r"""Perform an isochronous write. dev_handle is the value returned by the open_device() method. The ep parameter is the bEndpointAddr
usb/backend/__init__.py:294
Methodlangids
Return the USB device's supported language ID codes. These are 16-bit codes familiar to Windows developers, where for example instea
usb/core.py:804
Functionleak
(device)
checkm8.py:119
Functionlibusb1_path
()
libusbfinder/__init__.py:112
Functionlibusb_fill_iso_transfer
r"""This function is inline in the libusb.h file, so we must implement it. lib.libusb_fill_iso_transfer.argtypes = [
usb/backend/libusb1.py:519
Functionlibusb_set_iso_packet_lengths
r"""This function is inline in the libusb.h file, so we must implement it. lib.libusb_set_iso_packet_lengths.argtypes = [
usb/backend/libusb1.py:489
Functionload_locate_library
Locates and loads a library. Returns: the loaded library arguments: * candidates -- candidates list for locate_library() * cygwin
usb/libloader.py:130
Methodmanufacturer
Return the USB device's manufacturer string descriptor. This property will cause some USB traffic the first time it is accessed and
usb/core.py:845
Methodmemcpy
(self, dest, src, length)
usbexec.py:38
Methodmemset
(self, address, c, length)
usbexec.py:37
Functionmethodtrace
(logger)
usb/_debug.py:51
Methodname
(self)
device_platform.py:48
Methodnor_dump
(self, saveBackup)
dfuexec.py:183
Methodopen_device
(self, dev)
usb/backend/libusb1.py:785
Methodopen_device
(self, dev)
usb/backend/openusb.py:610
Methodopen_device
r"""Open the device for data exchange. This method opens the device identified by the dev parameter for communication. This method mu
usb/backend/__init__.py:162
Methodproduct
Return the USB device's product string descriptor. This property will cause some USB traffic the first time it is accessed and cache
usb/core.py:834
Methodread
r"""Read data from the endpoint. The parameter size_or_buffer is either the number of bytes to read or an array object where the data
usb/core.py:389
Methodread_memory_ptr
(self, address)
usbexec.py:39
Methodread_memory_uint16
(self, address)
usbexec.py:41
Methodread_memory_uint32
(self, address)
usbexec.py:42
Methodread_memory_uint64
(self, address)
usbexec.py:43
Methodread_memory_uint8
(self, address)
usbexec.py:40
MethodreleaseInterface
r"""Release an interface previously claimed with claimInterface.
usb/legacy.py:233
Functionrelease_device
(device)
recovery.py:22
Functionrelease_device
(device)
dfu.py:26
Functionrelease_interface
r"""Explicitly release an interface. This function is used to release an interface previously claimed, either through a call to claim_interfa
usb/util.py:207
Methodrelease_interface
(self, dev_handle, intf)
usb/backend/libusb1.py:814
Methodrelease_interface
(self, dev_handle, intf)
usb/backend/openusb.py:638
Methodrelease_interface
r"""Release the claimed interface. dev_handle and intf are the same parameters of the claim_interface method.
usb/backend/__init__.py:226
Functionremove_exploit
(nor)
alloc8.py:110
Functionremove_exploit
(img3)
image3_24Kpwn.py:30
Functionrequest_image_validation
(device)
dfu.py:62
Methodreset
r"""Reset the specified device by sending a RESET down the port it is connected to.
usb/legacy.py:238
MethodresetEndpoint
r"""Reset all states for the specified endpoint. Arguments: endpoint: endpoint number.
usb/legacy.py:243
Functionreset_counters
(device)
dfu.py:30
Methodreset_device
(self, dev_handle)
usb/backend/libusb1.py:892
Methodreset_device
(self, dev_handle)
usb/backend/openusb.py:717
Methodreset_device
r"""Reset the device.
usb/backend/__init__.py:355
Methodsecurerom_dump
(self)
dfuexec.py:152
Functionsend_command
(device, command)
recovery.py:26
Functionsend_data
(device, data)
recovery.py:30
Functionsend_data
(device, data)
dfu.py:43
Methodserial_number
Return the USB device's serial number string descriptor. This property will cause some USB traffic the first time it is accessed and
usb/core.py:823
Methodset
r"""Set this configuration as the active one.
usb/core.py:618
MethodsetAltInterface
r"""Sets the active alternate setting of the current interface. Arguments: alternate: an alternate setting number or an Interface
usb/legacy.py:262
MethodsetConfiguration
r"""Set the active configuration of a device. Arguments: configuration: a configuration value or a Configuration object.
usb/legacy.py:251
Methodset_altsetting
r"""Set the interface alternate setting.
usb/core.py:495
Functionset_configuration
r"""Set the current device configuration. dev is the Device object to which the request will be sent to.
usb/control.py:221
Methodset_configuration
(self, dev_handle, config_value)
usb/backend/libusb0.py:492
Methodset_configuration
(self, dev_handle, config_value)
usb/backend/libusb1.py:793
Methodset_configuration
(self, dev_handle, config_value)
usb/backend/openusb.py:620
Methodset_configuration
r"""Set the active device configuration. This method should be called to set the active configuration of the device. The dev_handle p
usb/backend/__init__.py:182
Functionset_descriptor
r"""Update an existing descriptor or add a new one. dev is the Device object to which the request will be sent to. The desc parameter is
usb/control.py:175
Functionset_feature
r"""Set/enable a specific feature. dev is the Device object to which the request will be sent to. feature is the feature you want to ena
usb/control.py:131
Functionset_interface
r"""Set the alternate setting of the interface. dev is the Device object to which the request will be sent to.
usb/control.py:246
Methodset_interface_altsetting
(self, dev_handle, intf, altsetting)
usb/backend/libusb0.py:516
Methodset_interface_altsetting
(self, dev_handle, intf, altsetting)
usb/backend/libusb1.py:803
Methodset_interface_altsetting
(self, dev_handle, intf, altsetting)
usb/backend/openusb.py:630
Methodset_interface_altsetting
r"""Set the interface alternate setting. This method should only be called when the interface has more than one alternate setting. Th
usb/backend/__init__.py:203
Functionshow_devices
Show information about connected devices. The verbose flag sets to verbose or not. **kwargs are passed directly to the find() function.
usb/core.py:1273
Functionsynchronized
(f)
usb/core.py:97
Methodusb_serial_number
(self, key)
usbexec.py:69
Functionwrapper
(self, *args, **kwargs)
usb/core.py:99
Methodwrite
r"""Write data to the endpoint. The parameter data contains the data to be sent to the endpoint and timeout is the time limit of the
usb/core.py:376
Methodwrite_memory
(self, address, data)
dfuexec.py:179
Methodwrite_memory_ptr
(self, address, value)
usbexec.py:45
Methodwrite_memory_uint16
(self, address, value)
usbexec.py:47
Methodwrite_memory_uint32
(self, address, value)
usbexec.py:48
Methodwrite_memory_uint64
(self, address, value)
usbexec.py:49
Methodwrite_memory_uint8
(self, address, value)
usbexec.py:46
← previous301–392 of 392, ranked by callers