Locked History Actions

Diff for "Related Publications"

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2016-05-30 09:54:27
Size: 329
Editor: pacap
Comment:
Revision 4 as of 2016-05-30 14:13:49
Size: 1819
Editor: paravengers
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Implementations of Masking =
 * Andrew Moss, Elisabeth Oswald, Dan Page, and Michael Tunstall. '''Compiler Assisted M''''''asking'''. In Emmanuel Prouff and Patrick Schaumont, editors, CHES, volume 7428 of LNCS, pages 58–75. Springer, 2012

 * G. Agosta, A. Barenghi, M. Maggi and G. Pelosi, "'''Compiler-based side channel ''''''vulnerability analysis and optimized countermeasures application'''" Design Automation Conference (DAC), 2013 50th ACM/EDAC/IEEE, Austin, TX, 2013, p. 1-6.
Line 4: Line 9:
 *    *
Line 8: Line 12:
Line 10: Line 15:
   * buffer overflow, canari, ASLR, CFI   * buffer overflow, canari, ASLR, CFI
  * Canaries with Clang: -fstack-protector, -fstack-protector-strong, -fstack-protector-all
  * ASLR with Clang: -fpie -pie
  * Safe stack with Clang: -fsanitize=safe-stack. More information : http://dslab.epfl.ch/proj/cpi/ (research prototype)
  * CFI with Clang: -fsanitize=cfi. More information : http://clang.llvm.org/docs/ControlFlowIntegrity.html
  * Global Offset Table (GOT) Protection with Clang: -Wl,-z,now -Wl,-z,relro
  * Obfuscator-LLVM:
   * Bogus Control Flow (https://github.com/obfuscator-llvm/obfuscator/wiki/Bogus-Control-Flow) Average overhead performance ➡ 28 %
   * Control Flow Flattening (https://github.com/obfuscator-llvm/obfuscator/wiki/Control-Flow-Flattening) Average overhead performance ➡ 860 %
   * Instruction Substitution (https://github.com/obfuscator-llvm/obfuscator/wiki/Instructions-Substitution) Average overhead performance ➡ 13.5 %
   * A commercial version of this project with more features is available at :<<BR>>https://strong.codes/

Implementations of Masking

  • Andrew Moss, Elisabeth Oswald, Dan Page, and Michael Tunstall. Compiler Assisted Masking. In Emmanuel Prouff and Patrick Schaumont, editors, CHES, volume 7428 of LNCS, pages 58–75. Springer, 2012

  • G. Agosta, A. Barenghi, M. Maggi and G. Pelosi, "Compiler-based side channel vulnerability analysis and optimized countermeasures application" Design Automation Conference (DAC), 2013 50th ACM/EDAC/IEEE, Austin, TX, 2013, p. 1-6.

Obfuscation

Model of attacker

In the case of cyber attacks