Skip to content
View Megatrone750's full-sized avatar

Block or report Megatrone750

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 Loading

  1. c-ninja-listings c-ninja-listings Public

    Forked from inpyjama/c-ninja-listings

    Lower level assembly and C baremetal programming on RISC-V CPUs. Source code listings from the C-Ninja, in Pyjama! book.

    Makefile

  2. Emulate-TLS-Fingerprinting-on-Network-Namespaces Emulate-TLS-Fingerprinting-on-Network-Namespaces Public

    Emulate TLS-Fingerprinting Using JA3 and JA3s on Network Namespaces and capture the Network traffic which is going throw Namespaces.

    Python

  3. Nmap-Script Nmap-Script Public

    Nmap script for port scanning which can find open ports

    Shell

  4. os-tutorial os-tutorial Public

    Forked from cfenollosa/os-tutorial

    How to create an OS from scratch

    C

  5. Vitis-AI Vitis-AI Public

    Forked from Xilinx/Vitis-AI

    Vitis AI is Xilinx’s development stack for AI inference on Xilinx hardware platforms, including both edge devices and Alveo cards.

    Python

  6. Memory-Allocator Memory-Allocator Public

    Memory allocator which is custom implementation of malloc(),calloc(),free() and realloc() using sbrk() system call .

    C