Simon Smith
7cbaf54463
rename ARMVIRT32 ARCHID from 42 to 44
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2025-03-18 11:34:28 +00:00
si458
28d6727426
fix commit dates
2025-03-06 21:44:07 +00:00
si458
604f24ce11
fix win7+server2008r2 support again
2025-03-06 21:37:17 +00:00
si458
39a927f25e
update identifiers and polyfills
...
Signed-off-by: si458 <simonsmith5521@gmail.com >
2024-11-06 15:59:56 +00:00
Simon Smith
105da7dbfa
another wmic replacement
...
Signed-off-by: Simon Smith <simonsmith5521@gmail.com >
2024-11-04 15:23:54 +00:00
Phil Elwell
0ba325af84
Fix agent crash on ARM64 (Raspberry Pi)
...
The function ILibWebClient_ProcessWebSocketData in
microstack/ILibWebClient.c reads a 64-bit integer from an address that
is only 2-byte aligned. ARM64 kernels support unaligned accesses from
userspace, but it is not enabled by default and frowned upon - the
required exception handling is ugly and inefficient.
Fix that illegal access in a simple way with a memcpy. More involved and
efficient solutions are also available, such as replacing the byte order
conversion functions with de/serialise functions that take a pointer.
Fixes: https://github.com/Ylianst/MeshAgent/issues/183
Signed-off-by: Phil Elwell <phil@raspberrypi.com >
2023-06-05 11:24:45 +01:00
Ylian Saint-Hilaire
8d86bcfa1c
Minor fixes to -? help text.
2022-08-24 23:57:15 -07:00
Ylian Saint-Hilaire
e6c3b72b93
Added parentheses.
2022-03-23 14:35:31 -07:00
Ylian Saint-Hilaire
ac5142e064
Added icon back.
2022-02-04 14:21:51 -08:00
Ylian Saint-Hilaire
28676d5860
Updated installation dialog box, new user interface.
2022-01-18 10:58:25 -08:00
Ylian Saint-Hilaire
a678ff77f0
Fixed agent crash in WebRTC
2021-07-11 12:20:43 -07:00
Ylian Saint-Hilaire
5618516cb9
Fixed RCTPRCVDEBUG in ILibSCTP_AddPacketToHoldingQueue.
2021-07-11 11:42:24 -07:00
Ylian Saint-Hilaire
51646002cd
Fixed windows service install dialog box button placement.
2021-07-09 13:10:40 -07:00
Ylian Saint-Hilaire
2a2386b78e
Fixed agent install dialog text.
2021-07-09 12:40:53 -07:00
Ylian Saint-Hilaire
b9ab7d3ca3
Fixed privacy bar movement limitation.
2021-07-09 12:34:15 -07:00
Bryan Roe
a2892996fb
IOActive update for size_t vs int for buffer lengths
2020-10-16 00:48:34 -07:00
Bryan Roe
8cdcfcb187
Addressed Checkmarx issues
2020-09-17 12:59:15 -07:00
Bryan Roe
c89e54cc3f
Autogenerated
2019-11-26 15:11:54 -08:00
Ylian Saint-Hilaire
29b21bcdef
Added Canary to HECI_IoctlHandler()
2019-11-26 14:53:31 -08:00
Ylian Saint-Hilaire
170536b267
Fixed win-virtual-terminal for minification.
2019-11-26 11:09:12 -08:00
Bryan Roe
7cf000571d
1. Fixed compiler warning
...
2. Updated so process.exit() throws exception when called in agent mode
2019-05-14 14:52:39 -07:00
Bryan Roe
03413da00e
Updated windows build script to include commit hash
2019-05-08 21:46:47 -07:00
Bryan Roe
7b98af6a60
Added process.versions
2019-05-08 18:30:13 -07:00