Example Usage
#include "vm_str.hpp"
int main() {
const char *c_like_string = VM_CSTR("Hello, ");
std::string cpp_std_string = VM_STR("World!");
std::cout << c_like_string << cpp_std_string << std::endl;
const wchar_t *cw_like_string = VM_W_CSTR(L"Hello, ");
std::wstring cpp_std_wstring = VM_W_STR(L"World!");
std::wcout << cw_like_string << cpp_std_wstring << std::endl;
}
See also
Impacket
Open Source
Kali
Collection of Python classes for working with network protocols. Includes tools for SMB, MSRPC, LDAP…
username-anarchy
Open Source
Kali
Username tools for penetration testing…
Viper
Free
Adversary simulation and Red teaming platform with AI…
Penetration_Testing_POC
Open Source
渗透测试有关的POC、EXP、脚本、提权、小工具等---About penetration-testing python-script poc getshell csrf xss cms php-ge…
BlueToolkit
Free
BlueToolkit is an extensible Bluetooth Classic vulnerability testing framework that helps uncover ne…
NoSQLMap
Open Source
Automated NoSQL injection and database exploitation tool. Targets MongoDB, CouchDB, Redis, and Cassa…