formatSub

Formats an array of Disasm as a string.

string
formatSub
(
const ref Sub sub
,
const ref void*[]* crossRefs
)

Parameters

sub
Type: Sub

an array of Disasm.

crossRefs
Type: void*[]*

an array of address from where the first sub instruction is called.

Return Value

Type: string

a readable representation of the the instructions contained in sub.

Meta