Skip to content

Releases: hark130/Latissimus_Dorsi

Releasables: nosig, print_PID_libraries, redirect_bin_output

20 Mar 01:44
17e47e8
Compare
Choose a tag to compare

Releasable Products

nosig - invoke a utility immune to all possible signals

print_PID_libraries - list files loaded into memory by a PID

redirect_bin_output - redirect the output of a binary into files

print_PID_libraries.exe

04 Mar 02:08
b0f5c87
Compare
Choose a tag to compare
Pre-release

print_PID_libraries

NAME

print_PID_libraries.exe - list files loaded into memory by a PID

SYNOPSIS

print_PID_libraries.exe <PID>

DESCRIPTION

print_PID_libraries.exe will resolve the symbolic links, if any, found in /proc//map_files/ to determine what files has mapped into memory.

If you don't pass an argument to print_PID_libraries.exe, you'll know. If you don't pass a number, you'll know. If the PID you choose doesn't exist, you'll know. If there are no files, you'll know. If you don't have permissions to access a file, print_PID_libraries.exe will suggest you use 'sudo'.

Output will resolve the PID into its cmdline argument. It will also list a unique list of files that have been mapped into memory.

If you experience errors and wish to see more ERROR output, uncomment the "HARKLE_DEBUG" MACRO in "./3-Internals/Harklerror.h", build with Make, and run it again.