Skip to content
View Apex-master's full-sized avatar
:atom:
:atom:

Block or report Apex-master

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. Arma-3-QEMU-External-Radar Arma-3-QEMU-External-Radar Public

    Arma 3 QEMU external radar. Built using memflow, NodeJS, socket.io and Leaflet!

    C++ 14 5

  2. chatgpt-cpp chatgpt-cpp Public

    chatgpt-cpp is a conversational AI application built in C++ using OpenAI API to generate natural language responses to user inputs.

    C++ 6 2

  3. Window-Finder Window-Finder Public

    Window Finder is a tool for finding windows with specific properties. You can quickly search for windows with specific sizes, class names, window styles, extended styles and you can export the wind…

    C++ 2 1

  4. return-address-spoofing return-address-spoofing Public

    works with most invokers, spoofs the return address to bypass the anti cheat and allow detected natives to be called.

    C++ 7 9

  5. apex_dma_kvm_pub apex_dma_kvm_pub Public

    Forked from MisterY52/apex_dma_kvm_pub

    Apex Legends QEMU/KVM hack

    Rust 1

  6. Converting a .dll file to a array of... Converting a .dll file to a array of bytes C++
    1
    #include <fstream>
    2
    #include <vector>
    3
    #include <iostream>
    4
    #include <cstdint>
    5
    #include <iomanip>