+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    Jul 2008
    Posts
    85

    xor / rc4 option help.

    So on my crypter i want the option for the user to use either xor encryption or rc4, how can i do it so within the builder if rc4 or xor is checked then it builds it in that encryption?

  2. #2
    Junior Member
    Join Date
    Jun 2008
    Posts
    22
    Well just make separate stubs, one use XOR and one use RC4, then in the builder, just have both modules/functions and a checkbox for each one.

  3. #3
    Member
    Join Date
    Jul 2008
    Posts
    85
    Can you show me an example please? (you dont have to show the building of the stub, but just the options like If Check1.Value = 1 Then Build via RC4 else check value2 build via xor)

  4. #4
    Senior Member
    Join Date
    Dec 2006
    Location
    Austria
    Posts
    267
    Quote Originally Posted by darkc0de View Post
    Can you show me an example please? (you dont have to show the building of the stub, but just the options like If Check1.Value = 1 Then Build via RC4 else check value2 build via xor)
    Right, thats how it works. If RC4 => Extract the RC4 Stub and add the Settings, If XOR => Extract the XOR Stub and add the Settings. Thats it!

  5. #5
    Member
    Join Date
    Jul 2008
    Posts
    85
    I tried this,
    Code:
    Private Sub Form_Load()
    If Check1.Value = True Then
    ResBuffer() = LoadResData(101, "RC4")
    'build
    Else
    End If
    
    If Check2.Value = True Then
    ResBuffer2() = LoadResData(101, "XoR")
    'build
    else 
    end if
    But it didn't work, and this is only part of my builders code (didnt include the actual building), so thats not the reason why its not working. any ideas?

  6. #6
    Senior Member
    Join Date
    Dec 2006
    Location
    Austria
    Posts
    267
    Post the source code? Post an error description? How should people help u, when u nothing offer?

  7. #7
    Member
    Join Date
    Jul 2008
    Posts
    85
    I got it to work, thank you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 19-08-2008, 18:20
  2. Bifrost: what's option "S" in start?
    By ciccio in forum Malware Discussion and General Help
    Replies: 7
    Last Post: 08-08-2006, 01:41
  3. Bug Bifrost: no iniction option!
    By ciccio in forum Malware Samples and Information
    Replies: 0
    Last Post: 04-07-2006, 13:09

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.