How to debug x86 Assembly Code on Arm64 using GDB?
I am learning x86 Assembly. I want to debug my code with GDB but the problem is my device is Arm64 so it gives me errors like “cannot access memory 0x1000”.
I am learning x86 Assembly. I want to debug my code with GDB but the problem is my device is Arm64 so it gives me errors like “cannot access memory 0x1000”.