summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/interception/tests/interception_win_test.cpp
AgeCommit message (Expand)Author
2025-11-13[ASan] Fix forward 141c2bAiden Grossman
2025-11-12[ASan][Windows] Add new instruction sizes (#167734)Aiden Grossman
2025-06-02[win/asan] GetInstructionSize: Support `48 bX` movabsq instructions. (#141625)bernhardu
2025-03-21[win/asan] GetInstructionSize: Detect `66 90` two-byte NOP at 32-bit too. (#1...bernhardu
2025-01-27[win/asan] GetInstructionSize: Support some more 7 or 8 byte instructions. (#...bernhardu
2025-01-27[win/asan] GetInstructionSize: Support some more 6 byte instructions. (#124006)bernhardu
2025-01-22[win/asan] GetInstructionSize: Support some more 4 byte instructions. (#123709)bernhardu
2025-01-22[win/asan] GetInstructionSize: Support some more 5 byte instructions. (#123844)bernhardu
2025-01-20[win/asan] GetInstructionSize: Support some more 3 byte instructions. (#120474)bernhardu
2025-01-13[win/asan] GetInstructionSize: Support some more 2 byte instructions. (#120235)bernhardu
2025-01-11[win/asan] GetInstructionSize: Add test for `8D A4 24 ...`. (#119794)bernhardu
2024-12-12[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)bernhardu
2024-12-11[win/asan] GetInstructionSize: Make `83 EC XX` a generic entry. (#119537)bernhardu
2024-12-09[win/asan] GetInstructionSize: Make `F6 C1 XX` a generic entry. (#118144)bernhardu
2024-12-09[win/asan] GetInstructionSize: Fix `41 81 7c ...` to return 9. (#117828)bernhardu
2024-12-04[win/asan] Populate test for function GetInstructionSize. (#118204)bernhardu
2024-11-26[win/asan] Add a test skeleton for function GetInstructionSize. (#116948)bernhardu
2024-11-21[win/asan] Avoid warnings in compiling interception_win_test.cpp. (#116887)bernhardu
2023-11-27Changes to support running tests for Windows arm64 asan (#66973)Farzon Lotfi
2023-05-04[compiler-rt][interception][asan][win] Improve error reportingAlvin Wong
2023-05-04[compiler-rt][interception][win] Don't crash on unknown instructionsAlvin Wong
2023-05-04[compiler-rt][interception][win] Add more assembly patternsAlvin Wong
2022-12-12[sanitizers][windows] Correctly override functions with backward jmpsMarkus Böck
2021-09-21[compiler-rt] [windows] Add more assembly patterns for interceptionToshihito Kikuchi
2019-08-01compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cppNico Weber