From da459976a1940d13c394dac65f018a15bba9078b Mon Sep 17 00:00:00 2001 From: Carlos Holguera Date: Sat, 27 Jul 2024 10:09:56 +0200 Subject: [PATCH] fix md links --- Document/0x04c-Tampering-and-Reverse-Engineering.md | 2 +- Document/0x06b-iOS-Security-Testing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Document/0x04c-Tampering-and-Reverse-Engineering.md b/Document/0x04c-Tampering-and-Reverse-Engineering.md index 9fd281da24..9f31166562 100644 --- a/Document/0x04c-Tampering-and-Reverse-Engineering.md +++ b/Document/0x04c-Tampering-and-Reverse-Engineering.md @@ -165,7 +165,7 @@ QEMU based emulators for Android take into consideration the RAM, CPU, battery p In simple words, an emulator is a much closer imitation of the targeted platform, while a simulator mimics only a part of it. -Running an app in the emulator gives you powerful ways to monitor and manipulate its environment. For some reverse engineering tasks, especially those that require low-level instruction tracing, emulation is the best (or only) choice. Unfortunately, this type of analysis is only viable for Android, because no free or open source emulator exists for iOS (the iOS simulator is not an emulator, and apps compiled for an iOS device don't run on it). The only iOS emulator available is a commercial SaaS solution. For more information, see the [Corellium tools page](../tools/MASTG-TOOL-0105.md). +Running an app in the emulator gives you powerful ways to monitor and manipulate its environment. For some reverse engineering tasks, especially those that require low-level instruction tracing, emulation is the best (or only) choice. Unfortunately, this type of analysis is only viable for Android, because no free or open source emulator exists for iOS (the iOS simulator is not an emulator, and apps compiled for an iOS device don't run on it). The only iOS emulator available is a commercial SaaS solution. For more information, see the [Corellium tools page](/tools/MASTG-TOOL-0105.md). ### Custom Tooling with Reverse Engineering Frameworks diff --git a/Document/0x06b-iOS-Security-Testing.md b/Document/0x06b-iOS-Security-Testing.md index d9ea0aaac4..a2cb605980 100644 --- a/Document/0x06b-iOS-Security-Testing.md +++ b/Document/0x06b-iOS-Security-Testing.md @@ -69,7 +69,7 @@ Unlike the Android emulator, which fully emulates the hardware of an actual Andr ### Testing on an Emulator -[Corellium](../tools/MASTG-TOOL-0105.md) is the only publicly available iOS emulator. It is an enterprise SaaS solution with a per user license model that does not offer community licenses. +[Corellium](/tools/MASTG-TOOL-0105.md) is the only publicly available iOS emulator. It is an enterprise SaaS solution with a per user license model that does not offer community licenses. ### Getting Privileged Access