new FridaHelper()
- Source:
Members
ATTACH_BY_NAME
- Source:
ATTACH_BY_PID
- Source:
SPAWN
- Source:
Methods
(async, static) download(pRemotepPath, pLocalName)
- Source:
To download a remote file into temporary folder
TODO : move to utils
Parameters:
Name | Type | Description |
---|---|---|
pRemotepPath |
* | |
pLocalName |
* |
(async, static) getDevice(pDevice)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
pDevice |
* |
(static) getLocalFridaVersion(pFridaPath)
- Source:
Return an object formatted like that : { version: "v12.2.21", major: 12, minor: 2, patch: 21 }
Parameters:
Name | Type | Description |
---|---|---|
pFridaPath |
* |
(async, static) installServer(pDevice, pOptions)
- Source:
To download and push Frida server binary into the device
Options supported:
- frida
- version
- url
- remote_path
- local_path
Parameters:
Name | Type | Description |
---|---|---|
pDevice |
Device | target device |
pOptions |
Object | install options |