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.