Binary file used by .NET to compile JavaScript code to .exe or .dll format
Use jsc.exe to compile JavaScript code stored in the provided .JS file and generate a .EXE file with the same name.
jsc.exe {PATH:.js}
Compile attacker code on system. Bypass defensive counter measures.
Use jsc.exe to compile JavaScript code stored in the .JS file and generate a DLL file with the same name.
jsc.exe /t:library {PATH:.js}
Compile attacker code on system. Bypass defensive counter measures.