vbe-decoder

Decoder

Decodes encoded VBScript files by removing obfuscation markers.

A Python3 script to decode an encoded VBScript file, often seen with a .vbe file extension

GitHub

184 stars
6 watching
30 forks
Language: Python
last commit: over 2 years ago

Related projects:

Repository Description Stars
jnraber/virtualdeobfuscator Analyzes malware runtraces to remove virtual machine-based protections and extract the original binary's bytecode instructions 133
bytebutcher/decoder-plus-plus An application for decoding and encoding data in various formats 101
milesj/decoda A lightweight tool for parsing and rendering BBCode styled markup into valid HTML 196
bonnetn/vba-obfuscator A tool to protect VBA macros by obfuscating their code to evade antivirus signatures 150
mlms13/bs-decode A type-safe JSON decoding library with structured error handling for ReasonML and OCaml 103
asimilon/html_entity_decoder Decodes HTML entities in strings to their corresponding Unicode characters 2
rjsamson/hexate A module for encoding and decoding hexadecimal data in Elixir 30
johnlatwc/pypowershellxray Decodes and analyzes encoded PowerShell scripts to identify potential shellcode and reverse-engineered APIs. 215
mrphrazer/obfuscation_detection Automatically detects obfuscated code and other complex code constructs in binaries to aid reverse engineering. 575
mrphrazer/hitb2021ams_deobfuscation Automated deobfuscation of malware code using symbolic execution and simplification techniques 71
dissectmalware/batch_deobfuscator Deobfuscates batch scripts by substituting encoded strings and escaping characters. 145
venil7/json-decoder A compositional JSON decoder library for TypeScript that allows safe and type-checked decoding of various data types 76
mattjbray/ocaml-decoders A combinator library that decodes JSON-like data into OCaml types 84
mrphrazer/r2con2020_deobfuscation Automated deobfuscation tool using symbolic execution and SMT solving to remove obfuscated code from malware 76
fnord0/hurl A tool for encoding and decoding various data formats, including hexadecimal, URLs, base64, and binary files. 72