Get a process start address and total size in memory?
Posted: Fri Feb 18, 2005 1:42 am
How can I do this (windows).
Thanks for any help =)
Thanks for any help =)
http://www.purebasic.com
https://www.purebasic.fr/english/
http://www.apihooks.com/PI.HTMPrcIdent is a process identification library
containing functions that can return process
identifier (PID) for given process name and
vice versa, list of running terminal sessions
and processes and identifier of terminal session
where given process runs. PrcIdent is limited to
sessions and processes running on local computer.
PrcIdent works on Microsoft(R) Windows(R)
95,98,Me and x86 NT,2000,XP,Server 2003.
I tried searching google and yahoo, would you mind telling me what keywords you used? Or maybe just the functionname to look up in the API hlp. (Its like the age old "how can you look something up in a dictionary if you don't know how it's spelled in the first place?" deal.)Rings wrote:you can find source at:
www.google.com
www.msdn.com
winapi.hlp
( as i have done before)