![]() |
Making a Crypter? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Making a Crypter? (/Thread-Making-a-Crypter) |
Making a Crypter? - Kinanizer - 01-09-2013 For what should be obvious reasons, I need a crypter. Although, I don't want to pay an outrageous fee for a crypt every now and again. So I've decided to make my own, problem is I don't know where to start. So my question is, do any of you guys know where to start? RE: Making a Crypter? - w00t - 01-09-2013 There's a few sources floating around. Basic concept, encrypt the bad file, store it inside a clean file, good file decrypts bad file on run. RE: Making a Crypter? - Kinanizer - 01-09-2013 (01-09-2013, 03:52 AM)w00t Wrote: There's a few sources floating around. Problem is, I don't understand the basic concept. If I put the file in another file, how will the server still function? RE: Making a Crypter? - w00t - 01-09-2013 The clean file decrypts and runs the bad file. That's why crypting isn't perfect, some professional tools can detect any crypted virus by looking at what is running. Something like this: store VIRUS at label00 Decrypt(label00) goto label00 RE: Making a Crypter? - Nefarious - 01-09-2013 If you need it fast you can just find a source and make it FUD again. RE: Making a Crypter? - Kinanizer - 01-09-2013 (01-09-2013, 05:53 AM)w00t Wrote: The clean file decrypts and runs the bad file. That's why crypting isn't perfect, some professional tools can detect any crypted virus by looking at what is running. So i would have to program a file that could decrypt and run a stored program. Okay. (01-09-2013, 10:40 AM)Three Wrote: If you need it fast you can just find a source and make it FUD again. Know where I could find a good one, and know what I would have to change to make it FUD? RE: Making a Crypter? - DrBlowFish - 01-15-2013 (01-09-2013, 10:40 AM)Three Wrote: If you need it fast you can just find a source and make it FUD again. Agreed. But if you want it to be the best, pay someone $250 ish to make you a private crypter in C++ for the strongest, and longest FUD Crypt. RE: Making a Crypter? - Kinanizer - 01-15-2013 (01-15-2013, 04:48 AM)DrBlowFish Wrote:(01-09-2013, 10:40 AM)Three Wrote: If you need it fast you can just find a source and make it FUD again. Hell no, I could buy a good one for that price. RE: Making a Crypter? - DrBlowFish - 01-15-2013 (01-15-2013, 05:31 AM)Kinanizer Wrote:(01-15-2013, 04:48 AM)DrBlowFish Wrote:(01-09-2013, 10:40 AM)Three Wrote: If you need it fast you can just find a source and make it FUD again. Good point. Or buy Crypts from Russians. They are the best at Hacking, and always will be. I got a Crypt once and it was FUD for 2 months even with myself spreading to Hundreds and hundreds of people. RE: Making a Crypter? - BreShiE - 01-15-2013 (01-15-2013, 05:31 AM)Kinanizer Wrote:(01-15-2013, 04:48 AM)DrBlowFish Wrote:(01-09-2013, 10:40 AM)Three Wrote: If you need it fast you can just find a source and make it FUD again. Hence what being privately coded means. You wont be put on some public crypter which will get detected in the shortest time, you will have your own private crypting methods and if you're not stupid with it, you could stay FUD for weeks. That's why you'd pay that kind of money. |