Re: [PATCH v4] leaking_addresses: add support for x86 32-bit kernel addresses

2017-12-06 Thread Tobin C. Harding
On Thu, Dec 07, 2017 at 08:47:36AM +0530, kaiwan.billimo...@gmail.com wrote: > Currently, leaking_addresses.pl only supports scanning 64 bit > architectures. This is due to how the regular expressions are formed. We > can do better than this. 32 architectures can be supported if we take > into cons

[PATCH v4] leaking_addresses: add support for x86 32-bit kernel addresses

2017-12-06 Thread kaiwan . billimoria
Currently, leaking_addresses.pl only supports scanning 64 bit architectures. This is due to how the regular expressions are formed. We can do better than this. 32 architectures can be supported if we take into consideration the kernel virtual address split (via the PAGE_OFFSET kernel configurable).