Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
MobiusHorizons
on July 14, 2023
|
parent
|
context
|
favorite
| on:
Mandatory enforcement of indirect branch targets
Is this theoretically something lto could remove?
tedunangst
on July 14, 2023
[–]
If you disable dlopen and ld_preload.
codedokode
on July 14, 2023
|
parent
[–]
Dlopen() "sees" only functions marked as exported (with macro like DLLEXPORT on Windows), not every function or am I wrong? Is C that bad?
tedunangst
on July 14, 2023
|
root
|
parent
[–]
On openbsd at least, every global symbol is exported unless you use an explicit symbol list. It's unusual for executables.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: