Code Monkey home page Code Monkey logo

cheatengine-threadstack-finder's Introduction

cheatengine-threadstack-finder's People

Contributors

makemek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cheatengine-threadstack-finder's Issues

Can you please post a compiled exe/dll?

Hey, I appreciate you posting this - I'm having some trouble compiling it.

Can you please post a compiled executable or dll?

It would be easy enough to wrap the exe for what I need to do - thanks.

Edit: Got it compiling - showing all 0's for base addresses (it's a 32 bit process on a 64 bit system).

I tried running in cmd as administrator - no dice unfortunately.

On the plus side, it is showing the same threadID's as my C# program - going to keep playing with it

How to Get ThreadStack# for 64bit Program?

In the README.md file, it states that the code only works for 32bit processors.
How can this code be used for 64bit?


I LOVE YOU FOR MAKING THAT POST ON CHEATENGINE FORUMS AND EXPLAINING EVERY SINGLE THING ABOUT THREADSTACK AND HOW TO USE IT IN C++

something went wrong when i debugged the program

there is no problem when i use the threadstack.exe you have already compiled ;
but when i was attempted to debug the cpp i found my BASE ADDRESS is 0x00000000, i am sure my process is 32-bit and it works when i use threadstack.exe you have already compiled.
i search for the problem for a long time and finally,i find that this line has problem
if (buf32[i] >= (DWORD)mi.lpBaseOfDll && buf32[i] <= (DWORD)mi.lpBaseOfDll + mi.SizeOfImage)
image
you know why?cause DWORD can not deal with a value over 4294967295!
image
but then i cope with the problem by using stringstream and unsigned long long,in this way,it will assure the length of the value,so that it will not overflow,
after finishing all the work ,it comes out the value that seems to be right,but i compare the BASE ADDRESS where the program is changed by me with the right BASE ADDRESS where acts on the threadstack.exe you have already compiled,i find my BASE ADDRESS is not right,although it is not 0x00000000
i hope you can reply me,i am a chinese student and my english is not so good,but the problem has troubled me for several days,there is no valuable information online,so i have to turn to you!
my email is 2534765682@@qq.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.