Closed GustavoLCR closed 5 years ago
Yeah, but I didn't see a way to detect wsl and disable ptrace-wrap automatically. With this I can add in the configure.acr:
IFEQ USEROSTYPE wsl ; {
HAVE_PTRACE = 1 ;
USE_PTRACE_WRAP = 0 ;
}
Can you do a pr?
On 15 Feb 2019, at 15:17, GustavoLCR notifications@github.com wrote:
Yeah, but I didn't see a way to detect wsl and disable ptrace-wrap automatically. With this I can add in the configure.acr: IFEQ USEROSTYPE wsl ; { HAVE_PTRACE = 1 ; USE_PTRACE_WRAP = 0 ; }
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
@radare can you check this one again?
Wtf??? You have to edit the configure.acr not this script