I wish, as a decompiler writer, there would be no loops. Programmers use thousands of goto statements with if statements. But as it is not the case I must understand how to parse MSIL instructions that were generated from the loops.
Of the three types of most common loops (for, while, do-while) the while loop is the basic one. The block that is generated from any type of these loops usually has a conditional jump (usually a brtrue.s
I am a computer engineer. I have completed my BS in Computer Science and Engineering from Shah Jalal University of Science and Technology (SUST), Sylhet, Bangladesh.
Like to dig into technologies, travel and story books.
0 comments:
Post a Comment