Sinisterly
Most cpu and memory eating program - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Computers (https://sinister.ly/Forum-Computers)
+--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems)
+--- Thread: Most cpu and memory eating program (/Thread-Most-cpu-and-memory-eating-program)



Most cpu and memory eating program - TechSaavy - 02-25-2013

Hello!
I am currently working on a RAT, which I decided to include CPU overload option. I know there are much better ways to do this, but I'm using the "open-many-programs-until-cpu-stops"-method (long, boring name I came up on now -.-). I want to know what are the top 3 programs in windows (from XP->) that use most memory and cpu power.
Any help will be appreciated Smile


RE: Most cpu and memory eating program - Nefarious - 02-25-2013

I think that norton would be in the top five.


RE: Most cpu and memory eating program - w00t - 02-25-2013

Just make an infinite loop with some encryption function.


RE: Most cpu and memory eating program - TechSaavy - 02-25-2013

(02-25-2013, 01:21 PM)Three Wrote: I think that norton would be in the top five.

Yeah, I have to agree with that, but I am looking for something that is in Win from the moment of intstallation. Thanks for the tip anyway Smile

w00t Wrote:Just make an infinite loop with some encryption function.

Thanks for the tip Smile


RE: Most cpu and memory eating program - Merkuri - 02-25-2013

bitcoin minner will be good idea can use 100% of the processor and make money


RE: Most cpu and memory eating program - cxS - 02-26-2013

(02-25-2013, 01:21 PM)Three Wrote: I think that norton would be in the top five.

lol, not even close. And Norton has much improved since version 2008. 2009 minimum and above is not that bad.

I don't know what the purpose of this thread would be anyways. To be able to start these programs, you first need to have them installed on the PC, or make sure that they are already installed...

AutoCAD uses quite a bit of memory depending on the drawing you are making. But I doubt that most of the computer users you would be dealing with, have it.


RE: Most cpu and memory eating program - TechSaavy - 03-07-2013

(03-07-2013, 12:42 PM)ĒviL ThōughtZ Wrote: Internet fucking explorer.

xD It's already on the list, but thanks Tongue


RE: Most cpu and memory eating program - ๖ۣۣۜۜFear - 03-07-2013

Just do Process.Start(http://www.site.com/) about 100 times and it should crash, web browsers can take a lot of resources.
What language is this RAT in?


RE: Most cpu and memory eating program - TechSaavy - 03-07-2013

(03-07-2013, 01:40 PM)๖ۣۣۜۜFear Wrote: Just do Process.Start(http://www.site.com/) about 100 times and it should crash, web browsers can take a lot of resources.
What language is this RAT in?

Thanks for the tip!

For now it's in python (yes, I know it's slow), but after I have learned C i will re-program it, so it becomes more stable.


RE: Most cpu and memory eating program - cxS - 03-08-2013

(03-07-2013, 03:12 PM)CamIce Wrote:
(03-07-2013, 01:40 PM)๖ۣۣۜۜFear Wrote: Just do Process.Start(http://www.site.com/) about 100 times and it should crash, web browsers can take a lot of resources.
What language is this RAT in?

Thanks for the tip!

For now it's in python (yes, I know it's slow), but after I have learned C i will re-program it, so it becomes more stable.

Programming this in C doesn't guarantee it will be more stable.