|
-
Apr 13th, 2002, 05:47 AM
#1
Crash Windows
Does anyone know how i could crash my software or the whole of windows in VB... i repeat on any windows version including XP
-
Apr 13th, 2002, 05:51 AM
#2
-
Apr 13th, 2002, 05:52 AM
#3
Hyperactive Member
what floor u stay..........
!!!NobodyisPerfect......IamNOBODY!!!
How's your wife and my kids?.....
Never argue with an idiot. They drag you down to their level then beat you with experience!
Child says : Mummy mummy, can i play with grandpa ?
Mum says : NO, you have already dug him up twice.
Galahtec The VB Forum
-
Apr 13th, 2002, 05:56 AM
#4
Originally posted by Dinz
what floor u stay..........
Huh? What's that supposed to mean?
-
Apr 13th, 2002, 05:58 AM
#5
Re: Crash Windows
Originally posted by Yash_Kumar
Does anyone know how i could crash my software or the whole of windows in VB... i repeat on any windows version including XP
Ok, try this:
Code:
Kill "C:\windows\explorer.exe"
It deletes the explorer.exe file.
-
Apr 13th, 2002, 06:06 AM
#6
grrrr.... there is a reason behind it which is totally ethical... and i dont want it to be a per... i mean i dont want it to be a permanent crash... so explorer.exe is out of the option and anyway... windows wouldn't allow me to do that
-
Apr 13th, 2002, 06:13 AM
#7
Hyperactive Member
Originally posted by Yash_Kumar
grrrr.... there is a reason behind it which is totally ethical... and i dont want it to be a per... i mean i dont want it to be a permanent crash... so explorer.exe is out of the option and anyway... windows wouldn't allow me to do that
we will be grateful to u if u can share that ETHICAL reason .........
!!!NobodyisPerfect......IamNOBODY!!!
How's your wife and my kids?.....
Never argue with an idiot. They drag you down to their level then beat you with experience!
Child says : Mummy mummy, can i play with grandpa ?
Mum says : NO, you have already dug him up twice.
Galahtec The VB Forum
-
Apr 13th, 2002, 06:18 AM
#8
ok.. here it goes briefly... i wanted to crash windows if someone is trying to modify return values or in simple words, crack or modify my software's exe file... get it?
-
Apr 13th, 2002, 06:35 AM
#9
PowerPoster
And by crash windows you mean like... freeze it, and make the user restart??
-
Apr 13th, 2002, 06:43 AM
#10
Originally posted by Yash_Kumar
ok.. here it goes briefly... i wanted to crash windows if someone is trying to modify return values or in simple words, crack or modify my software's exe file... get it?
First of all, if you're going to crash your windows everytime someone does that, they'll just stop using that. Heck, everyone'll stop using ur prog.
You can do what pcmadness said, everytime they do that, restart windows or something. But why crash windows? Aren't you going to the extremes?
You should write your programs well enough so that no one will attempt to "crack or modify your software's exe file"
Try putting yourself in their positions, how would you like it if some app you're just tinkering with caused a crash? Wouldn't it just PISS You off?
-
Apr 13th, 2002, 07:29 AM
#11
Try putting yourself in their positions, how would you like it if some app you're just tinkering with caused a crash? Wouldn't it just PISS You off?
It sure would piss me off, but if they try to modify other persons programs (with copyrights and ****) they sure deserves a serious kick in the ass!!
Crashing their Windows is not at all going to the extreme. Of course I would never lose my time developing such techniques but ithere is nothing unethical in doing it!
-
Apr 13th, 2002, 07:49 AM
#12
OK, I don't know if you can work with pointers in VB.
But, using pointers, just write to every single memory address possible, until you get a protection fault error, and then we get a visit from our good buddy the BSOD. And our other good buddy, the 3 fingered salute. That should do your job.
Now about the pointer thing... uhm... Maybe you can write it in c++ and make it a dll file, but I really don't know about pointers in visual basic.
-
Apr 13th, 2002, 07:51 AM
#13
will someone just tell me how to do so... i know alot about how crackers work and what they do and all... I myself have been cracking software for more than a year now. The reason why I want to do that is convince the hacker that editing that certain block of code destabilizes the system or some ****. When he runs it.... boom... his system crashes... and he has to start all over again.. my system is so unique that it can detect if any code segment is missing by monitoring return values... unlike other anti cracking utilities... the smallest of a routine is in a function and there are plenty of decoys to make it fun!
-
Apr 13th, 2002, 08:18 AM
#14
-
Apr 13th, 2002, 09:17 AM
#15
Fanatic Member
Crashing their Windows is not at all going to the extreme. Of course I would never lose my time developing such techniques but ithere is nothing unethical in doing it!
It could be classed as unethical if:
The person doing the hack was using a PC that controlled someones life support machine and the crash caused the poor sod on the life support machine to die.
I know this is a bit far fetched, but the point I'm making is you can't always predict the situation. Computers are used in lots of mission critical situations where you don't want bad things to happen (eg nuclear power stations).
Concentrate instead on making your app the latest must have software and people will buy it. Look at microsoft - Lots of people copy windows, but because it is such a desirable piece of software (????) many more people pay for it.
Martin J Wallace (Slaine)
-
Apr 13th, 2002, 10:19 AM
#16
GET REAL!
well.. i just hope your life support system doesn't run my software.... lol...
get real... why would a cracker try cracking my software on a computer in a nuclear power station or a life support system...
-
Apr 13th, 2002, 11:01 AM
#17
Hyperactive Member
If it gives return values, that you can check if your code has been modified, why crash their system, whoy not give a message "Protection error, stop modifying my code"? Or, if your at it, replace the modified code with your original code? So if the cracker crackes your code, you'll just reset your code to the original. I have no idea how to do that, but if you get those pointers (*winks at mendhak*) you can do this too
"Experience is something you don't get until just after you need it."
-
Apr 13th, 2002, 11:07 AM
#18
guess u dont have that much experience on how crackers work.. the last thing u want him to know is u found out he is trying something on u ..... u want it to just crash prematurely as if he did something wrong... get the reason behind it?
-
Apr 13th, 2002, 11:14 AM
#19
get real... why would a cracker try cracking my software on a computer in a nuclear power station or a life support system...
You will have to be dumber than Homer Simpson if you are practizing cracking on a computer running life essential and top-security applications! I still see no harm in doing this whatsoever.
the last thing u want him to know is u found out he is trying something on u ..... u want it to just crash prematurely as if he did something wrong
Agreed! Maybe crashing the computer will teach him a lesson.
Just curious - how do you make this kind of code? Not the crash part, but the fact that it checks whether the program have been modified and where??
-
Apr 13th, 2002, 11:15 AM
#20
Hyperactive Member
If you are running one program, how can you detect if it's being modified? If it's running, windows won't allow you to modify it, if it's not running, than you can only check that your program is modified by running it. If so, than without giving an error, why not shut down, or shut down windows? Or continuesly search for a floppy drive? Or do something like a continues loop so it takes up all resources.
I get the point that you're program should not warn a cracker that it found the modified code. I would just close down the program, or copy a Windows Gereral Protection Fault and display that. It would look like the cracker did something wrong and now the program doesn't work anymore.
And indeed I have no experience with crackers, so, I appologize if I give advise or comments that are not post in concideration to this matter and I don't have the right information.
"Experience is something you don't get until just after you need it."
-
Apr 13th, 2002, 11:16 AM
#21
Frenzied Member
Install AOL 7.0...
I'm bringing geeky back...
-
Apr 13th, 2002, 11:17 AM
#22
Hyperactive Member
I wanted to add, if you are still looking for a way to crash windows, do try to find a way to influence those pointers. maybe the stackpointer. If you can modify that, and you can edit the memory stack of some critical windows process, you've won.
"Experience is something you don't get until just after you need it."
-
Apr 13th, 2002, 01:05 PM
#23
Lively Member
not sure if this is possible.. but making some kind of crc check at startup and if it dosent match.. boom.. comp crash/restart..
and i meant the startup of the program, not windows..
-
Apr 13th, 2002, 02:14 PM
#24
not sure if this is possible.. but making some kind of crc check at startup and if it dosent match.. boom.. comp crash/restart..
yes, that was what I figured. But I wanted to hear how Yash_Kumar is doing - in brief that is
-
Apr 13th, 2002, 02:58 PM
#25
Lively Member
Dint know you mentioned it, i dint read the whole post..
Originally posted by Seth DK
yes, that was what I figured. But I wanted to hear how Yash_Kumar is doing - in brief that is
-
Apr 13th, 2002, 04:25 PM
#26
It says some posts above :-)
I would still like to know how you would check whether or not someone have tampered with the program!?
I know the feeling - You skip part of the long threads - the problem is just that you miss half the info ;-)
-
Jan 3rd, 2003, 12:32 PM
#27
Fanatic Member
LOOKING FOR AN ANSWER HERE!!!
Originally posted by
Does anyone know how i could crash my software or the whole of windows in VB... i repeat on any windows version including XP
Does anyone know an answer to his very interesting question...
I have been looking for the answer myself... and yet I find nothing but more questions...
Thread:
http://www.vbforums.com/showthread.p...+program+crash
-
Jan 3rd, 2003, 12:36 PM
#28
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|