江海志
7年前 (2017-07-19) 5243浏览 0评论
有人可能会说,全局内存就是全局变量嘛,有必要专门一章来介绍吗?这么简单的东西,还能玩出花来?我从来没有深究它,不一样写程序吗?关于全局内存这个主题虽然玩不出花来,但确实有些重要,了解这些知识,对于优化程序的时间和空间很有帮助。因为有好几次这样经历,我才决定花一章篇幅来介绍它。
正如大家所知道的,全局变量是放在全局内存中的,但反过来却未必成立。用static修饰的局部变量就是放在...
江海志
8年前 (2017-06-29) 4553浏览 0评论
Original post: http://eli.thegreenplace.net/2011/08/25/load-time-relocation-of-shared-libraries
This article’s aim is to explain how a modern operating system makes it possible to use ...
江海志
8年前 (2017-06-29) 4322浏览 0评论
BinaryCFI
The goal of this project is to instrument CFI protection to COTS binaries. Our work is focus on High Performance Computing applications particularly. The following contents are som...