• 8 Posts
  • 369 Comments
Joined 1 year ago
cake
Cake day: December 11th, 2024

help-circle










  • It’s literally the process of turning the executable back into actual code (albeit usually much less readable than the original code, since symbols are usually stripped from release builds, so the original variables and functions names are lost), so it can do much more than that.

    Once you’ve fully decompiled something and understand the resulting code, or even some parts of it, you can basically edit the original source code.