- Is it true that entry-point always belongs to code section?
- Is the code section consecutive or divided into several blocks?
views:
33answers:
2
+1
A:
- Yes the entry-point always belongs to the code section.
- Code section CAN be divided into several blocks.
Take a look at this article for more information.
Faisal Feroz
2010-09-18 10:34:01
A:
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!!
marc ochsenmeier
2010-10-01 14:42:27