Computer Science%/Forensic
How to remove Relocation Section?
ch4rli3kop
2020. 6. 17. 15:44
반응형
Relocation Section is used for the memory relocation if the memory is already used when binary is loaded in memory.
If you would change it, you should remove the data related with Relocation Section.
The data to be removed are as follows.
The relocation table in Optional Header's data directory
The relocation stripped flag in File Header's Characteristics
해당 내용이 포함되어 있으니 이걸 참고해도 좋을 것 같다.
반응형