Skip to content

Instantly share code, notes, and snippets.

View ARMdealer's full-sized avatar

ARMDealer ARMdealer

View GitHub Profile
@ARMdealer
ARMdealer / MacOSInject.cxx
Created March 15, 2024 08:52 — forked from Brandon-T/MacOSInject.cxx
ARM64 Injection on MacOS M1
#include <thread>
#include <utility>
#include <cstdint>
#include <string>
#include <sys/types.h>
class Injector
{
public:
static bool Inject(std::string module_path, std::int32_t pid, void* bootstrap) noexcept;