diff options
| author | lazymio <mio@lazym.io> | 2022-04-24 20:13:40 +0200 |
|---|---|---|
| committer | lazymio <mio@lazym.io> | 2022-04-24 20:13:40 +0200 |
| commit | ee50f41d29ea67282e7bd2a2fc495c6e09922916 (patch) | |
| tree | 346a5bd5066ee472cb329fe628eda0f53d83b20e /utils/libdislocator/README.md | |
| parent | aeeca164b5a01eebc9c7cb386155375980e1fdc2 (diff) | |
| parent | b2c96f66eef42a58d2b62f98a5cec6f5f483dbde (diff) | |
| download | afl++-ee50f41d29ea67282e7bd2a2fc495c6e09922916.tar.gz | |
Merge origin/dev
Diffstat (limited to 'utils/libdislocator/README.md')
| -rw-r--r-- | utils/libdislocator/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/libdislocator/README.md b/utils/libdislocator/README.md index 68ac9143..e4934b5d 100644 --- a/utils/libdislocator/README.md +++ b/utils/libdislocator/README.md @@ -29,6 +29,9 @@ heap-related security bugs in several ways: - Optionally, in platforms supporting it, huge pages can be used by passing `USEHUGEPAGE=1` to make. + - Optionally, in platforms supporting it, `named` pages can be used by passing + `USENAMEDPAGE=1` to make. + - Size alignment to `max_align_t` can be enforced with `AFL_ALIGNED_ALLOC=1`. In this case, a tail canary is inserted in the padding bytes at the end of the allocated zone. This reduce the ability of libdislocator to detect @@ -64,4 +67,4 @@ require AFL-instrumented binaries to work. Note that the AFL_PRELOAD approach (which AFL++ internally maps to LD_PRELOAD or DYLD_INSERT_LIBRARIES, depending on the OS) works only if the target binary is dynamically linked. Otherwise, attempting to use the library will have no -effect. \ No newline at end of file +effect. |
