开发者

About the code section of PE format

开发者 https://www.devze.com 2023-01-16 21:25 出处:网络
Is it true that entry-point always belongs to code section? Is the 开发者_如何学Ccode section consecutive or divided into several blocks?
  1. Is it true that entry-point always belongs to code section?
  2. Is the 开发者_如何学Ccode section consecutive or divided into several blocks?


  1. Yes the entry-point always belongs to the code section.
  2. Code section CAN be divided into several blocks.

Take a look at this article for more information.


AND the code section can have any name! The code section is typically named '.text', but it can be named 'UPX' (when compressed with upx) or it could be named '+s8%4x' or 'data' or even have no name at all!!

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号