EvilZone

Programming and Scripting => C - C++ => : Katheudo September 24, 2015, 02:57:24 AM

: Resources To Learn About Crypters
: Katheudo September 24, 2015, 02:57:24 AM
I have been learning C++ for a while now and encryption interests me a lot, so I thought I would start learning about it. That then go me onto looking into crypters, I liked the idea and wanted to learn more about them and maybe code my own one day in C++, but I knew I was far away and needed to start somewhere. I did, I Googled around and learnt as much as I could, however most links were about websites trying to sell already made crypters. I did gather some decent links and websites that had good information about crypters on; I have been on the forum and seen:

https://evilzone.org/programming-newbies/(c-source)-cli-stub-crypter-(noobfriendly)/msg106155/#msg106155

https://evilzone.org/c-c/(c)-simple-crypter-stub/

Which I intend to look at when I have time. However, my question is do you guys have any websites with information about crypters? - How they work, detailed information about binders, packers EOF and such... I just thought it might be worth asking some people with experience in this field and if you know any websites which provide information about crypters where I can learn from. 
: Re: Resources To Learn About Crypters
: iTpHo3NiX September 24, 2015, 03:22:05 AM
Your best bet is probably to look and/or Reverse through other open source cryptors. Found this one on github:
https://github.com/jozemberi/PE-Crypter

Then I also found this on some random hack forum that's not hackforums lol, be careful I didn't check any of the files

http://mediafire.com/?16i6juki9u955pc
: Re: Resources To Learn About Crypters
: kenjoe41 September 24, 2015, 11:10:35 AM
The one damn source i trust that has concise information about this, well explained and heavily researched is by our own Deque. For some reason she scraped it off the internet so i would recommend you reach out to her for your own private copy, if she feels like it.

While you are at it, read through this paper by nullsecurity, should help you out: https://github.com/nullsecuritynet/papers/raw/master/nullsec-pe-crypter/nullsec-pe-crypter.pdf (https://github.com/nullsecuritynet/papers/raw/master/nullsec-pe-crypter/nullsec-pe-crypter.pdf)
And this paper discussing ideas of advanced runtime encryption of .NET executables: https://github.com/nullsecuritynet/papers/raw/master/nullsec-net-crypter/nullsec-net-crypter.pdf (https://github.com/nullsecuritynet/papers/raw/master/nullsec-net-crypter/nullsec-net-crypter.pdf)

God speed while you learn.
: Re: Resources To Learn About Crypters
: Katheudo September 24, 2015, 09:32:26 PM
Thank you, this should be good. Time to get learning ;D
: Re: Resources To Learn About Crypters
: kbt0000 October 08, 2015, 07:13:53 AM
Your best bet is probably to look and/or Reverse through other open source cryptors. Found this one on github:
https://github.com/jozemberi/PE-Crypter

Then I also found this on some random hack forum that's not hackforums lol, be careful I didn't check any of the files

http://mediafire.com/?16i6juki9u955pc
Thank for some crypter in C++, i need some sample to develope my own