Skip to main content

OrBIT User Guide

destAddress

In this section:
Information type

Data blocks, Protected applications information

Syntax
"destAddress": "address"
Parameters

address

The memory address to place the object on (hexadecimal number as a string).

For use with

The product configuration file for the eSecIP Professional edition.

Description

Use this field to specify where in memory to place the an object, once the integrity of the large binary object containing the all the provisioned data has been validated and the object has been de-obfuscated:

  • in a dataBlocks configuration object, this field specifies where to place the data block

  • in a protectedApplicationsInfo configuration object, this field specifies where to place the protected application part

This field is optional. If the object is to remain within the binary large object until it is requested by the application, as opposed to being placed at a defined memory location, this field must be omitted from the product configuration file.

Example
"destAddress": "0x24070000"