Added DexFileAsanRegistrar and necessary additions
This class was made so that sections of dex files can be easily poisoned to check accesses to those sections. In order to enable logging of reads to poisoned sections, use art/tools/add_package_property.sh along with package name on the device and art/tools/asan.sh. Bug: 37754950 Test: export ART_DEX_FILE_ACCESS_TRACKING=true ; mm -j && mm -j SANITIZE_TARGET=address SANITIZE_LITE=true test-art-host; Change-Id: I41102f6c2cac98c9a49c80d4e6b99d92d909fd04
Loading
Please sign in to comment