mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-23 03:35:03 +07:00
finish 6.3
This commit is contained in:
@ -296,6 +296,10 @@ Partial RELRO No canary found NX enabled No PIE No RPATH No RU
|
||||
#### RELRO
|
||||
RELRO(ReLocation Read-Only)设置符号重定向表为只读或在程序启动时就解析并绑定所有动态符号,从而减少对 GOT(Global Offset Table)的攻击。
|
||||
|
||||
RELOR 有两种形式:
|
||||
- Partial RELRO:一些段(包括 `.dynamic`)在初始化后将会被标记为只读。
|
||||
- Full RELRO:除了Partial RELRO,延迟绑定将被禁止,所有的导入符号将在开始时被解析,`.got.plt` 段会被完全初始化为目标函数的最终地址,并被标记为只读。
|
||||
|
||||
|
||||
## 编译参数
|
||||
各种安全技术的编译参数如下:
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user