Commit Graph
38 Commits
Author SHA1 Message Date
gator96100 5b52d95df7 Fixes for other languages 2020-11-29 01:58:16 +01:00
gator96100 ca580667db Fixes for Windows 7 2020-11-29 00:44:58 +01:00
Philippe Teuwen 923d2942c2 py scripts 2020-11-14 00:44:18 +01:00
Philippe Teuwen e172c33652 pm3: look for cmake proxmark3 executable as well 2020-11-14 00:16:01 +01:00
Marcos Del Sol VivesandPhilippe Teuwen 5d7cdcf1d9 Added PowerShell fallback for WSL
If WSLENV is not set (which, for my clean installation of Win10 with Debian,
it was not), PATH is not populated with Windows' entries and is missing
PowerShell executable, causing the COM port listing to fail.

This commit adds a fallback with the default path if not found in PATH, and
also replaces the wmic.exe check (which is no longer used) with a PSH check.
2020-10-10 12:14:31 +02:00
Marcos Del Sol VivesandPhilippe Teuwen 8a0bbe21d4 Replace awk with sed for WSL
The WSL distribution of Debian uses mawk instead of gawk by default, which
does not support matching into an array as it is currently being done for
extracting the COM port from the device name.

This commit replaces awk by sed, which also simplifies the building of
/dev/ttySx paths.
2020-10-10 12:14:31 +02:00
Philippe Teuwen 5305c33ec1 Add LeakSanitizer suppressions to skip libfontconfig warnings 2020-10-07 02:05:16 +02:00
iceman1001 4daa8aac2c Revert "chg: empty call to powershell.exe triggers colors on ProxSpace"
This reverts commit a5b406bffa.
2020-06-24 11:53:00 +02:00
iceman1001 a5b406bffa chg: empty call to powershell.exe triggers colors on ProxSpace 2020-06-24 11:33:19 +02:00
Philippe Teuwen def55011be and the other one... 2020-06-12 02:02:53 +02:00
Philippe Teuwen d229364a21 Variant for fix #777 independent of sentence and nr of com port digits 2020-06-12 02:01:27 +02:00
iceman1001 47262ce1e9 fix #777 thanks @doegox 2020-06-12 01:34:42 +02:00
iceman1001 fde1fd8732 improved helptext 2020-06-05 11:43:27 +02:00
Philippe Teuwen 6d1beb07c1 pm3: attempt to detect BT dongle when udevadm is not available 2020-05-18 01:16:29 +02:00
Philippe Teuwen 11f02967bc pm3: test access to /dev/ttyXXX files as prerequisite for linux 2020-05-18 01:05:49 +02:00
Philippe Teuwen 227c4e89bd pm3: shellcheck 2020-05-17 12:23:03 +02:00
Philippe Teuwen e3180be45c pm3: err msgs on stderr 2020-05-17 12:12:13 +02:00
Philippe Teuwen be1659b1bf pm3: textual and --list with no device, exit 1 2020-05-17 12:06:39 +02:00
Philippe Teuwen bc767f167f pm3 without udev: change detection routine 2020-05-16 15:58:24 +02:00
Philippe Teuwen 4edea34b6b pm3 script for linux: alternative if udevadm is not available (termux) 2020-05-16 14:24:21 +02:00
Philippe Teuwen ba08d5794c silent err if dbus absent 2020-04-29 15:29:34 +02:00
Philippe Teuwen 4c085245c5 pm3 for direct bt devices 2020-04-29 15:15:25 +02:00
iceman1001 73e6f0d07e chg: moved WSL/PS3.x bt native to be tested first. Since call to Win32_serialport crashes it. 2020-04-29 14:07:26 +02:00
iceman1001 f80f123061 Chg: Bt dongle, bt direct listing of serial ports on WSL and PS3.x, now using powershell.exe since wmic is deprecated 2020-04-29 12:00:49 +02:00
Philippe Teuwen cdd1aef34f pm3: stop as soon as enough devs found 2020-04-21 22:51:36 +02:00