-
Notifications
You must be signed in to change notification settings - Fork 3
Releasable Products
nosig.exe - invoke a utility immune to all possible signals
nosig.exe utility [argument...]
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".
print_PID_libraries.exe - list files loaded into memory by a PID
print_PID_libraries.exe <PID>
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.
redirect_bin_output.exe - redirect the output of a binary into files
redirect_bin_output.exe <binary name> <arg1> <arg2> <argN>
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.