Path: blob/master/docs/metasploit-framework.wiki/How-to-decode-Base64-with-Metasploit-Framework-Compiler.md
19758 views
Description
How to decode Base64 with Metasploit::Framework::Compiler
The Metasploit C compiler has built-in support for Base64 encoding and decoding, which is implemented as base64.h
.
Code Example
To compile, use [[How to use Metasploit::Framework::Compiler::Windows to compile C code|How to use Metasploit Framework Compiler Windows to compile C code]]