staticvoid help(void)
{
printf("Invoke a provided program with a custom DEXCR on-exec reset value\n" "\n" "usage: chdexcr [CHDEXCR OPTIONS] -- PROGRAM [ARGS...]\n" "\n" "Each configurable DEXCR aspect is exposed as an option.\n" "\n" "The normal option sets the aspect in the DEXCR. The --no- variant\n" "clears that aspect. For example, --ibrtpd sets the IBRTPD aspect bit,\n" "so indirect branch prediction will be disabled in the provided program.\n" "Conversely, --no-ibrtpd clears the aspect bit, so indirect branch\n" "prediction may occur.\n" "\n" "CHDEXCR OPTIONS:\n");
for (int i = 0; i < ARRAY_SIZE(aspects); i++) { conststruct dexcr_aspect *aspect = &aspects[i];
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.