VBE decoder for encoded Visual Basic Script Encoded scripts (VBE) and JScript Encoded scripts (JSE), written in C#, and provided as a library for .Net Standard.
Info
Version: | 1.0.2 |
Author(s): | Sylvain Bruyere |
Last Update: | Monday, May 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sbruyere/vbeDecoder |
NuGet Url: | https://www.nuget.org/packages/vbeDecoder |
Install
Install-Package vbeDecoder
dotnet add package vbeDecoder
paket add vbeDecoder
vbeDecoder Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- System.IO.FileSystem(>= 4.3.0)