Convert .EXE to Source Code!

  Рет қаралды 221,900

ebola man

ebola man

Күн бұрын

• Educational Purposes Only •
» My Community!: www.skool.com/...
» Instagram: / ebolamayne
» GitHub: github.com/Ebo...

Пікірлер: 545
@ebolaman_
@ebolaman_ 10 ай бұрын
0:00 intro 0:13 storytime 1:18 important to learn this 1:47 setting up 2:26 decompiling 3:14 breaking down code 5:23 used on me 6:07 how it works 7:35 outro
@kecske_gaming
@kecske_gaming 10 ай бұрын
paste this in the description thanks
@techhub622
@techhub622 10 ай бұрын
I mistakenly exited the discord channel, please could you share the link?
@vorax0
@vorax0 10 ай бұрын
ebola whats your discord server?
@remy2885
@remy2885 10 ай бұрын
try oding this with a crypted file 💀
@shortanimations2922
@shortanimations2922 10 ай бұрын
@ebolaman_ pls make video on how FUD a exe file
@neos_hackerspace
@neos_hackerspace 10 ай бұрын
Most malware is written in C/C++ reverse engineering the assembly back is much harder than a simple .NET MSIL executable… That’s why writing malware in interpreted languages makes them weak So this is not that useful to be honest
@zeez7777
@zeez7777 10 ай бұрын
Yeah especially if its packed and you cant just throw it in ida or ghidra or w/e
@GoldbergToastyBred
@GoldbergToastyBred 10 ай бұрын
and even if they are written in C# hacker can just use C# Assembly obfuscators but i havent tried them
@gauxalot
@gauxalot 10 ай бұрын
@@GoldbergToastyBredc# obfuscators are pretty much useless
@hecker5556
@hecker5556 10 ай бұрын
​@@hahahaha-hi3wt not much you can do except spend hours reading the assembly figuring out what happens step by step
@borsukk
@borsukk 10 ай бұрын
that's another sitty youtuber trying to get kids attention pretending to know anything, don't worry
@luuu_na35
@luuu_na35 10 ай бұрын
I totally have zero experiences about this, but it's cool to know! Thanks for the amazing video!
@arflopped
@arflopped 9 ай бұрын
Notes: 3:07 for Forms/WPF apps, yes it does start in the Program class, but I rather suggest looking in the MainForm class as most of the code is located in there 5:00 don't recommend obfuscating! There's a much easier way to ensure that people attempting to reverse engineer your code go through a lot of pain: compiling it into native code. Nick Chapsas has an excellent video on that topic
@occultsupport
@occultsupport 10 ай бұрын
you never fail to spread our cheeks and fill us with your goodness 😊
@akiast
@akiast 10 ай бұрын
huh
@BlazeAaditya-zd1mc
@BlazeAaditya-zd1mc 10 ай бұрын
what
@Flyingturt1e
@Flyingturt1e 10 ай бұрын
soooo original
@Mininukefromfallout
@Mininukefromfallout 10 ай бұрын
Ayo?!
@makemehappy2969
@makemehappy2969 10 ай бұрын
Ayo WTF?!
@johnd.6543
@johnd.6543 9 ай бұрын
this literary need 0 RE skills. Default c# compiled files are too easy to decompiled perfectly. You not have to do anything. RE skills need when the executable is compiled with c/c++ for example, where you cannot see function and variable names, compiler optimaze (eg: convert 2 or more functions to 1) and so many times decompilers fail to analyze specific parts or they decompile them wrong and ofc a big challenge is when excutable is protected/packed/obfuscated or virtualized
@tpevers1048
@tpevers1048 Ай бұрын
Use smart assembly and do it hehe😊
@boogaplays123
@boogaplays123 10 ай бұрын
Can you make a video on "how games get hacked"
@IbrahimLubaniShorts
@IbrahimLubaniShorts 9 ай бұрын
Yessir
@Rip622
@Rip622 9 ай бұрын
But how do they get hacked?
@zoozer9723
@zoozer9723 9 ай бұрын
Fr
@pec3594
@pec3594 9 ай бұрын
Fr
@Neon_Cat1
@Neon_Cat1 2 ай бұрын
@@Rip622reverse engineering
@GoldbergToastyBred
@GoldbergToastyBred 10 ай бұрын
also if the program is written not in C# but in C for example its much much harder to reverse engineer also there are tools that obfuscate those C# assemblies
@dhheisterYT
@dhheisterYT 8 ай бұрын
know any to use?
@GoldbergToastyBred
@GoldbergToastyBred 8 ай бұрын
​@@dhheisterYT what do you mean? programs that obfuscate?
@dhheisterYT
@dhheisterYT 8 ай бұрын
@@GoldbergToastyBred yes
@GoldbergToastyBred
@GoldbergToastyBred 8 ай бұрын
@@dhheisterYT I think i commented the program name but it got removed..
@dhheisterYT
@dhheisterYT 8 ай бұрын
@@GoldbergToastyBred perhaps you can commented it on one of my youtube videos
@AniStriking
@AniStriking 10 ай бұрын
good vid and finally you are back
@AzurePages
@AzurePages 10 ай бұрын
The skids are gonna love this
@brahbah9349
@brahbah9349 6 ай бұрын
As a skid i love this 🤫
@camerongamer
@camerongamer 10 ай бұрын
THANK YOU, VERY MUCH! edit: i literally inspect malware with notepad by searching for "crypto", "discord", or "token"
@xcz.tradie
@xcz.tradie 10 ай бұрын
how do you do that?
@jeffjoejnr
@jeffjoejnr 9 ай бұрын
@@xcz.tradie Drag the file and drop in an empty opened notepad
@GorillaTaggingKid_YT
@GorillaTaggingKid_YT 10 ай бұрын
One weird thing I've seen with C# is if you make a private async void in visual studio, compile it, then open the source code using DnSpy. The stuff inside the void/function looks odd, it almost looks like it obf itself. If you dont know what I'm talking about try the steps I said above, and if you could please tell me why it does that. Thanks (:
@Riskeee.
@Riskeee. 9 ай бұрын
Reel GorillaTaggingKid???
@GorillaTaggingKid_YT
@GorillaTaggingKid_YT 9 ай бұрын
yes@@Riskeee.
@GorillaTaggingKid_YT
@GorillaTaggingKid_YT 6 ай бұрын
@@Riskeee. yep. HEY MOM, I'M FAMOUS.
@Riskeee.
@Riskeee. 6 ай бұрын
@@GorillaTaggingKid_YT I’m in ur dc lol
@GorillaTaggingKid_YT
@GorillaTaggingKid_YT 6 ай бұрын
@@Riskeee. bruh
@UnrealSecurity
@UnrealSecurity 10 ай бұрын
dnSpy can only decompile .NET executables. It's also wrong to say it gets the original source code because it doesn't necessarily. Addtionally, the managed entrypoint method doesn't have to be named Main inside a class named Program. A lot of unmanaged and managed code can execute before reaching the managed entrypoint. 1. Unmanaged entrypoint (for .NET executables you usually have a single call to _CorExeMain here that kicks off the execution of a .NET program) 2. Managed (.NET) module constructor 3. Static constructor of the class containing the managed entrypoint method 4. Managed entrypoint
@ZlobnyjKaban
@ZlobnyjKaban 10 ай бұрын
thanks, that was a useful one. absolutely need more videos about reverse engineering, maybe different methods and tools
@SiFunk
@SiFunk 10 ай бұрын
Ayoo New video 🔥🔥🤙
@krajeq
@krajeq 10 ай бұрын
Thank you for your videos, they are very interesting, keep them like that ❤
@x4dam
@x4dam 10 ай бұрын
W Ebola!
@tryingtonot3369
@tryingtonot3369 10 ай бұрын
i love you ebola man
@xcz.tradie
@xcz.tradie 10 ай бұрын
Your content is very informative. Better than all other youtubers I have seen so far
@Psychopatz
@Psychopatz 9 ай бұрын
Seeing the source code makes my portable Firefox sleep better lol
@egg.egg.egg.egg.
@egg.egg.egg.egg. 10 ай бұрын
egg.
@ezaldey611
@ezaldey611 10 ай бұрын
🥚
@TooMuchPing
@TooMuchPing 10 ай бұрын
egg.
@alexaccount1
@alexaccount1 10 ай бұрын
egg.
@chigga5years173
@chigga5years173 10 ай бұрын
Egg.
@EpicNoobx
@EpicNoobx 10 ай бұрын
egg.
@nandanray100
@nandanray100 10 ай бұрын
Great as always...keep it u dude...
@isaacsong-so5um
@isaacsong-so5um 10 ай бұрын
wow your vids are really interesting are informative keep it up
@Emorejets
@Emorejets 10 ай бұрын
It's really impressive the things you teach. I was wondering, how did you go about learning all of this?
@ZeaxileVisuals
@ZeaxileVisuals Ай бұрын
mine doesn't show any reference only the PE
@Ilovetech1233
@Ilovetech1233 4 ай бұрын
All of your videos are so interesting thanks for showing me how to do this, it's so cool
@j4ckj4cky85
@j4ckj4cky85 10 ай бұрын
bros a malware himself......cuz he be stealing my heart bro😭
@ebolaman_
@ebolaman_ 10 ай бұрын
😂😂
@official.DonaldTrump
@official.DonaldTrump 10 ай бұрын
finnaly a "non skid" video
@Zavier1337
@Zavier1337 9 ай бұрын
Remember guys, this is ONLY for c#. this isnt considered as reverse engineering just deompiling. You cant decompile to easy readable code for C++ .exe/.dll files. To "decompile" c++ applications/libraries you will need to do reverse engineering.
@stolenthings3189
@stolenthings3189 10 ай бұрын
IDK but bro is glowing
@smft9147
@smft9147 10 ай бұрын
99.99% of malware is obfuscated in one way or another... btw bro looks majestic asf for some reason
@Kerojey
@Kerojey 10 ай бұрын
he mogged us
@rapcaviarr
@rapcaviarr 10 ай бұрын
yea true but most people just use x64dbg a free program for reverse engineering
@MalwareLab150
@MalwareLab150 10 ай бұрын
I love your video :)
@BarkSaw
@BarkSaw 9 ай бұрын
This guy is the master of clickbait, he didnt even use Ghidra
@TheGravyGuzzler
@TheGravyGuzzler 9 ай бұрын
This content got me screaming
@ycpanelxzed
@ycpanelxzed 7 ай бұрын
what if its encrypted
@ImOmerAhmed
@ImOmerAhmed 7 ай бұрын
The sys32 file on your computer actually trys to stop your computer from revealing source code to keep copyrighted code from being distributed, so if you delete that, then go to settings > advanced > debug mode and turn debug on, you can reveal source code by just right clicking and pressing decompile in the context menu.
@ycpanelxzed
@ycpanelxzed 7 ай бұрын
@@ImOmerAhmed you got discord?????
@mrbeltrattore
@mrbeltrattore 7 ай бұрын
If the file is encrypted you do nothing
@ycpanelxzed
@ycpanelxzed 7 ай бұрын
@@mrbeltrattore uhh ok
@ziqwu
@ziqwu 7 ай бұрын
@@ImOmerAhmed nice one so original
@orren6999
@orren6999 10 ай бұрын
Opinions on hello kitty?
@OfficialAfterLifeEdits
@OfficialAfterLifeEdits 7 ай бұрын
ur the beeest ytber EVER thanks for the cmd hacks respect
@mr.atomictitan9938
@mr.atomictitan9938 10 ай бұрын
There is also a tool called ghidra that was developed by the NSA. Not as clean cut as what home boy has for dnspy but it can decompile almost any source code.
@natsudragneelthefiredragon
@natsudragneelthefiredragon Ай бұрын
Ghidra is messy but it works for almost anything to limited extents For PS3 for example, its pretty awful lol Its pretty manual to use either way. There is also IDA but its expensive.
@omarsplaytimechannel
@omarsplaytimechannel 10 ай бұрын
Finally, the secret method.
@OWLyS
@OWLyS 6 ай бұрын
Compiling this using AOT Native will probably make it much harder to reverse it
@Ahmedblog4games
@Ahmedblog4games 7 ай бұрын
egypt is on fire with your content
@FeTetra
@FeTetra 6 ай бұрын
the nature of .net c# makes it really easy to do this, writing malware in c# is very counterintuitive because of this most of the time malware is written in languages like c or c++ which is many times harder to actually decompile after it is disassembled, full decompilation projects for software written in these common languages have historically had many contributers and can take years to complete
@shadowmonster668
@shadowmonster668 9 ай бұрын
its not "C# Assembly". dotNet framework and dotNet core don't actually compile code directly into assembly or any type of actual machine code. its "compiled" into IL which is intermediate language that is a step up from assembly that is still very readable and doesnt share many similarities with asm. .Net core and framework runtime libraries are essentially interpreters for IL and thats why it needs to be on your computer to run it. MSIL is the reason .net can be cross platform because it isnt actually being compiled and is just interpreted during run time kinda like python (massive overstatement but the basis is there).
@mrroblick
@mrroblick 10 ай бұрын
This is only for programs that are written in the language C# for NET, NET FRAMEWORK
@VeryLoudFan
@VeryLoudFan 10 ай бұрын
I fucking LOVE EBOLA MAN
@Al-Musalmiin
@Al-Musalmiin 10 ай бұрын
can you make tutorials on reverse engineering C++ game applications?
@BenjiSkye15
@BenjiSkye15 2 ай бұрын
sometimes the code is in program_Data\Assembly-CSharp.dll if its a unity app or program.dll
@danbromberg
@danbromberg 8 ай бұрын
Yes, I'd like to learn more about reverse engineering and decompiling. Where do I begin? 🙂
@MOMO3MK
@MOMO3MK 10 ай бұрын
i love ur vid
@lcm_2080
@lcm_2080 10 ай бұрын
If i drag in an exe it only shows PE Is that if its a shortcut?
@honestsniping1
@honestsniping1 9 ай бұрын
No, its most likely because the exe is not a .NET exe. Shortcuts are not PE. PE files are exe, dll, etc.
@PogoDigitalism
@PogoDigitalism 10 ай бұрын
This is only for .NET compiled executables. Not for C/c++ compiled malware..
@BenBowman-g1z
@BenBowman-g1z 10 ай бұрын
IIRC It also wont work with languages such as rust.
@gfhfhfhgfhfhgfhg107
@gfhfhfhgfhfhgfhg107 10 ай бұрын
Sadly C# has been used less and less for malware, making dnSpy basically unrelevant nowadays. (Still good for game cheating) To reverse engineer Malware nowadays you'll probably have to use IDA or alternative decompilers such as Binja. Another thing is that "good" obfuscators have been cracked (e.g VMP also I know that VMP aint that good but you aint gonna do shit on a VMP protected binary with newbie knowledge) Also im pretty certain that stuff like Oreans Code Virtualizer is free now so thats another pretty good option.
@user-izolbuj
@user-izolbuj 10 ай бұрын
native aot obfs
@TheGabrielMoon
@TheGabrielMoon 10 ай бұрын
how do you make to prevent tokens/sessions browser hijacking?
@gTL_1337
@gTL_1337 8 ай бұрын
really nice video! personally I'd be interested in reversing/cracking simple software, like just bypassing a simple "password:" input in a python .exe file. Have a great day!
@dead_protagonist
@dead_protagonist 10 ай бұрын
bro says his "T's" very aggressively
@hinahammad1047
@hinahammad1047 8 ай бұрын
it might also be able to open files made with cython
@customgunz00
@customgunz00 10 ай бұрын
bro looks so majestic
@jkghj28ff
@jkghj28ff 9 ай бұрын
And if there is just PE?
@skillerghg5796
@skillerghg5796 7 ай бұрын
he send you a free grabber you just need to change the weebhook lmao haha
@MarcoGrassi-uj5os
@MarcoGrassi-uj5os 7 ай бұрын
Question: Are the cookies encrypted once the have been saved into that folder? How does the code bypass this problem?
@carpye
@carpye 10 ай бұрын
appreciate tecca in background
@X4Alpha4X
@X4Alpha4X 10 ай бұрын
what do i do when the EXE only has a PE header?
@theaviationbee
@theaviationbee 9 ай бұрын
Then the file is probably not written in C#
@boogaplays123
@boogaplays123 10 ай бұрын
The video: convert. Exe to source code What my brain heard: heres how to skid and steal any app you want.
@thepurplekingdavis7284
@thepurplekingdavis7284 10 ай бұрын
btw i got from moom an rat he said it was an rat setup ( the discord server is down bc someone did smth ) ( hes one of my friends the one who takethe server down)
@darkfllame
@darkfllame 10 ай бұрын
nah fr, it only works on .NET executables though. if you have a native executable you're gonna need a disassembler (like IDA or dbg64) or smth and reverse ingeneering the hard way with assembly which is hard and painful, after that you can *understand* (and not decompile) the code. Because native code symbols is often mangled or unexposed (labels are not exported), you can't get them back.
@terrasystemlabs
@terrasystemlabs 10 ай бұрын
but dnspy is only for .NET, is there a way to know in which language a binary was made?
@dzwassim95
@dzwassim95 13 сағат бұрын
bruh c# code is ez to crack even if it's packed or obfuscated , it will be a whole different story if it was written with native code like c or c++
@Fevirre
@Fevirre 10 ай бұрын
Whats funny that they have their entire webhook open meaning you can just spam the hell out of their webhook with that url, if you run the exe through triage you can get their bot token and login through a bot client and screw with them that way too
@BnodChaudharyBunny
@BnodChaudharyBunny 6 ай бұрын
you just earn a new subscriber
@joelav33
@joelav33 6 ай бұрын
im gonna listen to it all first but im at 2min07 and question popped in my head, are you sure i should trust that .exe?
@naseehatun
@naseehatun 10 ай бұрын
Moral of the story: Use a C2 server
@finn7798
@finn7798 9 ай бұрын
bro you are majestic
@thegrimreaper6964
@thegrimreaper6964 9 ай бұрын
bro what would you suggest an app for android just like cheat engine.
@온라인공주
@온라인공주 10 ай бұрын
It's important to note that this is for .NET only. Pretty cool to start, but not very useful for reverse engineering, most malware and secured applications are written in C++ or C. For these languages you need to learn assembly and work with IDA or x64dbg. :)
@KhanTest-hh4mn
@KhanTest-hh4mn 9 ай бұрын
And visual basic
@threeMetreJim
@threeMetreJim 5 ай бұрын
I managed to grab a payload that confuses the decompilers available on dogbolt. Binary ninja worked the best, but only gave a somewhat correct decompilation after making a change to the payload. I've done assembly for simpler processors, so I have some clue, but x86 and x64 are much more complicated beasts.
@cyber-amr
@cyber-amr 4 ай бұрын
4:01 theres no mozilla in here 💀
@signaldog7805
@signaldog7805 6 ай бұрын
Okay everyone that is reading huge explanations for everything so c# is very easy to decompile so his title is nice but not all executables are easy to just put into DNSpy or the other one. Obfuscation: usually used in programming languages that are high level like c#, python, java, visual base all of these can be decompiled or already are readable but besides that obfuscation is used for making reverse engineers harder because a file could be 100 mg but only 4 lines of code. How does obfuscation look like usually opening one of these files you might see the alphabet or just AAAAAAAA = thrbfbdjgwhaoshdj which is weird but that is the hold point it needs to be messy and unreadable. Decompile: basically taking the compiled application and restoring almost or all the way to readable code IDA, x64dbg, ghidra: great reverse engineering application but IDA and ghidra are for not running applications called statice and x64dbg is a great tool for debugging usually used for a running application to see what is does called dynamic test honestly get good at all of them Have fun with what ever you do
@92N2BS8HG2
@92N2BS8HG2 10 ай бұрын
You grew kinda fast
@123ARES
@123ARES 5 ай бұрын
Man, no matter how well you explain, if you move the cursor on the screen at crazy speed NO ONE will want you to appreciate the work. It is very disturbing chosen chaos of the cursor.
@ebolaman_
@ebolaman_ 5 ай бұрын
😭😭
@yasientv-k7y
@yasientv-k7y 10 ай бұрын
does it works for cubase pro tools mairlist thank you so much
@MB-hg3lh
@MB-hg3lh 10 ай бұрын
Whens the new server coming
@oxygen-hostingservertuto870
@oxygen-hostingservertuto870 10 ай бұрын
token first is that base 64 user id next is when it was created by time and next is random
@TreadsPioneer
@TreadsPioneer 10 ай бұрын
Does it work for dlls ?
@elemento281
@elemento281 10 ай бұрын
i've used dnspy before to modify games, but holy shit i didn't realize how powerful this tool is.
@mirozo
@mirozo 10 ай бұрын
mine doesnt open code. only // location and // timestamp with only PE tab
@johnd.6543
@johnd.6543 9 ай бұрын
as he said only works with .net c# compiled executables
@Ar4an
@Ar4an 9 ай бұрын
Thanks for info ❤
@skibi23u
@skibi23u 10 ай бұрын
thanks man youre the best coder
@brockdaniel8845
@brockdaniel8845 10 ай бұрын
good luck decompiling rust compiled exe
@adhero1337
@adhero1337 10 ай бұрын
what are these leds in back
@maxmuster7003
@maxmuster7003 10 ай бұрын
It is possible to put the bytes of a mashine code inside a batch file to redirect the mashine code into a new executable file with pipe operators(>).
@mainlygameplays
@mainlygameplays 10 ай бұрын
as someone who codes malware in python, I see this as an absoloute win
@theaviationbee
@theaviationbee 9 ай бұрын
pyinstaller files are even easier to decompile 💀
@AlexTsaava
@AlexTsaava 3 ай бұрын
cant you open the EXE with a hex editor convert the hex to binary then convert the binary to letters and then convert the letters (Assembly) to source code?
@sakotana
@sakotana 10 ай бұрын
Can you create an invite link for your discord server?
@jimmlmao
@jimmlmao 3 ай бұрын
C# and all other languages .NET compile source into something called Intermediate Language (IL) this is meant to be code that is platform independent, and .NET runtimes/interpreters interpret the IL code, except that runtime was only released on windows. . .
@nesadlevent
@nesadlevent 8 ай бұрын
Amazing job! Can you teach us how to create pixel trigger bot? (educational purposes only)
@DiamondSaberYT
@DiamondSaberYT 6 ай бұрын
I clicked thinking there’s a new tool that converts asm instructions from an exe to somewhat readable and formatted c.
@augiaii5130
@augiaii5130 10 ай бұрын
Genuine question whhy do people use token grabbers?
@KaptanUfuk
@KaptanUfuk 8 ай бұрын
video banner : c++/c irl : non obfuscated c#
@Joefry.
@Joefry. 10 ай бұрын
Seeing malware released without a stripped binary always confuses me, why would you release it with compilation info/debug symbols Idk if you can strip that from .NET C# programs though, I've never tried it before
@boreneoman7728
@boreneoman7728 10 ай бұрын
why there's no firefox in that list? it wont work on firefox?
@softwhere07
@softwhere07 9 ай бұрын
Is there a way to have it like converted to like a python code?
Cracking Software with Reverse Engineering 😳
8:01
nang
Рет қаралды 1,8 МЛН
When a Discord Mod Warns You...
3:49
Beluga
Рет қаралды 6 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Using My OLD HACKS!
14:29
ebola man
Рет қаралды 467 М.
How to crack a exe file and get the {Source code}! {2024}
6:22
How Hackers Bypass Kernel Anti Cheat
19:38
Ryscu
Рет қаралды 853 М.
How to Crack Software (Reverse Engineering)
16:16
Eric Parker
Рет қаралды 802 М.
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 1,1 МЛН
The ROBLOX Communities Iceberg Explained
23:26
Ventuist
Рет қаралды 363 М.
How To BYPASS Admin Prompt!
13:00
ebola man
Рет қаралды 72 М.
People on this server have been going missing..
31:18
Zachobuilds
Рет қаралды 542 М.
This Discord Server Controls my PC (with Malware)!
8:07
No Text To Speech
Рет қаралды 1,3 МЛН