Skip to content
View dynamicx64's full-sized avatar

Block or report dynamicx64

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dynamicx64/README.md

hi.

struct Attributes;

impl Attributes {
    fn contact() -> (String, String, String) {
        let discord = String::from("dynamicx64"); 
        let x = String::from("https://x.com/dynamicx64");
        let youtube = String::from("https://www.youtube.com/@dynamicx64");

        (discord, x, youtube)
    }

    fn life() -> (Vec<String>, Option<i32>) {
        let langs = vec![
            String::from("English"),
            String::from("German"),
        ];
        let age = None;

        (langs, age)
    }

    fn coding() -> (
        Vec<String>,
        Vec<String>,
        Vec<String>,
        Vec<String>,
    ) {
        let expert = vec![
            String::from("python"),
            String::from("lua"),
            String::from("rust"),
        ];

        let learning = vec![
            String::from("code obfuscation"),
            String::from("reverse engineering"),
        ];

        let specialities = vec![
            String::from("web applications"),
        ];

        let environment = vec![
            String::from("vscode"),
            String::from("zed"),
            String::from("visual studio"),
            String::from("pycharm"),
        ];

        (expert, learning, specialities, environment)
    }
}

Languages

Web

Tooling

Socials

just be doing shit

Pinned Loading

  1. CVE-2024-44083 CVE-2024-44083 Public

    my CVE-2024-44083 poc.

    1