mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
aligned libdislocator in readme
This commit is contained in:
@ -29,7 +29,7 @@ heap-related security bugs in several ways:
|
|||||||
- Optionally, in platforms supporting it, huge pages can be used by passing
|
- Optionally, in platforms supporting it, huge pages can be used by passing
|
||||||
USEHUGEPAGE=1 to make.
|
USEHUGEPAGE=1 to make.
|
||||||
|
|
||||||
- Size alignment to `sizeof(void*)` can be enforced with AFL_ALIGNED_ALLOC=1.
|
- 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
|
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
|
of the allocated zone. This reduce the ability of libdislocator to detect
|
||||||
off-by-one bugs but also it make slibdislocator compliant to the C standard.
|
off-by-one bugs but also it make slibdislocator compliant to the C standard.
|
Reference in New Issue
Block a user