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
graphql-cop
Open Source
Security Auditor Utility for GraphQL APIs…
1earn
Free
ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup…
WADComs.github.io
Open Source
WADComs is an interactive cheat sheet, containing a curated list of offensive security tools and the…
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…
Evil-WinRM
Open Source
Kali
Full-featured WinRM shell for hacking and penetration testing. Supports pass-the-hash, file upload/d…