| Index: syzygy/agent/memprof/memprof.def
|
| diff --git a/syzygy/agent/memprof/memprof.def b/syzygy/agent/memprof/memprof.def
|
| index 281e4bf95df06cdbc6fa2e7ee0b329c6248a650c..f24dde19ec75458b855ec00e6f26ff5e8c25f931 100644
|
| --- a/syzygy/agent/memprof/memprof.def
|
| +++ b/syzygy/agent/memprof/memprof.def
|
| @@ -54,6 +54,10 @@ EXPORTS
|
| asan_check_repz_2_byte_cmps_access
|
| asan_check_repz_4_byte_cmps_access
|
|
|
| + asan_check_repz_1_byte_lods_access
|
| + asan_check_repz_2_byte_lods_access
|
| + asan_check_repz_4_byte_lods_access
|
| +
|
| asan_check_repz_1_byte_movs_access
|
| asan_check_repz_2_byte_movs_access
|
| asan_check_repz_4_byte_movs_access
|
| @@ -66,6 +70,10 @@ EXPORTS
|
| asan_check_2_byte_cmps_access
|
| asan_check_4_byte_cmps_access
|
|
|
| + asan_check_1_byte_lods_access
|
| + asan_check_2_byte_lods_access
|
| + asan_check_4_byte_lods_access
|
| +
|
| asan_check_1_byte_movs_access
|
| asan_check_2_byte_movs_access
|
| asan_check_4_byte_movs_access
|
|
|