Alien-libvas

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    distribution.

PLATFORMS

    libvas claims compatiblity with WinAPI's
    ReadProcessMemory/WriteProcessMeory, macOS/GNU Hurd Mach API, Linux
    procfs /proc/pid/mem, ptrace (2), and
    process_vm_readv/process_vm_writev, SunOS procfs /proc/pid/as and
    finally BSD with ptrace (2) or procfs.

    I don't have all these systems to verify this. So please report bugs
    you might run into, preferably on Github. :-)

GIT REPOSITORY

    http://github.com/athreef/Alien-libvas

SEE ALSO

    libvas <http://github.com/a3f/libvas>

lib/Alien/libvas.pm  view on Meta::CPAN

    cpan Alien::libvas

=head1 DESCRIPTION

See L<Proc::Memory> for a Perl wrapper that makes use of this distribution.

=head1 PLATFORMS

libvas claims compatiblity with WinAPI's ReadProcessMemory/WriteProcessMeory, macOS/GNU Hurd Mach API, Linux procfs /proc/pid/mem, ptrace (2), and process_vm_readv/process_vm_writev, SunOS procfs /proc/pid/as and finally BSD with ptrace (2) or procfs...

I don't have all these systems to verify this. So please report bugs you might run into, preferably on Github. :-)

=cut


1;
__END__


=head1 GIT REPOSITORY



( run in 0.768 second using v1.01-cache-2.11-cpan-5467b0d2c73 )