Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
What would you prefer?
  • Sh3llc0d3
    Posts: 1,910
    Well this has been on my mind for a couple of days now so thought i'd ask about and get opinions... before I start coding my main project.

    I'm talking specifically about RATs, binders, crypters and similar.

    Would you prefer buying/getting:

    A) Malware coded in Win32 C/C++ with a not so great GUI design but more 'involved' coding.

    or

    B) Malware coded in a 'simpler' language such as VB.Net with more time spent on the GUI. The GUI obviously made using windows forms in Visual Studio.

    Please: if you have issues with such programs, don't post. I'm wanting geneuine answers, 0 or 1, black or white, no arguments.
  • Integer
    Posts: 4
    A
    --Message was too short--
  • Sh3llc0d3
    Posts: 1,910
    Thanks StrobeNova :)
  • nu11byte
    Posts: 53
    Option A. I hate VB.Net and love C/C++. Would love to a command line crypter that could be compiled on MSVC++ 10 or CodeBlocks. :D
  • Sh3llc0d3
    Posts: 1,910
    Well Unfortunately i'm not working on a crypter :(

    Atm I've been working on Win32/Winsock programs and worked out i've got a few of the components for both a keylogger and a RAT. Thing is there isn't much point in me putting the work into a rat if people would rather have the vb version (which would take FAR less work!) lol. stdio over at HF made a CLI crypter for a tutorial (in C), looks good.
  • undead
    Posts: 822
    Option A of course
  • nu11byte
    Posts: 53
    @Sh3llc0d3:
    You know that programming isn't just about the easier option. :)
  • Sh3llc0d3
    Posts: 1,910
    said:


    @Sh3llc0d3:
    You know that programming isn't just about the easier option. :)



    Nah I know :) I'm coding a C++ Win32 keylogger at the mo with GUI builder. It uses a globalkeyboardhook and It'll be released soon. I asked because it's been a lot harder than most projects i've done before, i'd rather do a project some people will appreciate and that will give me a lot of satisfaction then a vb equivilent etc.