slumps icon indicating copy to clipboard operation
slumps copied to clipboard

suggestions of benchmark programs for experimentation

Open monperrus opened this issue 5 years ago • 6 comments

since #1 is closed (it feels good to have the first issue closed :), here is a thread to share ideas about potential programs to analyze.

monperrus avatar Oct 13 '19 04:10 monperrus

Big crypto in WASM (that's the one behind Whatsapp): https://github.com/nazar-pc/noise-c.wasm see also Noise Protocol

monperrus avatar Oct 13 '19 04:10 monperrus

Now we have the full C corpus from Rosetta. Up to 790 valid programs from a total of 996.

Jacarte avatar Jan 23 '20 19:01 Jacarte

congrats, that's good.

monperrus avatar Jan 24 '20 05:01 monperrus

Report for the SLUMPs execution over the Rosetta corpus can be accessed here.

Experiment setup:

  • 1h timeout per program

Jacarte avatar Feb 04 '20 15:02 Jacarte

SafeSide is a project to understand and mitigate software-observable side-channels: information leaks between software domains caused by implementation details outside the software abstraction.

Unlike other side-channel attacks -- e.g. measuring power use or electromagnetic emissions -- software-observable side-channels don't require physical access or proximity.

Our early focus is on transient execution attacks and leaks from software cryptography implementations

Jacarte avatar Sep 28 '20 21:09 Jacarte

SafeSide is a project to understand and mitigate software-observable side-channels: information leaks between software domains caused by implementation details outside the software abstraction.

Unlike other side-channel attacks -- e.g. measuring power use or electromagnetic emissions -- software-observable side-channels don't require physical access or proximity.

Our early focus is on transient execution attacks and leaks from software cryptography implementations.

https://github.com/google/safeside

Jacarte avatar Mar 03 '21 13:03 Jacarte