can1357 / CVE-2018-8897

Arbitrary code execution with kernel privileges using CVE-2018-8897.
https://blog.can.ac/2018/05/11/arbitrary-code-execution-at-ring-0-using-cve-2018-8897/
BSD 3-Clause "New" or "Revised" License
408 stars 112 forks source link

some problem with compile #2

Closed aviran86 closed 6 years ago

aviran86 commented 6 years ago

Hi

i see the other issue i do what u suggest 1)Build Dependencies 2)Microsoft Macro Assembler 3)Properties>C/C++>Code Generation>Security Check (/GS-)

and the compile not work to me

capture2222 capture3333

can1357 commented 6 years ago

Change the binary form to integer form, you are most likely using an outdated version of C++.

aviran86 commented 6 years ago

how i do it?

can1357 commented 6 years ago

If you don't know how to convert binary to int, I have no words for you.

4sce commented 6 years ago

Hi have same problem here also I change the binary form to integer and the only problem is : IntelliSense: unknown attribute "code_seg"

Could you tell me how to fix it please ? Best Regards,