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 | 0000000551 551 Bytes | |
_servicedata | 0000000238 238 Bytes | |
trinity-1.9+git.20230710.obscpio | 0001313292 1.25 MB | |
trinity.changes | 0000041950 41 KB | |
trinity.obsinfo | 0000000107 107 Bytes | |
trinity.spec | 0000001641 1.6 KB |
Revision 171 (latest revision is 186)
Martin Pluskal (pluskalm)
committed
(revision 171)
- Update to version 1.9+git.20230710: * ioctls/drm: fix DRM_MGA check (#45) * ioctls/drm: check i810,mga,r128 and savage support (#44) * update i386 syscall list * Avoid array access out of bounds error during initialzation of fd providers. (#43) * kvm: drop KVM_SET_MEMORY_REGION (#42) - Switch _service to manual - Drop upstreamed 0001-kvm-drop-KVM_SET_MEMORY_REGION.patch
Comments 0