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.
我有一个 exe,我需要增加其 .text 部分的大小。使用 LORDPE 更改虚拟地址和原始地址,但很难在哪里附加空字节?我需要重新分配以下每个部分吗?
有类似任务的工具吗?按照这些链接
图2
tut1
您必须做什么取决于要添加到该部分的字节数和该部分的状态。如果您只添加几个字节并且该部分的间隙大到足以包含要添加的字节,那么您只能更改该部分的大小,而不是它的地址。如果节中没有间隙或间隙不足以容纳新字节,则必须添加新节。