.. /Ilasm.exe
Star

Compile

used for compile c# code into dll or exe.


Paths:

Resources:
Acknowledgements:

Detection:

Compile

  1. Binary file used by .NET to compile C#/intermediate (IL) code to .exe

    ilasm.exe C:\public\test.txt /exe
    Use case
    Compile attacker code on system. Bypass defensive counter measures.
    Privileges required
    User
    Operating systems
    Windows 7, Windows 10, Windows 11
    ATT&CK® technique
    T1127
  2. Binary file used by .NET to compile C#/intermediate (IL) code to dll

    ilasm.exe C:\public\test.txt /dll
    Use case
    A description of the usecase
    Privileges required
    User
    Operating systems
    Windows 7, Windows 10, Windows 11
    ATT&CK® technique
    T1127