Why donโ€™t you use Ghidra? Itโ€™s a free tool from the NSA that a lot of cybersecurity experts use to reverse engineer binaries. https://github.com/NationalSecurityAgency/ghidra/releases Answer from Deleted User on reddit.com
๐ŸŒ
Dogbolt
dogbolt.org
Decompiler Explorer
Decompiler Explorer is an interactive online decompiler which shows equivalent C-like output of decompiled programs from many popular decompilers.
Discussions

Found this exedecompiler.com website. Does anybody know it? Is it worth it?
Why donโ€™t you use Ghidra? Itโ€™s a free tool from the NSA that a lot of cybersecurity experts use to reverse engineer binaries. https://github.com/NationalSecurityAgency/ghidra/releases More on reddit.com
๐ŸŒ r/software
16
11
October 28, 2023
Online Solidity Decompiler - Decompile Etheruem smart contracts

Thanks. Super useful!

More on reddit.com
๐ŸŒ r/ethdev
7
15
March 20, 2017
online deltarune decompile viewer version 2, for those who don't want to install tools or whatever
https://mini.xkeeper.net/private/deltarune/ (screenshot is obj_carcutscene ) this is an online viewer for the decompiled scripts from deltarune as of v0.1.18. it includes a few niceties some highlighting of important-ish things turns "with (xxx) { self.zzz }" into "xxx.zzz" (probably not always accurate but far more readable) inlines alarm events (when possible), with a link to the file itself some "global.flag[xxx]"s are identified room names are more printed more descriptively text strings are displayed inline with the reference available on hover (the latest mod tool does something like this) other crap if you have any feedback or suggestions let me know i guess! More on reddit.com
๐ŸŒ r/Underminers
14
103
September 2, 2018
Introducing Decompiler Explorer
Folks might have seen Dogbolt recently (if not, check it out!) https://dogbolt.org/ It's basically the opposite of https://godbolt.org/ -- put in binary, get out decompilation amongst many decompilers. It's open source (though you need a Binary Ninja and Hex-Rays license to run internally -- you'll want to check with the respective companies to make sure your particular license is acceptable for use even internally first!) Thanks to Matt for publishing Mdec which prompted several of us at vector35 to work on this current release together with Matt, Kevin , and Ilfak who graciously provided a Hex-Rays license and offered to split the hosting costs with Vector35. Anyway, check out the blog post for more details. And also thanks to Jon for the amazing logo! More on reddit.com
๐ŸŒ r/ReverseEngineering
16
269
July 13, 2022
๐ŸŒ
Java Decompilers
javadecompilers.com
Java decompiler online
Java decompilers online: *JAD, *JDCore, *Procyon, *Fernflower, *CFR. โœ“ A user interface to extract source code from .class and .jar โ€˜binaryโ€™ files.
๐ŸŒ
Jdec
jdec.app
JDec - Java Decompiler Online
JDec is a online Java decompiler that provides a fast way to decompile JAR files. Instant access to the files, no need to wait. Also supports downloading decompiled java code.
๐ŸŒ
Binary Ninja
binary.ninja
Binary Ninja
Disassemble and decompile code to C or BNIL for any supported architectureโ€”including your own.
๐ŸŒ
JetBrains
jetbrains.com โ€บ decompiler
dotPeek: Free .NET Decompiler & Assembly Browser by JetBrains
May 26, 2021 - dotPeek is a free tool based on ReSharper. It can reliably decompile any .NET assembly into C# or IL code.
๐ŸŒ
Java Decompiler
java-decompiler.github.io
Java Decompiler
The โ€œJava Decompiler projectโ€ aims to develop tools in order to decompile and analyze Java 5 โ€œbyte codeโ€ and the later versions.
Find elsewhere
๐ŸŒ
Reddit
reddit.com โ€บ r/software โ€บ found this exedecompiler.com website. does anybody know it? is it worth it?
r/software on Reddit: Found this exedecompiler.com website. Does anybody know it? Is it worth it?
October 28, 2023 -

So i found this website called exedecompiler.com that has a few services like code modification or development, and a service that stands out is the "exe to source code" for $50. Has anybody used it or heard about it?

