Y
Hacker News
new
|
ask
|
show
|
jobs
by
lamontcg
1477 days ago
Is PAC something like the old GCC stackguard canary mechanism done in hardware?
1 comments
jprx
1477 days ago
You can think of it a lot like that! PAC is more advanced as you can describe what a pointer "should" do on access (aka is this a data or code pointer?).
link