Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


C++ Crypter source undetected! filter_list
Author
Message
C++ Crypter source undetected! #1
This crypter is different because instead of creating a new proces and then do the PE injection to memory etc it will execute the code it its own proces instead.

Allocates the amount of memory needed for the image
Then rebases(relocates) the image to the new imagebase wich is the memory allocated above, so your PE has to have a working relocation table
Processes the imports
Replaces the imagebase in the PEB to our supposed new one, so that the PE could get its own resources and stuff.
And then calls the entry point of the PE

it has a few detections on NVT(yes I scan on NVT, deal with it.) I guess its due to resource handling api's and GPA/LL combo wich is needed to proces the imports

The only thing that that might be a problem is that the proces doesn't use tls callbacks.

Download:
here


RE: C++ Crypter source undetected! #2
Nice share, this will be really useful for those who want to make a crypter in C++!
[Image: bAMEI93.jpg]


Jabber: charon@exploit.im


RE: C++ Crypter source undetected! #3
Thank you for this! Very nice share.


RE: C++ Crypter source undetected! #4
"File Belongs to Non-Validated Account."


RE: C++ Crypter source undetected! #5
Sorry, I lost access to that account. I'll have the thread closed.


RE: C++ Crypter source undetected! #6
Closing the thread. Smile
[Image: bAMEI93.jpg]


Jabber: charon@exploit.im








Users browsing this thread: 1 Guest(s)