Skip to content
MakeMek edited this page May 9, 2024 · 3 revisions

This repo is a proof of concept for getting thread stack address.

There will be some of project misconfiguration that you might have to resolve first. CasualGamer made a great video going through resolving issues, and explaining the concept. Following along and you should be able to compile the source code.

It has been many years. I forgot a lot of c++ concepts, and inner workings of threadstack.

This project is not maintained anymore.

In case of anyone wondering about NtQueryInformationThread, this is where I got it from https://stackoverflow.com/a/32301394.

For anyone looking for a 64-bit version, please use a fork by 5aava.

A similar implementation in C# https://gist.github.com/baratgabor/06aef4815226eedc8ef5052e595b3ca4

Clone this wiki locally