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
xhunter
Free
Android Penetration Tool [ RAT for Android ]…
1earn
Free
ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup…
AMSI Bypass Techniques
Open Source
Collection of PowerShell AMSI (Antimalware Scan Interface) bypass techniques. Patches AMSI in-memory…
404
Open Source
A new approach to fighting cross-session tracking: multi-layer online fingerprint obfuscation. Spoof…
Red-Team-Rust
Open Source
A beginner-friendly collection of Rust notes focused on Red Team Tooling • Malware Development • Sys…
Ligolo-ng
Open Source
Advanced tunneling/pivoting tool that creates a VPN-like tunnel from the agent to the operator witho…