Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,我无法谷歌,因为我真的不知道它的正确术语,如果存在概念的话。我的问题是这个;
想象一下在 C 中有一个 while 循环,它执行 1 条内联汇编指令
__asm { mov eax, ebp };
然后我们将分别用 printf 打印它的输出。但是是否有可能确定“时间”何时恰好达到 1 秒?
我正在对 ASLR 进行一些研究,我想通过查看随机化是否恰好相隔 X 秒来查看每次随机化之间是否存在固定的时间跨度。
希望您能理解,并感谢您的阅读/帮助。
进程启动后地址空间不会随机化。