Commit Graph

273 Commits

Author SHA1 Message Date
1617e54a06 Add packet to close device. 2019-10-26 15:47:36 +01:00
934a836412 Use 32-bit fields for packet ID. 2019-10-26 15:34:00 +01:00
c37477c9fb Make everything compile with .NET Core 2.2. 2019-10-25 23:20:16 +01:00
a1398d1b2c Refactor remote variable name. 2019-10-21 23:39:04 +01:00
8a0d073c27 Write remote information in dump log. 2019-10-21 23:36:57 +01:00
92384ac816 Add buffer to socket receive. 2019-10-21 19:05:19 +01:00
ee3702e44d Fix returning from remote commands. 2019-10-19 19:08:54 +01:00
79c952d1ff Implement remote SDHCI packets. 2019-10-19 19:08:54 +01:00
8eae16b566 Implement remote ATA packets. 2019-10-19 19:08:53 +01:00
a8f3fc912d Implemente remote Get PCMCIA Data packet. 2019-10-19 19:08:53 +01:00
b7f6170a1f Implemente remote Get FireWire Data packet. 2019-10-19 19:08:53 +01:00
2cfcdf8842 Get USB Data remote packet. 2019-10-19 19:08:53 +01:00
bcf8f3951b Fix remote string marshalling. 2019-10-19 19:08:52 +01:00
e2251750a2 Fix possible nullreference with usb devices. 2019-10-19 19:08:52 +01:00
e51f95e4f0 Implement Get SDHCI Registers remote packet. 2019-10-19 19:08:52 +01:00
8c0e01aa2c Implement SCSI remote packet. 2019-10-19 19:08:52 +01:00
357631b203 Implement get device type packet. 2019-10-19 19:08:52 +01:00
0e653cec10 Add packets to get USB, FireWire and PCMCIA data. 2019-10-19 19:08:51 +01:00
ef92d42641 Add packet to retrieve SD/MMC boot registers. 2019-10-19 19:08:51 +01:00
3df019304f Add packet for get device type. 2019-10-19 19:08:51 +01:00
1dd75018e3 Add packets for SCSI, ATA and SDHCI commands. 2019-10-19 19:08:51 +01:00
53a8a11408 Add stubs for remote device commands. 2019-10-19 19:08:51 +01:00
63544feaec Fix inverted error. 2019-10-19 19:08:50 +01:00
ecad51de73 Send device open command packet. 2019-10-19 19:08:50 +01:00
a83be0d5d6 Add open device packet. 2019-10-19 19:08:50 +01:00
c4dea2ee04 Add errno to NOP packet. 2019-10-19 19:08:50 +01:00
6a4e2acb56 Open remote host for devices starting with dic:// 2019-10-19 19:08:50 +01:00
7fd5b16b1d Add NOP packet. 2019-10-19 19:08:49 +01:00
ac5faa6f65 Attach host name to device list when remote. 2019-10-19 19:08:49 +01:00
fd42ab8f03 Interpret device list from remote. 2019-10-19 19:08:49 +01:00
21194cb063 Add padding to device info list member. 2019-10-19 19:08:48 +01:00
b8a04b880a Fix comparison. 2019-10-19 19:08:48 +01:00
c34e096bb3 Send correct architecture on remote connection. 2019-10-19 19:08:48 +01:00
eceda313ad Send list devices packet to remote. 2019-10-19 19:08:48 +01:00
580b8e0981 Allow listing devices from remote. 2019-10-19 19:08:48 +01:00
58b2b84f0a Move remote connection to Devices. 2019-10-19 19:08:47 +01:00
b655b617c8 Add packets for list devices. 2019-10-19 19:08:47 +01:00
083517b8ed Send hello packet. 2019-10-19 19:08:47 +01:00
36d273b7af Receive hello packet. 2019-10-19 19:08:47 +01:00
7f5a775941 Added base for remote connection and hello packet. 2019-10-19 19:08:46 +01:00
44a4fab381 Update dependencies. 2019-09-19 15:02:21 +01:00
d088cf66ea Fix compiling .NET 4.5 using .NET Core msbuild. 2019-09-13 19:46:29 +01:00
b6c7e84762 Remove the ability to support little endian from BigEndianBitConverter. 2019-05-11 20:49:32 +01:00
c465f35833 Set default on SSC LOCATE to not change partition. 2019-05-07 01:22:30 +01:00
5dd1083ef0 Do not crash when enumerating optical drives without a drive letter under Win32. 2019-04-21 20:34:30 +01:00
9cbbea94a6 Be able to enumerate devices under win32 when running under .NET Core. 2019-04-21 20:32:18 +01:00
7610f4f779 Code styling. 2019-03-11 19:22:26 +00:00
3dbf89a38c Get serial number using MMC GET CONFIGURATION for optical drives. 2019-02-12 23:04:53 +00:00
59e2907500 Allow opening read-only devices on Linux. 2019-01-01 02:06:00 +00:00
f2caa8c40f General code refactor and reformat. 2018-12-31 13:17:27 +00:00