Multiple choice technology programming languages

Which tool is used to generate PE files from MSIl code?

  1. ildasm

  2. ilasm

  3. capol

  4. resgen

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ILASM (IL Assembler) converts MSIL (Microsoft Intermediate Language) code into PE (Portable Executable) files. This is the opposite of ILDASM, which disassembles .NET assemblies back to MSIL. ILASM is used when you need to assemble IL code into an executable format.