Skip to content

Instantly share code, notes, and snippets.

View kylhuk's full-sized avatar
🏴‍☠️
wots dis, mate?

kylhuk

🏴‍☠️
wots dis, mate?
View GitHub Profile
@kylhuk
kylhuk / main.go
Created February 11, 2021 23:43
Minimal setup for having a working imgui with github.com/inkyblackness/imgui-go
package main
import (
"fmt"
"github.com/go-gl/gl/v3.2-core/gl"
"github.com/go-gl/glfw/v3.2/glfw"
"github.com/inkyblackness/imgui-go/v3"
"math"
"runtime"
"time"
@kylhuk
kylhuk / pymem_tutorial
Created October 9, 2019 09:12
tiny tutorial on how to use Pymem 1.0 when working with Cheat Engine
import pymem
from pymem.ptypes import RemotePointer
""" A tiny tutorial on how to use Pymem if you got your pointers from Cheat Engine
Kudos to @Scott @MulaB @MazzHOT from the Pymem-Discord"""
pm = pymem.Pymem("ac_client.exe")
base = pm.process_base.lpBaseOfDll