Table of Contents

Class ArmEncodeFieldFinder

Namespace
SceneGate.Ekona.Containers.Rom
Assembly
SceneGate.Ekona.dll

Find the constant with the decoded size of the ARM.

public static class ArmEncodeFieldFinder
Inheritance
ArmEncodeFieldFinder
Inherited Members

Methods

SearchEncodedSizeAddress(IBinary, ProgramInfo)

Searchs the encoded size address.

public static int SearchEncodedSizeAddress(IBinary arm, ProgramInfo info)

Parameters

arm IBinary

The ARM file to analyze.

info ProgramInfo

The information of the program.

Returns

int

The encoded size address. 0 if not found.