rammgr - ram manager by stwoowerks
usage:
in rammgr there are four views, processes, threads, windows and drivers.intialy this application was writen just for processes, but later on, i changed it into this what we have now.as an programmer i have intention to make this cool as it can be and powerfull as possible.so, at the moment, it can do usual tasks i need from it.i have intention to make it stronger, to be able to do more complicated tasks.
processes:
rammgr can not handle all processes in ram, it can only handle non system processes.
my intention is to solve this issue too by making this application as kernel debugger.
threads:
every process create at least one thread (main) and subthreads (if any).
by controlling of main thread we controll flow of that process. we can suspend, resume, read, write and terminate it.
windows:
every main thread creates a window (at least for gui processes), and under controll of those windows we have huge diapason of controlls, we can do any kind of tasks on it, same as our process created that window.
we can send messages, recive messages...
drivers:
drivers are files writen in ms dos executable format, and they are handlers for hardware. they can be loaded, unloaded, uninstalled, updated, rolled back... but i did not added any options becaus of possible damage to hardware or os.
info:
developed by wook
wook