Results 1 to 13 of 13

Hybrid View

  1. #1
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool

    Post [Release] Blue Mist SDK Beta v1.1

    BLUE MIST SDK SAMPLE


    In the Making of my Blue Mist Injector, I created a little array of classes that will Encrypt, Compress and Store files inside them for the use of the injector. This SDK is simple really and include things i really wanted for i my injector. I was thinking of asking you what to add to it so just talk away. Ohh might be useless in the fact of storing Files inside you application and stuff but many ideas can come from this Back Up files, File Compress(Hmm TO HELL WITH RAR we not have BLUE..I got to work on BlueCollections then rars are out but i need to compress Stronger)
    This SDK is not Complete but it seems to work Fine just slow in some areas depending on the size of the files.

    1. Blue Mist Class
      • DownloadBlue(ByVal URLSTRING As String) as Blue ' Not Tested
      • blueFromString(ByVal str As String) As Blue
      • BluefromBlueFile(ByVal path As String) As Blue
      • BluefromLVItem(ByVal Item As ListViewItem) As Blue
      • BlueStringtoLVItem(ByVal str As String) As ListViewItem
      • BlueStringfromLVItem(ByVal Item As ListViewItem) As String
      • BluetoLVItem(ByVal File As Blue) As ListViewItem
      • BlueFromFile(ByVal path As String) As Blue
      • BlueToFile(ByVal file As Blue, ByVal path As String)
      • BluetoBlueFile(ByVal file As Blue, ByVal Path As String)
      • BluetoString(ByVal File As Blue) As String

      1. Blue Class
        • Name As String'A Name Of the file(Safe Name by Default)
        • Size As Int32'Size of the Compress File
        • File As Byte()'File In Bytes
        • EXT As String' File Extension
        • Reset(ByVal _path As String, ByVal _File As Byte())
        • New(ByVal _path As String, ByVal _File As Byte())
        • New(ByVal fi As FileInfo)
        • New(ByVal _path As String)
        • New()
        • New(ByVal Name As String, ByVal Ext As String, ByVal File As Byte())
        • Renew(ByVal Name As String, ByVal Ext As String, ByVal File As Byte())
        • TrueFile()
        • Load(ByVal Path As String) As Blue
        • Parse(ByVal str As String) As Blue
      2. ProcessInfo Class

        • ThreadCollection As ProcessThreadCollection
        • StartInfo As ProcessStartInfo
        • New(ByVal Procs As Process)
        • New(ByVal obj As Object) ' USELESS
        • New()
        • GetProcessInfos() As ProcessInfo()
        • GetProcessInfoByID(ByVal ID As Integer) As ProcessInfo
        • GetProcessInfoByID(ByVal ID As Integer, ByVal MachineName As String) As ProcessInfo
        • GetProcessInfosByName(ByVal ProcessName As String) As ProcessInfo()
        • GetProcessInfosByName(ByVal ProcessName As String, ByVal MachineName As String) As ProcessInfo()
        • GetCurrentProcessInfo() As ProcessInfo
        • Update()
        • GetHandle() As IntPtr
        • Location() As String
        • GetID() As Int32
        • GetProcessName() As String
        • GetProcess() As Process

    2. DatabaseUpdate Class'Just a Class For My Injectors Updater
      • CurrentVersion As Single = 1.1
      • IsBeta As Boolean = True
      • CurrentPatch As Single = 1.0

    3. Utility Class
      • KEY As Byte()' 32 bytes by Default
      • IV As Byte()'16 bytes by default
      • New(ByVal iKEY As Byte(), ByVal iIV As Byte())
      • New()
      • Compress(ByVal Data As Byte()) As Byte()
      • Decompress(ByVal Data As Byte()) As Byte()
      • EncryptCompress(ByVal Data As Byte()) As Byte()
      • EncryptCompressFromString(ByVal str As String) As Byte()
      • DecryptDecompress(ByVal Data As Byte()) As Byte()
      • DecryptDecompressToString(ByVal data As Byte()) As String
      • Encrypt(ByVal Data As Byte()) As Byte()
      • Encrypt(ByVal plainText As String) As String
      • Decrypt(ByVal Data As Byte()) As Byte()
      • Decrypt(ByVal cipherText As String) As String



    Sorry I dont have an Image because it is Just a DLL
    Virus Scan 1
    Virus Scan 2



    CREDITS:
    1. @topblast (I coded It. I made all the Idea, I Came up with What to do with it... And I Am TOPBLAST)
    2. @Jason (Help with String Spliting)
    3. @NextGen1 (I cannot remember... But knowing him.. HE HAD AN EFFECT)
    4. MSDN (Help With Language Integrated Querys)
    5. @Hassan(Process Information Location, Being My Back Up when I needed Help and so on.)

    Last edited by topblast; 02-27-2011 at 08:06 PM. Reason: BOBOS MUST BE PERFECT
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  2. The Following 5 Users Say Thank You to topblast For This Useful Post:

    cgallagher21 (02-28-2011),cosconub (02-27-2011),Hassan (02-27-2011),Lyoto Machida (02-28-2011),NextGen1 (02-28-2011)

  3. #2
    cosconub's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in the programming section MPGH Cash: $90,000,000,000
    Posts
    372
    Reputation
    -4
    Thanks
    39
    My Mood
    Psychedelic
    Sexy TopBlast! Good job

    A man is but the product of his thoughts what he thinks, he becomes.
    ~Mohandas Gandhi


    A Genius is nothing with out an idea, An idea is always an idea even without a genius.
    ~ Immortal

  4. The Following User Says Thank You to cosconub For This Useful Post:

    topblast (02-28-2011)

  5. #3
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by cosconub View Post
    Sexy TopBlast! Good job
    ohh well i try my best.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  6. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    /approved.

    Looks good.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. The Following User Says Thank You to Jason For This Useful Post:

    topblast (02-27-2011)

  8. #5
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Jason View Post
    /approved.

    Looks good.
    Thanks
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  9. #6
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    :O <- my face

    gj


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  10. The Following User Says Thank You to mnpeepno2 For This Useful Post:

    topblast (02-28-2011)

  11. #7
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Very Good Job. Keep up the good work.

  12. The Following User Says Thank You to Hassan For This Useful Post:

    topblast (02-28-2011)

  13. #8
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    WOW This looks cool !

  14. #9
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    I agree, probably one of the best things you have done so far.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  15. The Following User Says Thank You to NextGen1 For This Useful Post:

    topblast (02-28-2011)

  16. #10
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Thanks a lot you all
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  17. #11
    xAllenx's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    71
    Reputation
    11
    Thanks
    7
    Nice Release..

  18. The Following User Says Thank You to xAllenx For This Useful Post:

    topblast (02-28-2011)

  19. #12
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Good Job buddy .

  20. #13
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Looks good greatjob