PlatformManager

PlatformManager

Class managing platform available into Dexcalibur

A platform contains files/binary helping analyzer to identify call from the application to platform specific function

Constructor

new PlatformManager()

Source:

Methods

(async) enumerateRemote(pRegistry) → {Array.<Platform>}

Source:

To enumerate platforms of a remote registry

Parameters:
Name Type Description
pRegistry require('./DexcaliburRegistry')

The remote registry

Returns:

An array a platform

Type
Array.<Platform>

getFromAndroidApiVersion(pApiVersion)

Source:
Parameters:
Name Type Description
pApiVersion *

(async) install(pRegistry, pName)

Source:
Parameters:
Name Type Description
pRegistry *
pName *