I build a program in a scripting language to automate some tasks but now require a little more interaction based on specific memory locations of a running program.
I want to ask you in C# is the best language to deal with this problem. Basically I want to:
Find the memory location and variables in a program, run checks or other statements against the variables then act according to the outcome.
EXAMPLES:
Target Program: $V=123
My Program:
if $V=123 then do COMMAND
else
do COMMAND
thanks!
No replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









