From b9bb6d0b78280f924e00427d6e50df30f7f0821c Mon Sep 17 00:00:00 2001 From: Assad Hashmi Date: Tue, 21 Nov 2023 10:21:32 +0000 Subject: [PATCH] i#4111: Update HREF link to ArmIE on home page (#6459) The Arm Instruction Emulator home page on developer.arm.com has moved. Link to it at https://dynamorio.org/index.html updated. Issue: #4111 --- api/docs/home.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/docs/home.dox b/api/docs/home.dox index 97e62a4018a..cb3be6342ac 100644 --- a/api/docs/home.dox +++ b/api/docs/home.dox @@ -59,7 +59,7 @@ and AArch64 hardware. # Existing DynamoRIO-based tools DynamoRIO is the basis for some well-known external tools: -- The [Arm Instruction Emulator (ArmIE)](https://developer.arm.com/tools-and-software/server-and-hpc/arm-architecture-tools/arm-instruction-emulator) +- The [Arm Instruction Emulator (ArmIE)](https://developer.arm.com/Tools%20and%20Software/Arm%20Instruction%20Emulator) - [WinAFL](https://github.com/googleprojectzero/winafl), the Windows fuzzing tool, as an instrumentation and code coverage engine - The fine-grained profiler for ARM [DrCCTProf](https://xl10.github.io/blog/drcctprof.html) - The portable and efficient framework for fine-grained value profilers [VClinic](https://github.com/VClinic/VClinic)