# tyranid/DotNetToJScript

A tool to create a JScript file which loads a .NET v2 assembly from memory.

Repository: https://github.com/tyranid/DotNetToJScript
Canonical: https://ross.abutalabs.com/products/dotnettojscript
Language: C#
License: GPL-3.0
License Family: copyleft
Last push: 2021-01-18T22:52:10+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3434, "days_push": 2053, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1332, forks 304 (observed 2026-08-28T04:04:24.411110+00:00)

## What it is
A C# command-line tool that generates JScript (or VBScript/VBA/scriptlet) files which bootstrap and load a .NET assembly entirely from memory via Windows Script Host. It is commonly used in security research and red-team tooling to execute .NET payloads without writing assemblies to disk.

## Use cases
- generate a jscript file that loads a .net assembly from memory
- create scriptlets for regsvr32 execution
- embed a .net payload in an office macro vba file
- run dotnet code without dropping files to disk
- convert a .net assembly into a wscript-executable script

## When to choose
- you need fileless execution of a .NET assembly via Windows Script Host
- you are building red-team or security-research tooling for Windows
- you need scriptlet, regsvr32, VBA, or VBScript output formats

## When to avoid
- you need a modern, actively maintained tool
- you target .NET Core/.NET 5+ rather than .NET Framework 2/3.5/4
- you need cross-platform or non-Windows execution

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, cli, developer-tools
- domain: security, penetration-testing, windows, developer-tools
- platform: windows, cli, dotnet
- tags: jscript, dotnet, offensive-security, red-team, scriptlet, wscript, vba, vbscript, assembly-loader

## Member repositories
- tyranid/DotNetToJScript (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.411110+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:45:14.072979+00:00, confidence not recorded.
  - readme: https://github.com/tyranid/DotNetToJScript (fetched 2026-08-28T04:04:24.411110+00:00, sha 77f2f168ece4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
