+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 20
Like Tree1Likes

Thread: Vegan-Crypter (*.exe crypter)

  1. #1
    Junior Member
    Join Date
    Sep 2006
    Posts
    18

    Vegan-Crypter (*.exe crypter)

    Hello guys,

    I coded a small & easy crypter some time ago. I want to share it with you



    Its still buggy and the produced crypted.exe might not work. So, just try different exe files and report any bugs.
    Of course, its open source (released under the terms of the GPL). There is a file called "peformat.pas" included. It's my Pe-Library, used for access the internal specifications of Portable Executable files (.exe, .dll and some more). When i finish the library, i will publish it under "Components" so you guys can use it for your own work (coding binder, crypter or any other tools to manipulate exe and dll files)

    To fully understand the source code, i recommend to read my tutorial about coding a crypter (http://eddysblog.phpnet.us/blog/?p=136 its in german, but i will try to translate it to english later, so checkup the link a few times)

    Last but not least, enjoy it, and i hope you learn something from it Just post here, if you don't understand something or you want to contribute some improvements and bug-fixes.


    Edit by -silent-

    uploaded the fixed version
    Attached Files Attached Files
    Sorry for my english, its not my native language!

    My Blog

  2. #2
    Senior Member Pernat1y's Avatar
    Join Date
    Dec 2007
    Location
    USSR
    Posts
    2,016
    good commented code. nice )

  3. #3
    Junior Member
    Join Date
    Jun 2008
    Posts
    4
    0xc0000005 error..why it ?pls

  4. #4
    Senior Member Pernat1y's Avatar
    Join Date
    Dec 2007
    Location
    USSR
    Posts
    2,016
    btw. one-eye ( http://eddysblog.phpnet.us/blog/?p=130 ) have same bug.
    tested with windows calc

  5. #5
    Junior Member
    Join Date
    Oct 2008
    Posts
    27
    i found this crypter in anoter place, and about the SOURCES,
    it's missing the unit2.pas... (and the unit2.~pas) that i found inside
    is old and don't compile...
    ;-(

  6. #6
    Junior Member
    Join Date
    Sep 2006
    Posts
    18
    Hi,
    good commented code. nice )
    I hope it helped to understand the code

    0xc0000005 error..why it ?pls
    Which program? Vegan-Crypter.exe or the output crypted.exe ?
    Can you give me more details please? If the error occured after starting crypted.exe please post the full error message, and what program it was etc.
    If it occurred in Vegan-Crypter, please post details like, what the last action was (its displayed in the memo-box of the program).

    btw. one-eye ( http://eddysblog.phpnet.us/blog/?p=130 ) have same bug.
    tested with windows calc
    I just tested it. You are right. There is something wrong with the Import Directory of the PE-file after crypting it. I'm just working on this bug

    i found this crypter in anoter place, and about the SOURCES,
    it's missing the unit2.pas... (and the unit2.~pas) that i found inside
    is old and don't compile...
    ;-(
    Oh sorry for that. Unit2.pas was obsolete so i removed it (i think i just forget to remove it from the source). Change this:
    Code:
    uses Unit2, Unit3;
    to
    Code:
    uses Unit3;
    just after the decleration of "implementation" in Unit1.pas. Or you can just download my fixed version:
    I updated (and because i can't edit my first post anymore) and uploaded it on my website:

    FIXED VERSION!
    http://eddysblog.phpnet.us/blog/?p=137
    (no hotlinking allowed, so please scroll down, and click the download-link)

    btw, What do you mean with "other place"? A other website?

    Thanks for reporting.
    Sorry for my english, its not my native language!

    My Blog

  7. #7
    Senior Member -silent-'s Avatar
    Join Date
    May 2005
    Posts
    1,374
    @Eddy14

    i edited the first post and uploaded your fixed version to the forum.

    good job and thanks for contributing your code
    00101101 01110011 01101001 01101100 01100101 01101110 01110100 00101101


  8. #8
    Senior Member Pernat1y's Avatar
    Join Date
    Dec 2007
    Location
    USSR
    Posts
    2,016
    Quote Originally Posted by Eddy14 View Post
    calc still don't work ...

  9. #9
    Junior Member
    Join Date
    Sep 2006
    Posts
    18
    calc still don't work ...
    Sorry, i meant i fixed the unit2.pas bug. Your reported bug seems to be deeply integrated in my Pe-Library, so it will take a while until a bugfix is released.
    Sorry for my english, its not my native language!

    My Blog

  10. #10
    Member skelit0re's Avatar
    Join Date
    Sep 2008
    Location
    new jersey
    Posts
    88
    dude it is great of you to offer help like that. i hope the generousity you have displayed here comes back to you in your life ten times over! and as far as the english version, regretfully i will have to wait for that, as english is my only language but still, thank you and great job man.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My 1st Crypter
    By Darkness in forum Snippets
    Replies: 20
    Last Post: 21-09-2009, 17:51
  2. TpT Crypter 3.1
    By _Tarantula_ in forum Malware Samples and Information
    Replies: 29
    Last Post: 31-03-2009, 14:37
  3. BP crypter
    By breakpoint in forum Malware Samples and Information
    Replies: 0
    Last Post: 01-11-2008, 16:48
  4. Crypter...
    By Hax0rz in forum Visual Basic Help
    Replies: 12
    Last Post: 26-10-2008, 05:50
  5. nox Crypter mod
    By Root in forum Malware Samples and Information
    Replies: 10
    Last Post: 17-08-2008, 18:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.