Sys::Ptrace

Perl interface to the ptrace(2) command
Download

Sys::Ptrace Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rob Brown
  • Publisher web site:
  • http://karmatics.com/aardvark/

Sys::Ptrace Tags


Sys::Ptrace Description

Perl interface to the ptrace(2) command Sys::Ptrace is a Perl interface to the ptrace command.SYNOPSIS use Sys::Ptrace qw(ptrace PTRACE_TRACEME); ptrace( PTRACE_TRACEME, $pid, $addr, $data );EXAMPLES use Sys::Ptrace qw(ptrace PTRACE_SYSCALL PTRACE_CONT PTRACE_TRACEME); ptrace(PTRACE_SYSCALL, $pid, undef, undef); ptrace(PTRACE_CONT, $pid, undef, undef); ptrace(PTRACE_TRACEME, $$, 0, 0);Perl interface to the ptrace(2) command. This module is meant to be used mostly for debugging purposes and for black box testing where the source code is generally not available or unknown. This may also prove useful when the program or script in question has already been compiled to a binary or it is third party code. Requirements: · Perl


Sys::Ptrace Related Software