You can use this unit to disassemble compiled IFPS3 code
function IFPS3DataToText(const Input: string; var Output: string): Boolean; |
function IFPS3DataToText(const Input: string; var Output: string): Boolean; |
Convert compiled code to decompiled asm-like code. Input: the output of the GetOutput() function. Output: Asm code
Carlo Kok <ck@carlo-kok.com>