Twelve Years of Service
Posts: 1,135
Threads: 78
Making a Crypter? 01-09-2013, 01:37 AM
#1
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?
•
Twelve Years of Service
Posts: 1,244
Threads: 7
RE: Making a Crypter? 01-09-2013, 03:52 AM
#2
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.
•
Twelve Years of Service
Posts: 1,244
Threads: 7
RE: Making a Crypter? 01-09-2013, 05:53 AM
#4
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
•
Twelve Years of Service
Posts: 3,462
Threads: 304
RE: Making a Crypter? 01-09-2013, 10:40 AM
#5
If you need it fast you can just find a source and make it FUD again.
•