An introduction to KProbes
An introduction to KProbes
Posted Nov 19, 2018 19:22 UTC (Mon) by rkv (guest, #128587)Parent article: An introduction to KProbes
Are you able to copy_from_user within a jprobe entry handler (where you have access to the system call's arguments)? If not, are there any techniques to bypass this restriction (ie. disabling interrupts) or another way to get memory from userspace while in this context?