Skip to content

Instantly share code, notes, and snippets.

@ttsiodras
Created July 18, 2022 20:36
Show Gist options
  • Save ttsiodras/91203d875188884100258454ccd5de0c to your computer and use it in GitHub Desktop.
Save ttsiodras/91203d875188884100258454ccd5de0c to your computer and use it in GitHub Desktop.
Summary of uiCA results for "or eax,eax" replaced with "test eax,eax".
$ head -8 analysis_report_or.txt| tail -3 ; for i in analysis_report_* ; do echo $i ; tail -3 $i ; done
...
┌───────────────────────┬────────┬───────┬─────────────────────────────────────────────────────┬───────┐
│ MITE MS DSB LSD │ Issued │ Exec. │ Port 0 Port 1 Port 2 Port 3 Port 4 Port 5 │ Notes │
├───────────────────────┼────────┼───────┼─────────────────────────────────────────────────────┼───────┤
analysis_report_or.txt
├───────────────────────┼────────┼───────┼─────────────────────────────────────────────────────┼───────┤
│ 33 │ 33 │ 29 │ 9 9 11 │ │ Total
└───────────────────────┴────────┴───────┴─────────────────────────────────────────────────────┴───────┘
analysis_report_test.txt
├───────────────────────┼────────┼───────┼─────────────────────────────────────────────────────┼───────┤
│ 30 │ 30 │ 26 │ 7 9 10 │ │ Total
└───────────────────────┴────────┴───────┴─────────────────────────────────────────────────────┴───────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment