mov eax, [ebp-8] mov edx, [eax] call dword ptr [edx+0x4C]
Dede is a free and open-source decompiler for Delphi programs. It was first released in 2004 and has since become one of the most popular decompilers for Delphi. Dede can decompile Delphi programs from version 3 to the latest version, including programs compiled with the .NET framework.
Are you trying to from a specific legacy file, or
: You will not get original .pas source code back. The logic will always be in Assembly.
: For deep logic analysis if you are comfortable with advanced reverse engineering.
: Reading the output requires a strong understanding of x86 assembly and Delphi's internal memory management. Are you looking to recover lost source code for an old project, or are you analyzing a specific binary for security research? Delphi Decompiler - Google Groups
mov eax, [ebp-8] mov edx, [eax] call dword ptr [edx+0x4C]
Dede is a free and open-source decompiler for Delphi programs. It was first released in 2004 and has since become one of the most popular decompilers for Delphi. Dede can decompile Delphi programs from version 3 to the latest version, including programs compiled with the .NET framework. delphi decompiler dede
Are you trying to from a specific legacy file, or mov eax, [ebp-8] mov edx, [eax] call dword
: You will not get original .pas source code back. The logic will always be in Assembly. Are you trying to from a specific legacy
: For deep logic analysis if you are comfortable with advanced reverse engineering.
: Reading the output requires a strong understanding of x86 assembly and Delphi's internal memory management. Are you looking to recover lost source code for an old project, or are you analyzing a specific binary for security research? Delphi Decompiler - Google Groups