Is it worth $50 for a decompilation into source code?

If i really want to decompile an exe are there "better" alternatives or maybe a service like this is a good idea?

Please give me your thoughts about it.

EDIT:

To clarify my goal on what I want to achieve. The application is a GUI application that in short, operates with the contents of a binary (non executable) file. I am not shure what the source language is, my guesses are C++ since the app interacts with an embedded system, but nothing is confirmed (I'm shure It is not .NET at least, no luck for me)

My goal is not something simple like changing an IP address, as something like a hex editor could maybe do the job. The two main goals would be analyze a certain functionality and to add extra functionality.

I would like to analyze a portion of the code to discover how this executable manipulates the memory given to it (the file contents) and discover what "magic" it does to it.

I would also like to either change some of its code to add extra functionality, but i find this to be harder and unlikely. So i thought of doing some DLL injection that would execute the code i need, that being adding extra UI components to the GUI that would do what i want, but didn't succeed yet in achieving my goal. I am studying what exactly went wrong as it didn't seem to be something obvious like bad code or no permissions.

Thank you for u/NaughtyBlackGuy that recomended Ghidra. It seems like the tool i was looking for. I am not a reverse engineering expert but I know a thing or two and its never too late to learn.

If somebody has any other tips or tricks I would gladly take anything else i can take.

๐ŸŒ
Redgate Software
red-gate.com โ€บ products โ€บ reflector
Decompile Any .NET Code | .NET Reflector
Decompile, browse, and analyze any .NET assembly to C#, VB.NET, or IL.
๐ŸŒ
CodemerxDecompile
decompiler.codemerx.com
CodemerxDecompile
The first standalone .NET decompiler for Mac, Linux and Windows. Free. For everyone. Forever.
๐ŸŒ
GitHub
github.com โ€บ pionxzh โ€บ wakaru
GitHub - pionxzh/wakaru: ๐Ÿ”ช๐Ÿ“ฆ Javascript decompiler for modern frontend
Wakaru is the Javascript decompiler for modern frontend.
Starred by 585 users
Forked by 33 users
Languages ย  TypeScript 56.2% | JavaScript 40.1% | Vue 2.5% | CSS 1.1% | HTML 0.1% | Dockerfile 0.0%
๐ŸŒ
Shenmeapp
shenmeapp.com โ€บ decompiler
Java Decompiler Online - ShenmeApp
Java Decompiler Online streamlines the processโ€”simply drag and drop your Java class files for instant decompilation.
๐ŸŒ
Hex-Rays
hex-rays.com โ€บ ida-free
IDA Free: Disassembler & Decompiler at No Cost
Free disassembler and decompiler to learn reverse engineering. Core IDA features at no cost for students and non-commercial use. Download and start today.
๐ŸŒ
Extract
extract.me
Archive Extractor Online
Archive Extractor is a simple online tool that can extract over 70 types of compressed files, such as 7z, zipx, rar, tar, exe, dmg, and more.
๐ŸŒ
Compiler Explorer
godbolt.org
Compiler Explorer
Compiler Explorer is an interactive online compiler which shows the assembly output of compiled C++, Rust, Go (and many more) code.
๐ŸŒ
C Language
c-language.org โ€บ tools
C language: Tools
An interactive online decompiler that shows equivalent C-like output of decompiled programs from many popular decompilers.
๐ŸŒ
Apktool
apktool.org
Apktool
A tool for reverse engineering Android apk files ยท Apktool can help disassemble resources to nearly original form
๐ŸŒ
URL Decode
urldecoder.org
URL Decode and Encode - Online
Meet URL Decode and Encode, a simple online tool that does exactly what it says: decodes from URL encoding as well as encodes into it quickly and easily.
๐ŸŒ
Base64 Decode
base64decode.org
Base64 Decode and Encode - Online
Meet Base64 Decode and Encode, a simple online tool that does exactly what it says: decodes from Base64 encoding as well as encodes into it quickly and easily.
๐ŸŒ
Java Decompilers
javadecompilers.com โ€บ apk
APK decompiler - decompile Android .apk โœ“ ONLINE โœ“
Decompile Android Apk applications and extract Java source code and resources โœ“ ONLINE โœ“