Skip to content
View mszoek's full-sized avatar

Sponsors

@PlatinumLucario
@cooljeanius
@markshank
Block or Report

Block or report mszoek

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned

  1. ravynsoft/ravynos ravynsoft/ravynos Public

    A BSD-based OS project that aims to provide source and binary compatibility with macOSยฎ and a similar user experience.

    5.4k 180

  2. MinecraftNOC MinecraftNOC Public

    DevJam 2020: In-game NOC boards

    Java 29 4

  3. OpenNMS/opennms OpenNMS/opennms Public

    Enterprise-Grade Open-Source Network Management Platform

    Java 908 560

  4. hydrogen hydrogen Public

    A little toy OS written over a few months in 2019. 64-bit, preemptive multitasking kernel supporting EFI, PCIe, SATA, framebuffer graphics mode, HFS+ and a very limited userspace. Just a PoC for leโ€ฆ

    C++ 36 3

  5. ravynOS: Executing MachO ravynOS: Executing MachO
    1
    # Some notes on implementing MachO loading and `dyld` on ravynOS as an early PoC.
    2
    
    
    3
    So far, I have modified rtld-elf (the FreeBSD runtime linker) to handle simple MachO objects. It can now
    4
    successfully load and run a trivial MachO executable built on a Mac with an external library dependency (libSystem.B.dylib - the C library). The linker also still handles ELF objects, so I call this monstrosity the "Macho ELF". 
    5
    
    
  6. scanvas-plugin scanvas-plugin Public

    PoC OpenNMS plugin to integrate node vulnerability scanning with Greenbone OpenVAS

    Java