Forum > General >

How to obfuscate your exploit

Posts: 982

Threads: 77

Joined: Apr, 2020

Reputation: 34

Posted

There are many ways of obfuscating, and people break through. Many exploits are written in C# but there is another language. A language that hurts skiddie's brains (including mine). It's called C++. It's the only way to keep out skids and keep in proffesionals. So if you are a pro. You are very well able to write your exploit in C++. Well I leave my exploits unobfuscated cuz I'm lazy lol. i don't know c++ :(

  • 0

modifying a ui and calling it yours does mean it's your ui.

- JalapenoGuy

https://media.discordapp.net/attachments/769992459916017687/1065084754128539658/image0.jpg

Posts: 250

Threads: 111

Joined: Jun, 2018

Reputation: 5

Replied

C++ is similar to C# because it uses C# synatax*. I don't know what I linked but I linked some stuff to obfuscate programs made in Visual Studio. I'll edit this post with the links if I ever find them in my timeline.

 

Edit: Found it.

ConfusedEx - https://www.youtube.com/watch?v=EvIljoI-QqA

.NET Reflector - https://www.youtube.com/watch?v=RBr7EUsW2G8

  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Wabz

Winning.js

Posts: 1956

Threads: 143

Joined: Apr, 2020

Reputation: 27

Replied

@JohnnyDoe Wdym by using c coding? C++ has all the C stuff but C# is not C at all. It can interact with C/C++ code though (alteast in .NET Framework).

Personally, i think C# is javascript but statically typed. The syntax really looks like javascript and c# even has var and dynamic which are used when you don't wanna specify a type. C# is even JIT Compiled (like JS with V8). I know it seems weird that C# is JIT Compiled and not AOT Compiled, but you can check it, it's really not AOT Compiled.

 

EDIT: If you don't know what V8 is, it's the JavaScript JIT Compiler for Chrome and other Chromium based browsers.

  • 0

Added

C++ code is harder to reverse engineer than C# code because it's native (that's what my dad told me at least).

  • 0

Added

OMG OMG I KNOW SEE

LOOOKKKKKKK

 

#include <stdio.h>

int main()

{

      char name[15];

      printf("Write your name also don't make it more than 15 chars or something very funny will happen");

      scanf("%s", name);

   printf("You entered this: %s", name);

   return 0;

}

 

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Posts: 124

Threads: 1

Joined: May, 2020

Reputation: 10

Replied

Not really hard to reverse engineer it but alright

 

Just debug and observe then you can get the pseudo code

  • 0

Programmer (noun.)

A machine that turns coffee into code.

OwO What's This

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )