Computing.Net > Forums > Programming > search inside a process 4 a string

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

search inside a process 4 a string

Reply to Message Icon

Name: Anddos
Date: August 17, 2005 at 08:38:33 Pacific
OS: windows xp
CPU/Ram: 1 gig ddr
Comment:

i am wanting to know how do you search for a string or a vaule inside a exe that would be running on the system. thanks




Sponsored Link
Ads by Google

Response Number 1
Name: Chi Happens
Date: August 22, 2005 at 09:44:06 Pacific
Reply:

if you are trying to get something that is only available while the program is running, then you probably need to peek into memory as a running program typically does not modify its code to store run time variable information.

If you think the string exists even when the program is not running, then you could open the file as a binary and convert the hexadecimal codes into ASCII equivalents.

To peek into memory you need a programming language (or a program ) that can do this. Typically it requires pointers and pointer math to accomplish this. There is a program that people use to create "trainers" for games. Google "create a game trainer" or something close to that and you will find the program of which I speak.

Good Luck,
Chi

They mostly come at night...mostly.


0
Reply to Message Icon

Related Posts

See More


Batch file waits for Note... batch file help



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: search inside a process 4 a string

Find string inside a variable,batch www.computing.net/answers/programming/find-string-inside-a-variablebatch/12011.html

searching a string in a text file www.computing.net/answers/programming/searching-a-string-in-a-text-file/17972.html

Perl: Searching a String www.computing.net/answers/programming/perl-searching-a-string/3499.html