Skip to content

dimir/librandomcrash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building librandomcrash:

 - On a debian(-like) system, you'll need automake, autoconf,
   autoconf-archive, libtool packages.
 - Run libtoolize.
 - Run autoreconf.
 - Run ./configure --with-debug && make.
 - Pray that worked out.

Enjoying it:

 - launcher/randomcrash -l -- /bin/cat /etc/fstab

Options:

You can specify runtime configuration options by setting LRC_CONFIG
environment variable, which should contain colon-separated list of
supported options:
  - no-check -- only do statistics for this run; don't be nasty;
  - logdir=PATH -- location of the log files storage (not yet supported
    by the logging code).
  - skip-calls=N -- number (N) of calls to skip before starting to
    intercept

lrc development:

irc: #lrc-devel @ irc.freenode.net
git: git://github.com/virtuoso/librandomcrash.git
bts: http://virtuoso.lighthouseapp.com/projects/46433-librandomcrash/overview

About

I hate userspace and I want it to suffer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.7%
  • Awk 12.1%
  • Makefile 4.7%
  • M4 2.2%
  • Shell 0.3%