Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
Eko Yunianto edited this page Nov 14, 2013 · 4 revisions

How to accessed system with IGN SDK

INIT (Initialization)##

Initialization must be create every use function. Example for initialization :

var sys = ign.sys()

Function

CliOut

sys.cliOut('/path/to/application'); used to get output from command.

input = string

output = string

exec

sys.exec('/path/to/application'); used to execution a binary file.

input = string

hash

sys.hash(input,hash_method); used to make hashing method on IGN SDK.

input : string

hash_method : md4,md5,sha1,sha224,sha256,sha384,sha512

Desktop Service

Can be used to access Desktop with give link. used by sys.desktopService(link)

example: sys.desktopService(file://home/igos)

Clone this wiki locally