d668f9697c
update qemuafl
2021-10-01 16:29:48 +02:00
4473904bc0
fix -n
2021-10-01 13:25:02 +02:00
2eac714ac1
Merge pull request #1095 from kotee4ko/dev
...
Fix null ptr de-reference of unresolved symbols on early init
2021-09-27 11:07:22 +02:00
0ed0c9493e
Fix null ptr dereference of unresolved symbols on early init (linking stage)
2021-09-27 06:21:12 +03:00
c8f6a31311
Performance improvements ( #1094 )
2021-09-23 00:05:54 +02:00
a88f6d3b06
Merge pull request #1093 from Mart11n/stable
...
fix a bug in frida_mode/test/libpcap/GNUMakefile
2021-09-21 07:54:52 +02:00
d6500eb298
fix a bug in frida_mode/test/libpcap/GNUMakefile
2021-09-20 18:55:39 +08:00
8dab1db53f
Merge pull request #1058 from llzmb/docs_edit_remote_monitoring
...
Edit remote monitoring and visualization how-to
2021-09-15 12:29:57 +02:00
51b2e86ec0
fix links
2021-09-15 12:28:05 +02:00
6546a0a5fd
Update docs/rpc_statsd.md
2021-09-10 14:26:51 +02:00
48e26d8e06
Merge pull request #1068 from llzmb/docs_edit_faq
...
Edit FAQ
2021-09-09 15:41:26 +02:00
a6c1c24d8e
Merge pull request #1081 from llzmb/docs_edit_readme_move_content_to_docs
...
Edit README.md and move content to docs/
2021-09-09 15:41:05 +02:00
8af84c203c
fix afl-showmap
2021-09-07 19:26:25 +02:00
f760e80729
add check_binary_signatures for afl-* utils
2021-09-07 17:16:23 +02:00
cb01d56616
unicornafl clippy
2021-09-07 15:51:23 +02:00
78d7944bbf
Update docs/rpc_statsd.md
2021-09-07 14:01:27 +02:00
70c03944d2
Update FAQ.md
2021-09-06 21:53:49 +02:00
1a13ae9a98
Edit README.md related content
2021-09-06 21:29:51 +02:00
e1eadecf59
Update docs/rpc_statsd.md
2021-09-06 17:49:27 +02:00
1181f26a50
Delete QuickStartGuide.md
2021-09-05 16:58:53 +02:00
c206fb319b
Edit README.md and related content
2021-09-03 17:08:54 +02:00
dc1f93cf8c
Edit README.md and related content
2021-09-03 17:08:28 +02:00
3f7c5f80fe
Update FAQ.md
2021-09-03 15:45:47 +02:00
d63afa5046
Update FAQ.md
2021-09-03 12:50:28 +02:00
a9b9a76bbb
Update symcc mutator to new afl_custom_queue_new_entry signature ( #1087 )
...
Co-authored-by: van Hauser <vh@thc.org >
2021-09-03 01:19:18 +02:00
6d6353d917
Merge pull request #1085 from WorksButNotTested/seccomp
...
Fixes to build on Ubuntu 18.04
2021-09-02 14:21:24 +02:00
5485ea3cc7
Fixes to make seccomp compile on OSX
2021-09-01 20:30:29 +01:00
9586c77174
Fixes to build on Ubuntu 18.04
2021-09-01 20:03:24 +01:00
773baf9391
Merge pull request #1084 from AFLplusplus/dev
...
push to stable
2021-09-01 08:41:21 +02:00
d4a8a9df69
fix regression in class lookup
2021-08-31 23:54:19 +02:00
9747ac4221
Merge branch 'dev' into docs_edit_readme_move_content_to_docs
2021-08-31 21:19:04 +02:00
583b8e849b
Edit FAQ.md and related content
2021-08-28 20:41:17 +02:00
ec4cae448b
Edit README.md and related content
...
Changes:
- Fix links.
- Add links.
- Restructure content.
2021-08-28 20:25:37 +02:00
fe5b2c355f
Merge pull request #1080 from WorksButNotTested/seccomp
...
Added seccomp support
2021-08-28 11:10:09 +02:00
5559dd9c24
Added seccomp support
2021-08-27 18:38:58 +01:00
353d402aaf
Merge pull request #1077 from AFLplusplus/dev
...
push to stable
2021-08-27 17:06:46 +02:00
7a2f81e0d9
Merge pull request #1079 from devnexen/afl_network_client_solarish
...
Network client linkage fix for solarisish systems.
2021-08-27 16:04:31 +02:00
ca28ca6c05
Network client linkage fix for solarisish systems.
2021-08-27 14:50:44 +01:00
066f60dd2f
Merge pull request #1078 from WorksButNotTested/unstable-coverage
...
Add unstable coverage support
2021-08-27 08:39:27 +02:00
31e34c1634
updated unicornafl
2021-08-26 19:40:15 +02:00
e5f5d5886a
Add unstable coverage support
2021-08-26 18:06:41 +01:00
86f920f645
Merge pull request #1076 from WorksButNotTested/coverage-fixes
...
Coverage fixes
2021-08-26 09:07:56 +02:00
1a8819c9ad
Changes to how modules are identified for coverage
2021-08-25 18:34:39 +01:00
4cdf4d2eaf
Changes to fix coverage output
2021-08-25 18:34:39 +01:00
edda239131
Fix issues with cmplog caused by coverage writing to STDIN
2021-08-25 18:34:39 +01:00
e25f7cefdc
announce llvm 13 support
2021-08-25 12:29:44 +02:00
9e2a94532b
silenced warning in unicornafl rust bindings
2021-08-23 15:35:22 +02:00
2e15661f18
Merge pull request #1074 from AFLplusplus/dev
...
push to stable
2021-08-20 23:54:59 +02:00
ca9c87dd45
Merge pull request #1075 from WorksButNotTested/test
...
Various New Features & Fixes
2021-08-20 23:15:18 +02:00
028f8ced8f
Fixed coverage on OSX (dependency on pipe2)
...
Removed use of 'realpath' in makefiles to fix OSX incompatibility
Fixed handling of when prefetching should be enabled
Snap the main binary during initialization to avoid stability issues with lazy loading
Add support for configurable inline cache entries for FRIDA on x86/x64
Support for prefetching FRIDA backpatches on x86/x64
Improved stats support on x86/x64/aarch64
2021-08-20 17:28:40 +01:00