#include <iostream>
#include <string>
#include <vector>
struct dev {
std::string name {};
vector<std::string> languages {};
int age {};
std::string description {};
vector<std::string> upcomingProjects {};
dev() = default;
}
int main() {
dev jeeberrr {};
jeeberrr.name = "Jeeberrr";
jeeberrr.languages = {"C++", "Python", "C#", "Kotlin", "Go", "Rust"};
jeeberrr.age = 15;
jeeberrr.description = "Teen malware developer.";
jeeberrr.upcomingProjects = {"Vyper (go infostealer)", "Pneuma (rust cryptor)", "Crusader (rust + go botnet)", "tailless-rat (Multilang RAT [go, rust, etc...]"};
return 0;
}
Popular repositories Loading
-
Fridalyzer
Fridalyzer PublicA pre-analysis program good for all of your reverse enginering needs
Python 2
-
Phantom-Botnet
Phantom-Botnet PublicA simple botnet template that you can use to modify to your liking. For educational purposes only
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.