./sysutils/crashme, Try to crash machine by executing random data as instructions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4, Package name: crashme-2.4, Maintainer: agc

A bit of background on crashme. It is a tool for testing the robustness
of an operating environment using a technique of "Random Input" response
analysis. This I first saw formally proposed in the book Cybernetics
by Norbert Wiener, but which any parent who has observed his children
playing and learning would be well disposed to describe in detail.

* The operating environment under consideration is the user-mode process.

* The Random Input is provided by the execution of a sequence of pseudo-random
data as an instruction stream.

* The response analysis is to catch and record machine and software
generated exceptions/errors/signals and to retry using new random data
in both the current user-mode process and in newly created subprocesses.

Crashme: (c) Copyright 1990, 1991 George J. Carrette


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 55.674 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-11-04 22:28:59 by Roland Illig | Files touched by this commit (174)
Log message:
sysutils: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
   2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537)
Log message:
Sort PLIST files.

Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
   2018-01-01 19:33:34 by Roland Illig | Files touched by this commit (16)
Log message:
Cleaned up PLIST files.

The actual cleanup has been done by pkglint:
* Added missing identifier comments
* Replaced ${PKGMANDIR} with a simple man, since the infrastructure does
  all the magic for PLISTs
   2017-09-25 14:47:44 by Andreas Gustafsson | Files touched by this commit (1)
Log message:
Make COMMENT more accurately describe what the crashme program does.
   2016-03-28 00:38:33 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Use PKGMANDIR.