iceman1001
|
bc1c47e81b
|
style
|
2025-04-13 12:25:14 +02:00 |
|
Philippe Teuwen
|
f448ed5c51
|
Fix for GCC 15
|
2025-03-25 23:25:20 +01:00 |
|
iceman1001
|
6ed1853320
|
Revert "Release v4.20142 - Blue Ice"
This reverts commit a657dbda9b .
|
2025-03-25 16:18:49 +01:00 |
|
iceman1001
|
a657dbda9b
|
Release v4.20142 - Blue Ice
|
2025-03-25 16:18:49 +01:00 |
|
iceman1001
|
04a132b6ba
|
style
|
2025-03-25 12:44:59 +01:00 |
|
iceman1001
|
363bc0da8a
|
some extra NULL checks to please cppchecker
|
2025-03-25 12:34:00 +01:00 |
|
Philippe Teuwen
|
c37ca881e6
|
a few calloc checks, still many to go
|
2025-03-24 11:17:40 +01:00 |
|
iceman1001
|
06a1627a95
|
style
|
2025-03-12 16:48:30 +01:00 |
|
iceman1001
|
2137284a93
|
style\n Some improvements to trace list -t seos annotations.
|
2025-03-12 16:41:06 +01:00 |
|
Nathan N
|
d965d5064e
|
Remove duplicated condition
Signed-off-by: Nathan N <noproto@users.noreply.github.com>
|
2024-12-12 00:25:44 -05:00 |
|
iceman1001
|
daff8228a2
|
Revert "Release v4.19552 - Orca"
This reverts commit a039ac18cc .
|
2024-11-22 12:15:19 +01:00 |
|
iceman1001
|
a039ac18cc
|
Release v4.19552 - Orca
|
2024-11-22 12:15:19 +01:00 |
|
iceman1001
|
dd6d9ea5ee
|
forget to update cmake
|
2024-11-20 09:44:05 +01:00 |
|
iceman1001
|
71c86f4b21
|
style
|
2024-09-30 10:36:29 +02:00 |
|
Iceman
|
495759d6bd
|
Merge pull request #2530 from nemanjan00/avx512f
Patch for hardnested attack, for avx512f, by @xianglin1998
|
2024-09-22 10:33:20 +03:00 |
|
Nemanja Nedeljkovic
|
dd9d9d8f9e
|
Patch for hardnested attack, for avx512f, by @xianglin1998
|
2024-09-22 02:30:49 +02:00 |
|
Jean-Michel Picod
|
59f9272993
|
Silly gitignore file
|
2024-09-20 17:39:30 +02:00 |
|
Jean-Michel Picod
|
8a4a6da287
|
Add missing file which was gitingore'd
|
2024-09-20 17:32:18 +02:00 |
|
Jean-Michel Picod
|
18e3600d95
|
Update build and CI scripts to LUA 5.4
|
2024-09-20 17:21:17 +02:00 |
|
Jean-Michel Picod
|
0fcc3107b0
|
Bump LUA version from 5.2 to 5.4
|
2024-09-20 17:21:16 +02:00 |
|
iceman1001
|
b881bbbd00
|
Revert "Release v4.18994 - Backdoor"
This reverts commit cd6dc880ad .
|
2024-09-10 15:40:28 +02:00 |
|
iceman1001
|
cd6dc880ad
|
Release v4.18994 - Backdoor
|
2024-09-10 15:40:28 +02:00 |
|
iceman1001
|
7329dcd3bf
|
Revert "Release v4.18589 - Aurora"
This reverts commit aceed281e8 .
|
2024-05-28 10:36:32 +02:00 |
|
iceman1001
|
aceed281e8
|
Release v4.18589 - Aurora
|
2024-05-28 10:36:32 +02:00 |
|
iceman1001
|
3502da17df
|
assert its smaller than 5
|
2024-05-12 19:36:28 +02:00 |
|
iceman1001
|
c50f109f05
|
the failed compiling on MINGW/proxspace warns over a overflow in buffer[5], the return value in utf8_check_first() can be 0 - 4, which used later in loop as index with 1 as start offset. a 4 will overflow the buffer[5]. Increased buffer with to just in case to support the zero terminator. Another option where this code will bail out is, 0 is goto out, 1 will trigger the assert and break client. A bit ruff I say.
|
2024-05-12 19:14:17 +02:00 |
|
iceman1001
|
5a8917c1d0
|
Revert "Release v4.18341 - Zenith"
This reverts commit 70582c6828 .
|
2024-03-20 23:31:54 +01:00 |
|
iceman1001
|
70582c6828
|
Release v4.18341 - Zenith
|
2024-03-20 23:31:54 +01:00 |
|
iceman1001
|
94c3bdd91c
|
style
|
2024-03-14 11:26:06 +01:00 |
|
Henry Gabryjelski
|
cc2bae2f4d
|
lf em 4x70 writekey --> lf em 4x70 setkey
|
2024-03-13 09:38:35 -07:00 |
|
Henry Gabryjelski
|
12ee192782
|
disable assertions in PM3 build
|
2024-03-03 12:17:02 -08:00 |
|
Henry Gabryjelski
|
545c152d72
|
Remove large (128k) lookup table
|
2024-03-03 12:16:16 -08:00 |
|
Henry Gabryjelski
|
4ebd6d4bff
|
Add id48lib and second half of key recovery.
|
2024-03-03 12:16:16 -08:00 |
|
iceman1001
|
f5e976afa6
|
style
|
2024-02-16 21:59:45 +01:00 |
|
iceman1001
|
c3f2162aff
|
added the bug fixes from liblua5.2.4
|
2024-02-04 16:11:24 +01:00 |
|
Iceman
|
9a621a92f3
|
Merge pull request #2285 from Crispy-fried-chicken/patch-1
Backport CVE-2020-24370's patch
|
2024-02-04 16:08:20 +01:00 |
|
iceman1001
|
ff957e8041
|
text 4324904b60
|
2024-02-04 11:49:38 +01:00 |
|
iceman1001
|
74b93e7c82
|
bug fix - 5705476065
|
2024-02-04 11:48:01 +01:00 |
|
iceman1001
|
bc798a7e01
|
bug fix - ce74637ace
|
2024-02-04 11:44:29 +01:00 |
|
iceman1001
|
c8d91d7f54
|
backport comment 44be021309
|
2024-02-04 11:42:46 +01:00 |
|
iceman1001
|
bd4a6b82b3
|
bug fix - f59b241315
|
2024-02-04 11:41:18 +01:00 |
|
iceman1001
|
f34c746471
|
bug fix - 8efe9f23fa
|
2024-02-04 11:38:41 +01:00 |
|
iceman1001
|
d5e843c750
|
backport - dace83ea30
|
2024-02-04 11:36:29 +01:00 |
|
iceman1001
|
76daa16a7b
|
back port 7ea44b56a8
|
2024-02-04 11:34:24 +01:00 |
|
iceman1001
|
beac4feb84
|
bug fix - 6867055546
|
2024-02-04 11:32:19 +01:00 |
|
iceman1001
|
171419ea88
|
bug fix - 2fb7d94bd6
|
2024-02-04 11:30:29 +01:00 |
|
iceman1001
|
d481042480
|
bug fix - c23f705349
|
2024-02-04 11:28:22 +01:00 |
|
iceman1001
|
2592aeb85e
|
bug fix - 42cf5f8214
|
2024-02-04 11:25:31 +01:00 |
|
iceman1001
|
2f5de9ed0a
|
bug fix - c2ea18726a
|
2024-02-04 11:23:07 +01:00 |
|
iceman1001
|
580e88b245
|
bug fix - dcd35b4595
|
2024-02-04 11:20:40 +01:00 |
|