Skip to content

Chapter 3: Facing issue with PTRACE_CONT #37

@sistavk

Description

@sistavk

Hi All,

The tracee isn't printing anything after PTRACE_CONT and waitpid but it prints after providing PTRACE_CONT again as shown in the below code

if(is_prefix(command, "continue")){
  resume(pid);
  wait_on_signal(pid);
  resume(pid);
}

Did any one face similar issue ?

Platform: Ubuntu 22.04.3
GCC: 11.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions