I found a patch for MIPS64 that enables KASAN support: /[email protected]/#22851077
Is it possible to add KASAN support to MIPS32?
I want to find out-of-bounds and use-after-free conditions in my WiFi module, but I can't compile for other architectures that support KASAN.
Can TLB on mips32 work with shadow memory?