Skip to content
View SleathCobra's full-sized avatar
🎯
Studying & Coding
🎯
Studying & Coding
  • Sleath Inc.
  • Algeria

Block or report SleathCobra

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
SleathCobra/README.md

StealthCobra Cybersecurity Journey

πŸŽ“ Math Undergrad | πŸ”¬ Low-level / Reverse Engineering | πŸ’» Open Source Contributor

YouTube Subscribers YouTube Views


πŸ”¬ Academic & Research Profile

I am a university mathematics student navigating the intersection of formal logic, low-level programming, and software security. This profile serves as a central repository for my open-source contributions, personal labs, and notes as I learn reverse engineering and system internals.

  • πŸ“ Academic Focus: Computational mathematics, discrete structures, and cryptography basics.

  • βš™οΈ Current Milestones: Mastering x86/x64 assembly, writing custom tools in Rust/C++, and documenting malware analysis methodologies.

  • 🌱 Community Goals: Sharing my learning journey openly, contributing to community tools, and learning in public.


πŸ’» The Learning Matrix

section .data
    status db "Actively Learning & Sharing", 0

section .text
    global _start

_start:
    xor eax, eax       ; Reverse Engineering foundations

    inc eax            ; Low-Level Software Development (C/C++, Rust)

    mov ebx, 1         ; Applying Mathematical Logic to Code Analysis

GitHub Stats

GitHub Stats

Popular repositories Loading

  1. SleathCobra SleathCobra Public

    My personal profile

  2. mwemu mwemu Public

    Forked from mwemuorg/mwemu

    x86 malware emulator

    Rust

  3. fido-rs-dl fido-rs-dl Public

    dumps win11 iso , and extracts system32 from it

    Rust

  4. imfetch imfetch Public

    C++

  5. imvideo imvideo Public

    Imgui Video Player (SDL3 + OpenGL)

    C++

  6. docker-ghidra-lol docker-ghidra-lol Public

    Forked from MustBastani/docker-ghidra-server

    Ghidra Server Docker Image

    Dockerfile