SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[debugging] Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?
Home
Question
Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?
Boomerang
may also be worth checking out.
Examples related to
debugging
•
How do I enable logging for Spring Security?
•
How to run or debug php on Visual Studio Code (VSCode)
•
How do you debug React Native?
•
How do I debug "Error: spawn ENOENT" on node.js?
•
How can I inspect the file system of a failed `docker build`?
•
Swift: print() vs println() vs NSLog()
•
JavaScript console.log causes error: "Synchronous XMLHttpRequest on the main thread is deprecated..."
•
How to debug Spring Boot application with Eclipse?
•
Unfortunately MyApp has stopped. How can I solve this?
•
500 internal server error, how to debug
Examples related to
winapi
•
ImportError: no module named win32api
•
Why does CreateProcess give error 193 (%1 is not a valid Win32 app)
•
Dynamically load a function from a DLL
•
How to check if directory exist using C++ and winAPI
•
How to convert char* to wchar_t*?
•
Get current cursor position
•
Check whether a path is valid
•
How do I link to a library with Code::Blocks?
•
Where to find the win32api module for Python?
•
Cannot open include file 'afxres.h' in VC2010 Express
Examples related to
assembly
•
Why does C++ code for testing the Collatz conjecture run faster than hand-written assembly?
•
While, Do While, For loops in Assembly Language (emu8086)
•
Replacing a 32-bit loop counter with 64-bit introduces crazy performance deviations with _mm_popcnt_u64 on Intel CPUs
•
How to run a program without an operating system?
•
Difference between "move" and "li" in MIPS assembly language
•
Carry Flag, Auxiliary Flag and Overflow Flag in Assembly
•
How do AX, AH, AL map onto EAX?
•
JNZ & CMP Assembly Instructions
•
Difference between JE/JNE and JZ/JNZ
•
The point of test %eax %eax
Examples related to
decompiling
•
How to decompile to java files intellij idea
•
How to decompile an APK or DEX file on Android platform?
•
How to change already compiled .class file without decompile?
•
Reverse engineering from an APK file to a project
•
Decompile an APK, modify it and then recompile it
•
Is it possible to decompile a compiled .pyc file into a .py file?
•
Extract source code from .jar file
•
Is there a way to get the source code from an APK file?
•
Is it possible to decompile an Android .apk file?
•
How can I protect my .NET assemblies from decompilation?