1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/security/sandsifter/pkg-plist
Rene Ladan 48192f57b0 The sandsifter audits x86 processors for hidden instructions and
hardware bugs, by systematically generating machine code to search
through a processor's instruction set, and monitoring execution for
anomalies. Sandsifter has uncovered secret processor instructions from
every major vendor; ubiquitous software bugs in disassemblers,
assemblers, and emulators; flaws in enterprise hypervisors; and both
benign and security-critical hardware bugs in x86 chips.

WWW: https://github.com/xoreaxeaxeax/sandsifter

PR:		221132
Submitted by:	rozhuk.im AT gmail.com
Reviewed by:	swills
2017-09-30 15:13:32 +00:00

17 lines
491 B
Plaintext

bin/injector
bin/sifter
bin/summarize
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/domas_breaking_the_x86_isa.pdf
%%PORTDOCS%%%%DOCSDIR%%/domas_breaking_the_x86_isa_wp.pdf
%%PORTDOCS%%%%DOCSDIR%%/sandsifter.gif
%%PORTDOCS%%%%DOCSDIR%%/screenshot.png
%%PORTDOCS%%%%DOCSDIR%%/summarizer.png
%%DATADIR%%/gui/__init__.py
%%DATADIR%%/gui/gui.py
%%DATADIR%%/pyutil/__init__.py
%%DATADIR%%/pyutil/colors.py
%%DATADIR%%/pyutil/progress.py
%%DATADIR%%/sifter.py
%%DATADIR%%/summarize.py