![]() |
|
C++ Crypter source undetected! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: C++ Crypter source undetected! (/Thread-C-Crypter-source-undetected) |
C++ Crypter source undetected! - Edward - 05-10-2013 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! - Charon - 05-10-2013 Nice share, this will be really useful for those who want to make a crypter in C++! RE: C++ Crypter source undetected! - Nefarious - 05-10-2013 Thank you for this! Very nice share. RE: C++ Crypter source undetected! - antifascist - 06-09-2013 "File Belongs to Non-Validated Account." RE: C++ Crypter source undetected! - Edward - 06-11-2013 Sorry, I lost access to that account. I'll have the thread closed. RE: C++ Crypter source undetected! - Charon - 06-11-2013 Closing the thread.
|