DotNetToJScript icon indicating copy to clipboard operation
DotNetToJScript copied to clipboard

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

Results 7 DotNetToJScript issues
Sort by recently updated
recently updated
newest added

when pulling from github and loading DotNetToJScript in visual studio and compiling I get the error. ``` PS C:\Users\misthios\codeplay\pen300\book\chapter4> ./DotNetToJScript.exe ExampleAssembly.dll --lang=Jscript --ver=auto -o demo.js This tool should only be...

Hi James! I've recently was in need to merely save a serialized loader delegate to the output file in form of a Base64 encoded blob. Thought this could be a...

I cannot make the VBA works for .Net V4 project, even for the ExampleAssembly. After some verification, I found the variable "stm" is not empty for my environments.(Win 10 1903)....

Hello! I want to load third party class libraries.?

With larger target binaries (1200KB) observe the above error. By removing the line splits on the base64 serialized object it is fine - all that string concatenation is bad for...

Improved formatting to allow an easier to read structure

I wonder how you found the overridden function's real name like GetByteCount_2 for System.Text.ASCIIEncoding. I'm stuck with this question for years... Can you be my teacher with this question. Thank...