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

Clone this wiki locally