Skip to content

Releasable Products

Joseph Harkleroad edited this page Mar 20, 2018 · 6 revisions

Releasable Products

NAME

nosig.exe - invoke a utility immune to all possible signals

SYNOPSIS

nosig.exe utility [argument...]

BRIEF DESCRIPTION

nosig.exe will execute a utility with its given arguments and 'shield' that utility from all signals except SIGKILL and SIGSTOP (which can not be ignored).

In pursuit of knowledge and experience, there are programs/utilities/scripts that, to me, seem useful outside of the practice performed within Latissiumus_Dorsi. This is a list of those products I feel are "releasable".

NAME

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

SYNOPSIS

print_PID_libraries.exe <PID>

BRIEF DESCRIPTION

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

NAME

redirect_bin_output.exe - redirect the output of a binary into files

SYNOPSIS

redirect_bin_output.exe <binary name> <arg1> <arg2> <argN>

BRIEF DESCRIPTION

redirect_bin_output.exe will execute a binary with its given arguments and redirect that executable's stdout and stderr to dynamically named log files.