Jump to content

PoyBoy

Dedicated Members
  • Posts

    1,182
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Between Keyboard and Chair

Recent Profile Visitors

6,455 profile views

PoyBoy's Achievements

Newbie

Newbie (1/14)

  1. Ruby is a nice language. Just like any other language/tool, it has its strengths and weaknesses. One very important weakness to consider is threading - you have almost no control over a Ruby thread. Other than that, I like it a lot.
  2. I would recommend you start with python. It is a very nice language with a lot of cool features, such as lambda functions. In my opinion, php is dirty and teaches bad habits, so I recommend holding off on that until you learn C (after python.) C++ is another dirty, dirty language, but C++ proficiency is a valuable skill. I would hold off on learning C++ for a little while though, mostly because it can be extremely discouraging. If you are interested in something totally different, check out erlang. I've recently started using erlang regularly, and I really like some of the things it lets me do. To sum up the above wall of text, start with python.
  3. I highly recommend jQuery. This is a link to the relevant jquery function you can use to reload a DOM element (a div, for example) by ID. Literally all it takes is: $('#element_to_load_into').load('url_to_generate_captcha'); It is possible to get fancier with jquery (ie. wait for the DOM to finish loading, then attach an on-click handler to a button), but the above snippet will get the job done.
  4. I originally left this place years ago because of all the silly moral posturing and general ass-hattery present, so I will give you straight answer, or at least a good push in the right direction: Check out low orbit ion cannon Teh Wikipedias source code available right hurr. Back in the day, syn flooding (repeatedly sending the first part of a TCP handshake from spoofed IP addresses was all the rage, but this hasn't worked for quite a few years now. Hope that helps. I'm happy to answer any other questions.
  5. Id be glad to. I know a bit a bout basic encryption. Drop me a line on skype: poyboy314159
  6. It needs the 64bit libraries to link with. As long as the function exists (is defined somewhere) then 32 bit code should compile and link on a 64bit setup. After all, as someone here said, the only thing that really changes, as far as i know, is the data type sizes. In visual Studio 2008, (I'm not using Express) find the build mode selector up top, which probably says Win32. Click the pop-down and choose config manager. For the active solution platform, choose new, then choose x64 from the list, coping settings from Win32. That worked for me
  7. Dont mean to sound like a downer, but i really wouldnt do it VB. C is what windows is written in (?) and you should probably be at about that level or lower in order to effectively and efficiently detect a keylogger. Why not create a second device driver for another keyboard and have it constantly spamming your kernel with "virtual keystrokes." You would need to patch the kernel instruction table (maybe?) so as to add your own code somewhere high up in the kernel input hierarchy to ignore aforementioned keystrokes. Now that would be totally leet and would confuse just about any keylogger.
  8. i believe you can pick up premiere elements for $100 usd? i would recomend that if its anything like pro
  9. MM. I love eating lots of food, and im really quite thin. W00t!
  10. My school's sysadmins are on a full fledged vendetta against pr0n and *gasp* those dmnable flash games! Fortuneately, they arent the greatest at blocking the flash games
  11. Hmm, you never told me why your getting a new pc, but anyways. congrats!
×
×
  • Create New...