Decompiling: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 December 2024

6 April 2024

2 March 2024

23 February 2024

23 January 2024

  • curprev 21:2421:24, 23 January 2024MTLenz talk contribs 6,050 bytes +6,050 Created page with "Category:Guides Category:Decompiling {{WIP}} == Introduction == ''Decompiling'' is the process of taking assembly code and turning it back into a higher level language such as C or C++. It is essentially the reverse of ''compiling''. ''Matching decompilation'' is the process of decompiling, but having the compiled code match the original assembly 1:1. While matching decompilation is harder than normal decompiling, it can become easier when you understand the pat..."