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
armIBinaryThe ARM file to analyze.
infoProgramInfoThe information of the program.
Returns
- int
The encoded size address. 0 if not found.