JaydenTaojy / process-trace-url-extend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

process-trace-url-extend

Purpose: System call interception to access remote URLs as if they were local files

How to use: Type make to compile the binary and object files. ./urlextend

Purpose: Be able to run Linux shell commands on remote URLs. These include less, wc, cat, etc.

Urlextend intercepts system calls to analyze appplications' use and provide information in one easy step. It uses fork/execvp calls to wget(1) and whichever terminal application the user decides to use.

About


Languages

Language:C 97.7%Language:Makefile 2.3%