Other tip, in order to change nvram DB, mini_cli has menu for it;
https://pastebin.com/raw/HmJk7DNn
or mgnforce's tool mfhex to pacth binaries files and nvread to check out.
http://www.filedropper.com/mfhex
Sourceforge and fesc2000 shares sources of firmwares, most open-source projects like busybox, utelnetd, dropbear...
except sources of dmg_provisioning or dispatcher, Anyone knows where i can get them?
https://pastebin.com/raw/HmJk7DNn
or mgnforce's tool mfhex to pacth binaries files and nvread to check out.
http://www.filedropper.com/mfhex
Code:
# mfhex
mhex(v0.1b) : Command line HEX Editor
: By mforce for SBH
Usage:
./mfhex <PATH> <OFFSET> <FORMAT> <DATA>
<PATH> : /tmp/myfile : Location of file to edit.
<OFFSET> : 53484 : Offset in bytes.
<FORMAT> : hex : str or hex
<DATA> : 4d5920 : Hex Example
FORMAT : Hex Data is in 2 Byte hex
INFO : No single byte hex. Use '0d' instead of 'd'
Examples:
Hex Format: ./mfhex /tmp/myfile 53484 hex 4d5920
Str Format: ./mfhex /tmp/myfile 53484 str "hello 1234"
-------------------------------------------------------
# nvread
usage:
nvread <dir>.<file>.<type> <format>
e.g.: nvread 1.1.2 long - read type 2 from directory 1, file 1, in long format.
format: byte|short|long|str|hexbuf
-------------------------------------------------------
Sourceforge and fesc2000 shares sources of firmwares, most open-source projects like busybox, utelnetd, dropbear...
except sources of dmg_provisioning or dispatcher, Anyone knows where i can get them?