Skip to content
View ryan-sharpnack's full-sized avatar

Block or report ryan-sharpnack

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

Popular repositories Loading

  1. hack-the-homelab hack-the-homelab Public

    A simulated multi-site healthcare enterprise — network segmentation, AD trust modeling, SIEM detection, and compliance mapping, designed and built in the open.

  2. systems-offensive-engineering systems-offensive-engineering Public

    A structured portfolio traversing low-level systems engineering, OS internals, offensive tool development, and adversarial machine learning security.

  3. alu-4bit-simulator alu-4bit-simulator Public

    Lightweight C simulation of a 4-bit ALU. Models logic gates (AND, OR, NOT, XOR) and transistor-level binary arithmetic via bitwise opcodes.

    C

  4. asm-base64-codec asm-base64-codec Public

    Pure x86_64 assembly implementation of a Base64 encoder/decoder utilizing custom bitwise shift operations and direct Linux system calls without standard library abstractions.

    Assembly

  5. asm-register-dumper asm-register-dumper Public

    A standalone Linux x86_64 assembly utility that captures, formats, and dumps real-time CPU register states directly to standard output using raw system calls.

    C

  6. hex-dump-utility hex-dump-utility Public

    A low-level C command-line utility implementing custom binary parsing, precise file-pointer manipulation, and memory offset formatting to deliver raw byte-to-ASCII hex visualization.

    C