1# entry = <kext>:<func>:<type> 2# 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 5# 6# <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper. 7# 8# Any field can be empty, which matches everything 9 10 11# OSKext::copyInfo copies the whole cstrings section 12__kernel__:_ZN6OSKext8copyInfoEP7OSArray:memr 13 14# For unit-testing KASan 15__kernel__:test_blacklist:test 16__kernel__:test_blacklist_str:memr 17