nevermoe / AOSHook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build error

hjphy opened this issue · comments

commented

errno has not define, how to compile successfully?

if(0 != ptrace(PTRACE_ATTACH, pid, NULL, NULL))
  | {
  | printf("Trace process failed:%d.\n", errno);
  | return 1;
  | }