1 # entry = <kext>:<func>:<type>
3 # <type> = [ kfree zfree fsfree memr memw strr strw read write rw free mem str poison ]
4 # See kasan_internal.h for descriptions of the types
6 # <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
8 # Any field can be empty, which matches everything
11 # OSKext::copyInfo copies the whole cstrings section
12 __kernel__:_ZN6OSKext8copyInfoEP7OSArray:memr
14 # For unit-testing KASan
15 __kernel__:test_blacklist:test
16 __kernel__:test_blacklist_str:memr