Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread Tobin C. Harding
On Thu, Dec 07, 2017 at 09:41:58AM +0530, kaiwan.billimo...@gmail.com wrote: > On Thu, 2017-12-07 at 10:01 +1100, Tobin C. Harding wrote: > > On Wed, Dec 06, 2017 at 05:21:30PM +0530, kaiwan.billimo...@gmail.com wrote: > > > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > > > > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread Tobin C. Harding
On Thu, Dec 07, 2017 at 09:41:58AM +0530, kaiwan.billimo...@gmail.com wrote: > On Thu, 2017-12-07 at 10:01 +1100, Tobin C. Harding wrote: > > On Wed, Dec 06, 2017 at 05:21:30PM +0530, kaiwan.billimo...@gmail.com wrote: > > > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > > > > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread kaiwan . billimoria
On Thu, 2017-12-07 at 10:01 +1100, Tobin C. Harding wrote: > On Wed, Dec 06, 2017 at 05:21:30PM +0530, kaiwan.billimo...@gmail.com wrote: > > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > > > > Sure, lets try for a generic ver! > > Cool. > > > Thanks for your help on this.. >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread kaiwan . billimoria
On Thu, 2017-12-07 at 10:01 +1100, Tobin C. Harding wrote: > On Wed, Dec 06, 2017 at 05:21:30PM +0530, kaiwan.billimo...@gmail.com wrote: > > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > > > > Sure, lets try for a generic ver! > > Cool. > > > Thanks for your help on this.. >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread Tobin C. Harding
On Wed, Dec 06, 2017 at 06:23:51PM +0530, kaiwan.billimo...@gmail.com wrote: > On Wed, 2017-12-06 at 17:21 +0530, kaiwan.billimo...@gmail.com wrote: > > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > > On Tue, Dec 05, 2017 at 11:56:44AM +0530, kaiwan.billimo...@gmail.com > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread Tobin C. Harding
On Wed, Dec 06, 2017 at 06:23:51PM +0530, kaiwan.billimo...@gmail.com wrote: > On Wed, 2017-12-06 at 17:21 +0530, kaiwan.billimo...@gmail.com wrote: > > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > > On Tue, Dec 05, 2017 at 11:56:44AM +0530, kaiwan.billimo...@gmail.com > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread Tobin C. Harding
On Wed, Dec 06, 2017 at 05:21:30PM +0530, kaiwan.billimo...@gmail.com wrote: > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > On Tue, Dec 05, 2017 at 11:56:44AM +0530, kaiwan.billimo...@gmail.com wrote: > > > Currently, leaking_addresses.pl only supports scanning 64 bit > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread Tobin C. Harding
On Wed, Dec 06, 2017 at 05:21:30PM +0530, kaiwan.billimo...@gmail.com wrote: > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > On Tue, Dec 05, 2017 at 11:56:44AM +0530, kaiwan.billimo...@gmail.com wrote: > > > Currently, leaking_addresses.pl only supports scanning 64 bit > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread kaiwan . billimoria
On Wed, 2017-12-06 at 17:21 +0530, kaiwan.billimo...@gmail.com wrote: > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > On Tue, Dec 05, 2017 at 11:56:44AM +0530, kaiwan.billimo...@gmail.com wrote: > > > Currently, leaking_addresses.pl only supports scanning 64 bit > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread kaiwan . billimoria
On Wed, 2017-12-06 at 17:21 +0530, kaiwan.billimo...@gmail.com wrote: > On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > > On Tue, Dec 05, 2017 at 11:56:44AM +0530, kaiwan.billimo...@gmail.com wrote: > > > Currently, leaking_addresses.pl only supports scanning 64 bit > > >

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread kaiwan . billimoria
On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > On Tue, Dec 05, 2017 at 11:56:44AM +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

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-06 Thread kaiwan . billimoria
On Wed, 2017-12-06 at 15:04 +1100, Tobin C. Harding wrote: > On Tue, Dec 05, 2017 at 11:56:44AM +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

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-05 Thread Tobin C. Harding
On Tue, Dec 05, 2017 at 11:56:44AM +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

Re: [PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-05 Thread Tobin C. Harding
On Tue, Dec 05, 2017 at 11:56:44AM +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

[PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-04 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

[PATCH v3] scripts: leaking_addresses: add support for 32-bit kernel addresses

2017-12-04 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