Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Unit ifps3disasm

Description

Bytecode Disassembler unit

You can use this unit to disassemble compiled IFPS3 code

Functions and Procedures

Overview

function IFPS3DataToText(const Input: string; var Output: string): Boolean;

Description

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

Author

Carlo Kok <ck@carlo-kok.com>