FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

NimdaKey/botox: Refer to https://code.google.com/p/botox · GitHub

/ botox Public

Repository files navigation

botox

Refer to https://code.google.com/p/botox/source/browse/trunk/src

DESCRIPTION

Botox is a simple tool designed to make it easier to intercept and debug
short-lived processes, such as CGI scripts. It can detect when the desired
process has been loaded into memory, pause the process execution and run
a specified command (by default, it invokes gdbserver).

Botox polls the /proc directory waiting for the target process to be instantiated. 
Once the target process is detected, Botox will pause the process, then execute 
the specified command (typically gdb/gdbserver).

USAGE

	$ sudo apt-get install gcc automake autoconf libtool make
	$ sudo chmod a+rx configure

Edit conf.h with the desired command to execute, then:

	$ sudo ./configure && make

About

Refer to https://code.google.com/p/botox

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL