Skip to content
View arrhenius975's full-sized avatar
💭
Oil and metal in my blood
💭
Oil and metal 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

Low-level Developer | C/C++ | ASM | OS & Device Driver Development | Linux Internals | Simulation & Emulation Developer

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 operating system development, 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

  • Love to work in OS & kernel development, driver development, cybersecurity and embedded systems.
  • Comfortable with low-level programming, reverse engineering, and hardware hacking.
  • I like building practical tools and prototypes that bridge software and hardware.
  • Love cars and mechanical machines.
  • I like to learn physics and mathematics.
  • Love to design Hardware (electronic systems/ digital design and Computer architecture)
  • Love to work on Astronomy and Astrophysics

Skills

  • Languages: C, C++, Python, Bash, ASM (x86_64, x86_32, ARM32, ARM64), C#, Go, Javascript, React, Rust, TypeScript, LateX.
  • Systems: Linux (kernel/devices), AOSP/Android, embedded Linux
  • Networking & Security: TCP/IP, Nmap, Wireshark, intermediate exploit development, pentesting tooling
  • Tools: git, GDB, buildroot/AOSP build system, cross-compilation toolchains

Projects (Actively updating over time will add more)

Current work

  • Working on MOSFET enhancement and optimization as full time research intern.
  • Repurposing an Android motherboard into a handheld gaming console — hardware-software integration, driver support, and performance tuning.
  • OS & kernel development experiments — learning kernel internals, driver development and building small kernel modules/tools.
  • Continued development on DevDroid-ROM and related tooling.
  • Working on a GBA emulator using minimal dev tools (c++, SDL2).
  • Working on Astronomical physics simulations of recently discovered space events (Binary star lifecycle, Black Widow planet formation, etc) using SDL2, OpenGL, C++.

Certifications & Learning

  • Full Networking & CCNA prep guidance by David (Udemy) — completed.

Contact

Popular repositories Loading

  1. System_Dev1.0 System_Dev1.0 Public

    2

  2. 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…

    1

  3. arrhenius975 arrhenius975 Public

    Config files for my GitHub profile.

  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