To implement Retpoline function in c/c++ high level function for mitigating Spectre variant 2 threat

  • Thread starter Thread starter Sachin Chavan (sachindeo.chavan)
  • Start date Start date
S

Sachin Chavan (sachindeo.chavan)

I have a query on spectre insecurity threats to modern CPUs on Windows OS.
CVE-2017-5715, also known as spectre variant 2. Branch target injection spectre variant 2 can be
mitigated using retpoline. I am unable to implement retpoline in c/c++ function. Can some one help?

I have seen retpoline solutions implemented in low level assemble language instructions posted on internet sites .

Continue reading...
 
Back
Top