95 Replies - 12378 Views - Last Post: 05 November 2011 - 08:55 AM
#46
Re: Have you ever written a malware?
Posted 08 March 2011 - 03:43 PM
In reference to the debate that was going on for a couple of pages, for MOST Windows viruses, wouldn't encrypting the System32 folder keep viruses from spreading since the usually attack the dlls in that folder?
Also in reference to the mention of how Macs and Linux computers do not get viruses. There is currently 3 malware viruses out for Mac OS X. People have already found out how to fix and remove them, but nonetheless there are viruses for it. Although to my knowledge there is not a viruses for Linux.
#47
Re: Have you ever written a malware?
Posted 08 March 2011 - 03:53 PM
#48
Re: Have you ever written a malware?
Posted 08 March 2011 - 03:56 PM
#49
Re: Have you ever written a malware?
Posted 08 March 2011 - 03:56 PM
#50
Re: Have you ever written a malware?
Posted 08 March 2011 - 03:57 PM
#51
Re: Have you ever written a malware?
Posted 08 March 2011 - 04:00 PM
darek9576, on 08 March 2011 - 01:23 PM, said:
A while ago I was trying to write a card counting Java program that allowed input without focus. Aka you play your blackjack game, evaluate the cards and press the count up/down button as needed and press a reset button when the deck or shoe gets shuffled.
The solution I found was some C++ hook or something like that, but its not impossible. >.>
I'm not sure how I feel about the atmosphere of this thread..
#52
#53
Re: Have you ever written a malware?
Posted 08 March 2011 - 07:45 PM
I never implemented any means to spread the program past his computer, so it was completely benign. I assure you, I'm not going to form a botnet and sell it to hackers; I'm just a regular guy who got bored 1 afternoon.
Why are so many of you so uptight? There's no danger in discussing this out loud.
This post has been edited by atraub: 09 March 2011 - 07:24 AM
#54
Re: Have you ever written a malware?
Posted 08 March 2011 - 07:47 PM
#55
Re: Have you ever written a malware?
Posted 08 March 2011 - 11:33 PM
it was for fun . It read the processes and tried to find them and delete them. After and hour it detected a new process . Then detect if process is stopped if it stopped do File.Delete();
Im not gonna tell you how exactly but it worked in a weird way.
This post has been edited by marinus: 08 March 2011 - 11:35 PM
#56
Re: Have you ever written a malware?
Posted 09 March 2011 - 03:19 AM
darek9576, on 08 March 2011 - 11:38 AM, said:
I am asking out of pure curiosity. I know DIC does not support help in these areas but i am not asking about code but more about experience.
I think, writing e.g. a keylogger program is an awesome way to challenge yourself to write a cool application (I know that there are million of cool application a person can produce but after you wrote it, you might not use it but it may make you aware of the stuff that are there on the net, etc.).
Thanks in advance for answers.
I have written a program that overwrites your boot-sector on your hard disk, however, I did not do this maliciously, nor will I ever do it maliciously. I did it just to see what Windows will allow you to do, and to my surprise, the code needed to cripple an operating system is nothing more than 20 lines of code. I ran it on a virtual machine and even though it must be ran as administrator, it does overwrite the boot-sector.
I am aware that newer OS's have the option to fix any problems with the boot-sector given the OEM disk, but if this was XP or earlier, it's gonna be pretty difficult to restore without alot of hassle.
What's even more surprising is that this program was not detected by AVG, probably the most popular anti-virus. It just shows that Windows is very much vulnerable.
This post has been edited by Aphex19: 09 March 2011 - 03:28 AM
#57
Re: Have you ever written a malware?
Posted 09 March 2011 - 05:38 AM
#58
Re: Have you ever written a malware?
Posted 09 March 2011 - 06:13 AM
This post has been edited by NoBrain: 09 March 2011 - 06:14 AM
#59
Re: Have you ever written a malware?
Posted 09 March 2011 - 07:21 AM
codeprada, on 09 March 2011 - 05:38 AM, said:
You're not kidding, the Windows API has functions that almost seemed designed for malicious use, such as SetWindowsHook, which by default is capable of injecting a new callback procedure into every single process running on the system. However, this is probably just my perception, this function has legitimate uses.
Microsoft also released a library called detours which allows you to easily inject code into a process, detours does this by placing a JMP instruction at the start of an arbitrary function which jumps to the code that detours injects for you, from a user written DLL. This hooking technique is often used to hook DirectX or WinSock functions (for example).
Microsoft are their own worst enemy, I think.
This post has been edited by Aphex19: 09 March 2011 - 07:24 AM
#60
Re: Have you ever written a malware?
Posted 09 March 2011 - 09:25 AM
If there where safer ways to look at malicious softwares, I'd love to know how they work, some of them are quite ingenious.
|
|

New Topic/Question
Reply




MultiQuote









|