Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

A Logic Bomb


ghost's Avatar
0 0

I'm not sure if this is where this thread should be, but I was wondering if anyone had any good sites that could lead me in the direction of learning how to create a logic bomb?


ghost's Avatar
0 0

Well, it all depends on what you already know, and what kind of logic bomb you're going for.


ghost's Avatar
0 0

Like something just to get me started. Some basic stuff so that I could build on that….


Mr_Cheese's Avatar
0 1

well tell me what it is you want your logic bomb to do and i'll happily help you out.


ghost's Avatar
0 0

What I mean is, what programming languages to you know? What do you intend your logic bomb to do?


ghost's Avatar
0 0

A logic bomb that could corrupt hard drives. I know some HTML and Javascript. Oh, and I know some batch.


ghost's Avatar
0 0

OK. To put it simply, you're trying to run before you can even crawl.

Learn a lower level language like C. Many people will tell you its too hard to start off on, but once you get your head round C, you can pick up other languages fairly easily.

Then, if you want a really nice logic bomb, I think some ASM is a must.

But all this is a long way off. Learn to code, then come back when you know a language like the back of your hand.


ghost's Avatar
0 0

Alright, I'll jump right on that. Thanks for the replies.


ghost's Avatar
0 0

5 Easy Steps to Logic Bomb Heaven

  1. Learn a PROGRAMMING language (no that doesnt include HTML, JavaScript or Windows scripting and batch files). C would be a good start.
  2. Learn about PE files, computer architecture and assembly language (viral code sometimes needs a bit of assembly).
  3. Research (good books do exist, and there's a few good sites too) all about virus creation, preferably with encryption and self-modifying code to avoid being smacked down by norton or one of its relatives.
  4. Come up with a good idea for a logic bomb based on the knowledge you've acquired.
  5. Implement.

Please Note: Results may vary…


Mr_Cheese's Avatar
0 1

Suteeki wrote: A logic bomb that could corrupt hard drives. I know some HTML and Javascript. Oh, and I know some batch.

with that type of attitude im woundering if you even know what a logic bomb is?! Do you even know what "corrupt" means.

and how on earth do you intend of making a "logic bomb" with javascript, and a bit of batch.

pfft.

pleas research your questions before you start posting threads.