Can I attach a .so to Ida Free so I can bypass anti-debuger mechanism?
I have this binary and it is a Python
code but compiled using nuitka
. This code can detected debuggers so I have compiled a shared library
to compromise the usage of ptrace
. As of now it is working in gdb
but I don’t know if I can do the same in Ida Free
. Tried to set LD_PRELOAD
in Debugger Options
but no luck.
“IDA Pro Error: ‘No connection could be made’ when attaching to process on rooted Android device”
I am attempting to perform dynamic analysis on an Android application using IDA Pro.
I have connected my rooted phone via a USB cable and executed the necessary commands through the command prompt.
I have also configured the settings in IDA, including the host name and port.However, when I click on “Attach to Process,” I receive the following error message: “connect: No connection could be made because the target machine actively refused it. When connecting 127.0.0.1:23946.”