[PATCH] Insert random NOPs to increase security against ROP attacks (llvm)

Stephen Crane sjcrane at uci.edu
Fri Aug 22 16:19:55 PDT 2014


  - Update to new RNG API.
  - Make NOP insertion target-independent

http://reviews.llvm.org/D3392

Files:
  include/llvm/CodeGen/CommandFlags.h
  include/llvm/CodeGen/NOPInsertion.h
  include/llvm/CodeGen/Passes.h
  include/llvm/IR/Module.h
  include/llvm/InitializePasses.h
  include/llvm/Support/RandomNumberGenerator.h
  include/llvm/Target/TargetInstrInfo.h
  include/llvm/Target/TargetOptions.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/NOPInsertion.cpp
  lib/CodeGen/Passes.cpp
  lib/IR/Module.cpp
  lib/Support/RandomNumberGenerator.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h
  test/CodeGen/X86/nop-insert-percentage.ll
  test/CodeGen/X86/nop-insert.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3392.12865.patch
Type: text/x-patch
Size: 24719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140822/5c2d5789/attachment.bin>


More information about the llvm-commits mailing list