A Linux System call fuzz tester
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.
- Developed at devel:tools
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/trinity && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000554 554 Bytes | |
_servicedata | 0000000236 236 Bytes | |
trinity-1.9+git.20200130.obscpio | 0001282572 1.22 MB | |
trinity.changes | 0000038513 37.6 KB | |
trinity.obsinfo | 0000000108 108 Bytes | |
trinity.spec | 0000001663 1.62 KB |
Revision 62 (latest revision is 80)
Dominique Leuenberger (dimstar_suse)
accepted
request 774848
from
Martin Pluskal (pluskalm)
(revision 62)
- Update to version 1.9+git.20200130: * Fix build with GCC 10. * remove more udp detritus * Remove leftover udp.h include. * remove dead var * remove all the udp logging * Remove unnecessary abstraction. * syscalls: remove arch_prctl from x86_32 * modify_ldt: include linux/types.h before ASSEMBLY == 1 * Remove DEVEL crud * update TCP setsockopts
Comments 0