摘要: Reference What is Yield Keyword in Python Python's yield keyword is like another one we use to return an expression or object, typically in functions, 阅读全文
posted @ 2024-02-04 15:02 DORAB 阅读(32) 评论(0) 推荐(0)
摘要: Memory Protection Keys Reference: MPK in Linux kernel document Memory Protection Keys for Userspace (PKU aka PKEYs) is a feature which is found on Int 阅读全文
posted @ 2024-02-04 13:11 DORAB 阅读(117) 评论(0) 推荐(0)
摘要: Bounds checking strategy - mprotect()-based protection - Does not saturate the CPU like other mechanisms Source Szewczyk, R., Stonehouse, K., Barbalac 阅读全文
posted @ 2024-02-04 12:49 DORAB 阅读(31) 评论(0) 推荐(0)