assembly - Can instructions exist in sections other than text? -


is safe assume instructions within executable located inside executable's text section? have never seen executable format violates assumption.

no, code may located in section marked such. furthermore, code may located in section provided appropriate page marked executable @ runtime, or if code copied executable page.

for example, /bin/true has code in .plt, .init , .fini sections in addition .text.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -