cda84594cc
Merge pull request #1237 from MegaManSec/dev
...
Fix LeakSanitizer Usage.
2021-12-30 10:38:10 +01:00
fd9f61a8c5
fix map size for nyx
2021-12-30 10:37:16 +01:00
8b75680c7a
Fix type.
2021-12-30 03:09:04 +01:00
09c4d9ed75
Fix LeakSanitizer Usage.
...
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK,
however this was the incorrect function to use. According to the
documentation: "Subsequent calls to this function will have no effect
and end-of-process leak check will not run".
This meant that if the memory did not leak on the first usage of
__AFL_LEAK_CHECK, subsquent calls to this macro would never do anything.
Likewise, it is not possible to use an LSAN suppression list with
symbolize=0, so instead __lsan_disable and __lsan_enable are used to
'ignore' certain memory allocations where needed.
2021-12-30 02:54:40 +01:00
02082bcd2e
afl-cc lto fix
2021-12-29 18:24:47 +01:00
fa6a0aba61
typo
2021-12-29 12:54:24 +01:00
dbc62dbe56
sprinkle nyx links in the docs
2021-12-29 11:55:16 +01:00
1a25ccb618
readme for nyx
2021-12-29 11:43:21 +01:00
0792cab566
add power schedule info
2021-12-29 10:57:37 +01:00
b5cb99f6fe
fix nyx lib loading
2021-12-28 20:30:52 +01:00
0a18bf8db5
add readme (needs more though)
2021-12-28 18:01:52 +01:00
48ad95f0e5
nit
2021-12-28 17:42:45 +01:00
fd99ddb1d6
nyx build and install
2021-12-28 17:40:23 +01:00
7e8a491500
exec perm
2021-12-28 17:27:37 +01:00
8b8aaa93bd
nyx code format
2021-12-28 17:26:54 +01:00
f511ebd125
nyx nits
2021-12-28 17:25:46 +01:00
83bf876255
Merge pull request #1233 from nyx-fuzz/dev
...
add Nyx mode
2021-12-28 17:19:34 +01:00
41291d8c72
add Nyx mode
2021-12-28 15:51:43 +01:00
f9d4dcdd85
Merge pull request #1232 from WorksButNotTested/frida
...
Removed redundant instruction
2021-12-28 12:07:16 +01:00
8a681bc163
Removed redundant instruction
2021-12-28 10:10:42 +00:00
51d6f863f5
fix imports to build on Mac ( #1231 )
...
Co-authored-by: Jesse Hertz <>
2021-12-27 18:12:02 +01:00
be00dbc2ac
Merge pull request #1230 from WorksButNotTested/frida
...
Further optimization of AARCH64 code
2021-12-27 15:26:10 +01:00
65ffa4b472
Further optimization of AARCH64 code
2021-12-27 13:07:31 +00:00
7bd2899f2e
fix cpu selection
2021-12-27 12:52:16 +01:00
43b162c222
Merge pull request #1228 from WorksButNotTested/frida
...
Frida
2021-12-27 11:23:24 +01:00
5d9134d6ad
Added test for libxslt
2021-12-27 03:46:28 +00:00
6c8a47f7dc
Changes to not build addr for OSX
2021-12-27 02:38:38 +00:00
89c4fa3051
Fix broken op-codes for AARCH64
2021-12-27 02:28:52 +00:00
81aae9b54c
Changes to explicitly place the previous_pc
2021-12-27 02:28:34 +00:00
54eca027a5
doc review
2021-12-26 03:54:29 +01:00
8fe6282164
force frida test in ci for macos
2021-12-26 03:04:48 +01:00
8588becf47
force frida test in ci for macos
2021-12-26 02:34:34 +01:00
a91d445b5f
make tests working on macos
2021-12-26 01:55:52 +01:00
2d9e0f56b0
debug ci
2021-12-26 01:54:19 +01:00
146eb32c31
make tests working on macos
2021-12-26 01:49:31 +01:00
550dc989b3
debug ci
2021-12-26 01:35:10 +01:00
251264fde5
debug ci
2021-12-26 01:29:58 +01:00
649076600d
debug ci
2021-12-26 01:24:03 +01:00
8521eb8413
debug ci
2021-12-26 01:15:53 +01:00
699c16c7e0
macos ci
2021-12-26 01:08:45 +01:00
6b50a001b0
macos ci
2021-12-26 01:07:29 +01:00
24dd35ef96
macos ci
2021-12-26 01:05:07 +01:00
8217b5ff81
macos ci
2021-12-26 00:00:49 +01:00
7b3b707ae6
macos ci
2021-12-25 23:59:17 +01:00
60b0c38022
macos ci
2021-12-25 23:53:29 +01:00
17d4ae9a16
macos ci
2021-12-25 23:51:12 +01:00
71621bbc52
macos ci
2021-12-25 23:49:47 +01:00
ddc90e1176
macos ci
2021-12-25 23:47:38 +01:00
47488dcd02
nits
2021-12-25 14:21:59 +01:00
185d7f2ede
Merge pull request #1227 from WorksButNotTested/frida
...
Frida
2021-12-24 12:43:42 +01:00