Skip to content
View dynamicx64's full-sized avatar

Block or report dynamicx64

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
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) {
        let discord = String::from("dynamicx64");
        let youtube = String::from("https://www.youtube.com/@dynamicx444");

        (discord, youtube)
    }

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

        (langs, age)
    }

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

        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"),
        ];

        (expert, learning, specialities, environment)
    }
}

Languages

Web

Tooling

learning • building • repeating

Popular repositories Loading

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

    my CVE-2024-44083 poc.

    1

  2. dynamicx64 dynamicx64 Public