Get a process start address and total size in memory?

Everything else that doesn't fall into one of the other PB categories.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Get a process start address and total size in memory?

Post by dracflamloc »

How can I do this (windows).

Thanks for any help =)
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

SPAMINATOR NR.1
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Mine wont do what you need. But has some nice process procedures.

Follow the dev link..

www.liquidbuzz.com

- np
Last edited by NoahPhense on Sat Feb 19, 2005 7:39 pm, edited 1 time in total.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

I really don't want a library, unless its open source, I want the API on how to do it so I can learn and become a better programmer :o
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

you can find source at:

www.google.com
www.msdn.com
winapi.hlp

( as i have done before :) )
SPAMINATOR NR.1
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Post by sec »

:)
PrcIdent 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.
http://www.apihooks.com/PI.HTM
Current Version : 5.72
Package: http://www.apihooks.com/OUT/PI5.ZIP
Examples: http://www.apihooks.com/OUT/PI5-EXAM.ZIP
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Rings wrote:you can find source at:

www.google.com
www.msdn.com
winapi.hlp

( as i have done before :) )
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.)
Post Reply