Timeline for What does the endbr64 instruction actually do?
Current License: CC BY-SA 4.0
Post Revisions
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Sep 17, 2021 at 16:00 | vote | accept | Mah35h | ||
| Sep 17, 2021 at 15:49 | answer | added | janw | timeline score: 107 | |
| Sep 17, 2021 at 15:49 | history | edited | janw | CC BY-SA 4.0 |
added 5 characters in body
|
| Jun 30, 2021 at 17:38 | comment | added | Peter Cordes |
(Unless your GCC is configured with -fcf-protection=branch as the default, or you use that manually. See gcc.gnu.org/onlinedocs/gcc/Instrumentation-Options.html and -mmanual-endbr in gcc.gnu.org/onlinedocs/gcc/x86-Options.html)
|
|
| Jun 11, 2021 at 10:12 | history | edited | Peter Cordes |
edited tags
|
|
| Jun 11, 2021 at 7:57 | history | edited | unwind | CC BY-SA 4.0 |
Title edit
|
| Jul 6, 2019 at 5:14 | vote | accept | Mah35h | ||
| S Sep 17, 2021 at 16:00 | |||||
| Jul 6, 2019 at 1:17 | comment | added | Peter Cordes |
You'll typically only find that in code like _start that was already in machine-code form which gcc linked into your executable (from crt0.o or whatever), not which gcc emitted from C source.
|
|
| Jul 6, 2019 at 0:44 | answer | added | Alexis Wilke | timeline score: 98 | |
| Jul 5, 2019 at 15:41 | comment | added | Jester | See this pdf from intel | |
| Jul 5, 2019 at 15:30 | review | First posts | |||
| Jul 5, 2019 at 16:10 | |||||
| Jul 5, 2019 at 15:28 | history | asked | Mah35h | CC BY-SA 4.0 |