Open philpax opened 7 years ago
Currently, if no .text section is found, program parsing assumes that the rest of the file is the entirety of the .text section. This is a bit of a hack, and the correct solution is to put the onus on the programmer.
.text
Currently, if no
.text
section is found, program parsing assumes that the rest of the file is the entirety of the.text
section. This is a bit of a hack, and the correct solution is to put the onus on the programmer.