This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I'm currently working on a project where I need to monitor the value of a variable stored within another process's memory. I don't have access to the source code of the target process, so I'm looking for advice on the best approach to achieve this.
Here's a brief overview of my requirements and constraints:
- I need to monitor the value of a specific variable in real-time as it changes during the target process's runtime.
- The solution should be able to access the target process's memory and retrieve the variable's value without modifying the process's behavior or causing disruptions.
- Ideally, I'm looking for a tool or technique that provides a clean user interface for displaying the variable's value and tracking changes over time.
- I'm working on a Windows platform, so solutions compatible with Windows operating systems would be preferred.
I've done some research and found suggestions for memory injection techniques using DLLs, but I'm not sure if this is the most appropriate approach or if there are better alternatives available.
If anyone has experience with similar projects or can provide guidance on effective memory analysis techniques for monitoring variables in another process, I would greatly appreciate your insights and recommendations.
Thank you in advance for your help!
Subreddit
Post Details
- Posted
- 10 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AskProgramm...