onerom-wasm
Preparing search index...
parse_firmware
Function parse_firmware
parse_firmware
(
data
:
Uint8Array
)
:
Promise
<
any
>
Parse a firmware image and return the extracted information as a JSON object. Either pass in:
A complete .bin file
The first 64KB of a flash dump
The device's entire flash dump
Parameters
data
:
Uint8Array
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
onerom-wasm
Loading...
Parse a firmware image and return the extracted information as a JSON object. Either pass in: