Re: [PATCH v2] scripts: add leaking_addresses.pl

2017-11-01 Thread Tobin C. Harding
On Wed, Nov 01, 2017 at 09:48:19PM +1100, Tobin C. Harding wrote: > Currently we are leaking addresses from the kernel to user space. This > script is an attempt to find those leakages. Script parses `dmesg` > output and /proc and /sys files for hex strings that look like kernel > addresses. > > O

[PATCH v2] scripts: add leaking_addresses.pl

2017-11-01 Thread Tobin C. Harding
Currently we are leaking addresses from the kernel to user space. This script is an attempt to find those leakages. Script parses `dmesg` output and /proc and /sys files for hex strings that look like kernel addresses. Only works for 64 bit kernels, the reason being that kernel addresses on 64 bit