pwn++  0.1.4
A (toy) Windows & Linux pwn library to play with modern C++.
pwn::Utils::Base64 Member List

This is the complete list of members for pwn::Utils::Base64, including all inherited members.

Decode(std::string_view const &encoded_string) -> Result< std::vector< u8 >>pwn::Utils::Base64static
Encode(const u8 *buffer, const usize buffer_length) -> Result< std::string >pwn::Utils::Base64static
Encode(std::vector< u8 > const &bytes) -> Result< std::string >pwn::Utils::Base64static