Skip to content
Commit 87e37588 authored by Tobin C. Harding's avatar Tobin C. Harding
Browse files

leaking_addresses: add range check for vsyscall memory



Currently script checks only first and last address in the vsyscall
memory range. We can do better than this. When checking for false
positives against $match, we can convert $match to a hexadecimal value
then check if it lies within the range of vsyscall addresses.

Check whole range of vsyscall addresses when checking for false
positive.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
parent 15d60a35
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment