mythos icon indicating copy to clipboard operation
mythos copied to clipboard

implement support for KASAN

Open rottaran opened this issue 5 years ago • 0 comments

The Kernel Address Sanitizer looks very helpful.

  • https://www.kernel.org/doc/html/latest/dev-tools/kasan.html
  • https://a13xp0p0v.github.io/img/Alexander_Popov-KASan_in_a_Bare-Metal_Hypervisor.pdf
  • https://events.static.linuxfound.org/sites/events/files/slides/LinuxCon%20North%20America%202015%20KernelAddressSanitizer.pdf
  • https://elixir.bootlin.com/linux/v5.9.2/source/mm/kasan
  • https://elixir.bootlin.com/linux/v5.9.2/source/lib/ubsan.c

rottaran avatar Oct 29 '20 14:10 rottaran