Skip to content
View 0xC-Dev's full-sized avatar

Block or report 0xC-Dev

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
0xC-Dev/README.MD

Welcome to My Page, I'm David, a Cyber Security student at Fanshawe College

🧐 Some Things About Me

I started programming in elementary school with basic front-end development, but during COVID, I discovered Java and became deeply invested in its internals, including JVM, bytecode manipulation, and JNI for integrating native code. This passion for low-level programming has recently led me to Rust, a "safer" systems programming language. Rust's memory safety and efficiency align perfectly with my goals of creating high-performance applications / tools, combining the power of Java and native code with Rust's modern capabilities.

🛠️ What I Know

  • Java (in-depth, including Bytecode Fund)
  • Java Virtual Machine Fund (Garbage Collection, Low level access)
  • Python Scripts
  • Socket Programming
  • MySQL (learned at Fanshawe)
  • SQLite
  • C (learned at Fanshawe)
  • Rust (currently learning)

streak graph activity-graph graph stats graph languages graph

🌐 Connect with Me

LinkedIn Discord Twitter

Popular repositories Loading

  1. Noxious-Server Noxious-Server Public archive

    This is a server base for a C2 framework im making using Netty.

    Java 4 1

  2. UnsafeMemory-Java UnsafeMemory-Java Public

    Messing around with theUnsafe method and Borrowing and Ownership concept of memory managment

    Java 3

  3. D2L-Discussion-Views D2L-Discussion-Views Public

    Spams views on d2l discussion post

    Rust 3

  4. WinAPI-Fun WinAPI-Fun Public

    Random win api functions that have no realworld use but are fun jokes written with Kotlin Native

    Kotlin 1

  5. RustBuster RustBuster Public

    A directory buster made in rust

    Rust 1

  6. QuickPage QuickPage Public

    Forked from Red-Team-Toolkit/QuickPage

    This script downloads a webpage, updates relative resource links (CSS, JavaScript, and images) to absolute URLs, and saves the processed HTML to a file.

    Python