Log in

View Full Version : api SetProcessWorkingSetSize


Ricardo Narvaja
November 27th, 2002, 15:39
In winapis32 the api SetProcessWorkingSetSize is defined

The SetProcessWorkingSetSize function sets the minimum and maximum working set sizes for a specified process.

The working set of a process is the set of memory pages currently visible to the process in physical RAM memory. These pages are resident and available for an application to use without triggering a page fault. The size of the working set of a process is specified in bytes. The minimum and maximum working set sizes affect the virtual memory paging behavior of a process.

in OLLY this api not exist, in a program is used and OLLY dont show in names nothing, in view executables, kernel32, view names , dont exist in the list of exports functions.

is a bug?

Ricardo Narvaja

TBD
November 27th, 2002, 23:11
ricnar456: according to MSDN
Windows NT/2000/XP: Included in Windows NT 3.5 and later.
Windows 95/98/Me: Unsupported.

and as you told before you are working on Win98, so it is not available

Ricardo Narvaja
November 28th, 2002, 04:39
but im softice in w98 i put bpx SetProcessWorkingSetSize
and stop in that api.

Ricardo Narvaja

TBD
November 28th, 2002, 05:49
ricnar456: weird ... do you have a small example so i can take a look ?

Ricardo Narvaja
November 28th, 2002, 07:12
yes i have an armadillo 2.61 use that api in w98, with trw2000 and softice i put bpx in that api and stops, and in olly i not work in this more later, i send a link of this now i am in work.

Ricardo

Ricardo Narvaja
November 28th, 2002, 09:11
http://www.lottomania.ch/
("http://www.lottomania.ch/
")

the program is A DREAM LOTTO 1.4, the demo is in this page.

is an armadillo 2.61 protected program, and use this api.

Ricardo Narvaja

TBD
November 28th, 2002, 09:54
ricnar456: a smaller download please

Ricardo Narvaja
November 28th, 2002, 12:23
well is the one i am working, and in this is the problem and in any armadillo 2.61 y guess, but i dont know other armadillo same version, more little.

Ricardo