RE: How to disable address randomization ?

2022-01-13 Thread admin LI
correctly. > >Chan > > > >From: admin LI >Sent: Friday, January 14, 2022 6:02 AM >To: kernelnewbies@kernelnewbies.org >Subject: How to disable address randomization ? > > > >Hi, > >I'm developing a kernel module for an ARM machine, while debugging I >fou

Re: How to disable address randomization ?

2022-01-13 Thread admin LI
are zeroed. If you _really_ want the address see %px below. ⁣Get BlueMail for Android ​ On Jan 13, 2022, 23:44, at 23:44, Jeffrey Walton wrote: >On Thu, Jan 13, 2022 at 4:04 PM admin LI wrote: >> >> I'm developing a kernel module for an ARM machine, while debugging I >found ad

How to disable address randomization ?

2022-01-13 Thread admin LI
Hi, I'm developing a kernel module for an ARM machine, while debugging I found addresses printed are all randomized and useless for debugging. To prove I was not crazy I wrote this small program: - #include #include #include #include MODULE_LICENSE("GPL");