Skip to content
View arrhenius975's full-sized avatar
💭
Metal and oil in my blood
💭
Metal and oil in my blood

Highlights

  • Pro

Block or report arrhenius975

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
arrhenius975/README.md

Hi there! 👋 I'm Zak

Aspiring Cybersecurity & Embedded Systems Engineer
Passionate about embedded systems development, OS/kernel development, penetration testing, and network security.

I'm a Computer Science and Engineering student focused on vulnerability research, exploit development, and hardware-software integration. I enjoy building tools for network scanning and pentesting, and experimenting with low-level system design.


Table of Contents


About

  • Strong interest in cybersecurity, embedded systems, and OS/kernel development.
  • Comfortable with low-level programming, reverse engineering, and hardware hacking.
  • I like building practical tools and prototypes that bridge software and hardware.

Skills

  • Languages: C, C++, Python, Bash
  • Systems: Linux (kernel/devices), AOSP/Android, embedded Linux
  • Networking & Security: TCP/IP, Nmap, Wireshark, basic exploit development, pentesting tooling
  • Tools: git, GDB, buildroot/AOSP build system, cross-compilation toolchains

Projects

(For each project, consider adding a one-line summary, installation/usage, key features, and screenshots in the project README.)

Current work

  • Repurposing an Android motherboard into a handheld gaming console — hardware-software integration, driver support, and performance tuning.
  • OS & kernel development experiments — learning kernel internals and building small kernel modules/tools.
  • Continued development on DevDroid-ROM and related tooling.

Certifications & Learning

  • Full Networking & CCNA prep guidance by David (Udemy) — ongoing / completed study resources.

Contact

Popular repositories Loading

  1. System_Dev1.0 System_Dev1.0 Public

    2

  2. arrhenius975 arrhenius975 Public

    Config files for my GitHub profile.

  3. Devdroid-ROM Devdroid-ROM Public

    Born out of frustration with unreliable Android dev tools. Introducing: DevDroid-ROM, it is a custom AOSP-based ROM offering a secure, integrated development environment. It includes a built-in Bas…

  4. Secure_Logs_178B Secure_Logs_178B Public

    DO-178B Compliant Secure Logging System A C++ project designed for secure, compliant logging in critical systems, following DO-178B standards. It includes secure communication, access control, and …

  5. Data_Structures_in_C Data_Structures_in_C Public

    A comprehensive guide to essential data structures with theoretical concepts, mathematical interludes, and C implementations. Topics include Linked Lists, Stacks, Queues, and Expression Evaluations.

  6. Algorithms_in_C Algorithms_in_C Public

    A structured guide to graph algorithms and dynamic programming techniques, with a focus on implementations in C