All Projects → makemek → cheatengine-threadstack-finder

makemek / cheatengine-threadstack-finder

Licence: other
List all thread's base address based on process id

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to cheatengine-threadstack-finder

Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+6948.72%)
Mutual labels:  lib
tgcalls
Voice chats, private incoming and outgoing calls in Telegram for Developers
Stars: ✭ 408 (+946.15%)
Mutual labels:  lib
SunriseSunset
Java utility to calculate the time of sunrise and sunset for a given location.
Stars: ✭ 42 (+7.69%)
Mutual labels:  lib
JDuel-Links-Bot
An all-in-one modding tool and bot for Yu-Gi-Oh! Duel Links (Steam version)
Stars: ✭ 25 (-35.9%)
Mutual labels:  trainer
AltiumLibrary
Useful Altium pcb library (3D)
Stars: ✭ 33 (-15.38%)
Mutual labels:  lib
cheat-and-gin
C++ cheat engine (memory scanner)
Stars: ✭ 101 (+158.97%)
Mutual labels:  cheat-engine
React Scoped Css
CSS encapsulation solution for React
Stars: ✭ 214 (+448.72%)
Mutual labels:  lib
ssh
golang ssh lib 远程执行命令,文件上传下载 模仿rsync和cp
Stars: ✭ 29 (-25.64%)
Mutual labels:  lib
vocascan-frontend
A highly configurable vocabulary trainer
Stars: ✭ 26 (-33.33%)
Mutual labels:  trainer
telegram
Golang Telegram Bot API
Stars: ✭ 13 (-66.67%)
Mutual labels:  lib
rawhttp
Raw HTTP client in Go for complete request control and customization.
Stars: ✭ 100 (+156.41%)
Mutual labels:  lib
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (-41.03%)
Mutual labels:  lib
metalsmith-imagemin
Metalsmith plugin to minify images
Stars: ✭ 17 (-56.41%)
Mutual labels:  lib
Mtproto Core
Telegram API JS (MTProto) client library for browser and nodejs
Stars: ✭ 242 (+520.51%)
Mutual labels:  lib
epub-parser
A powerful yet easy-to-use epub parser
Stars: ✭ 103 (+164.1%)
Mutual labels:  lib
Weworkapi php
official lib of wework api
Stars: ✭ 225 (+476.92%)
Mutual labels:  lib
med
Linux alternative game memory editor
Stars: ✭ 46 (+17.95%)
Mutual labels:  cheat-engine
metalsmith-request
Metalsmith plugin to grab content from the web and expose the results to metadata
Stars: ✭ 12 (-69.23%)
Mutual labels:  lib
hook-any-text
The goal of this project is to provide an alternative to well established text hookers, whose features are restrained to a certain number of game engines and emulators.
Stars: ✭ 51 (+30.77%)
Mutual labels:  cheat-engine
gostreamer
Go example that uses channels to build an execution pipeline
Stars: ✭ 75 (+92.31%)
Mutual labels:  lib

cheatengine-threadstack-finder

A simple program that list all thread's base address based on process's name.
ONLY WORK FOR

  • 32 bit process
  • A process launched by you so that it has enough access rights
    IF YOU SEE BASE ADDRESS AS 0x00000000, it propably is a 64-bit process.

Pass command process id (PID) in decimal as a command line argument. The program will output all thread's base addresses.

Make sure that a target process is opened before passing an argument.

Example

Input

threadstack.exe 6540

Output

PID 6540 (0x198c)
Grabbing handle
Success
PID: 6540 Thread ID: 0x1990
PID: 6540 Thread ID: 0x1b1c
PID: 6540 Thread ID: 0x1bbc
TID: 0x1990 = THREADSTACK 0 BASE ADDRESS: 0xbcff8c
TID: 0x1b1c = THREADSTACK 1 BASE ADDRESS: 0x4d8ff8c
TID: 0x1bbc = THREADSTACK 2 BASE ADDRESS: 0x518ff8c
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].