A Linux System call fuzz tester
https://github.com/kernelslacker/trinity
The basic idea is fairly simple. As 'fuzz testing' suggests, we call syscalls
at random, with random arguments. Not an original idea, and one that has been
done many times before on Linux, and on other operating systems. Where
Trinity differs is that the arguments it passes are not purely random.
- Sources inherited from project devel:tools
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / trinity
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:redwil:devel:tools/trinity && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000511 511 Bytes | |
_servicedata | 0000000228 228 Bytes | |
trinity-1.7+git.20170918.tar.xz | 0000213172 208 KB | |
trinity.changes | 0000031199 30.5 KB | |
trinity.spec | 0000001756 1.71 KB |
Revision 106 (latest revision is 186)
Martin Pluskal (pluskalm)
committed
(revision 106)
- Update to version 1.7+git.20170918: * output a packet count for debugging * net/proto-rds.c: rds_setsockopt() stub not needed * proto-rds: fix missing includes * syscalls-mips: split header * mips[o32]: add missing syscalls * mips: add n32 and 64 ABIs * reinstate the log-to-file code for now. * fix the case where -l is passed a directory. * remove duplicate LOGGING_DISABLED checks * make output() aware that LOGGING_UDP is a thing * remove logfiles_opened * update some documentation regarding logging * update the TODO some. * add a script I use to monitor when the kernel interfaces change * add hashcheck use to TODO
Comments 0