touchup the README

This commit is contained in:
Derek Briggs 2020-12-06 22:14:23 -05:00
parent 9c7e7f1f80
commit 78fbf8c10a
3 changed files with 18 additions and 14 deletions

View file

@ -3,7 +3,7 @@ nmrpflash - Netgear Unbrick Utility
`nmrpflash` uses Netgear's [NMRP protocol](http://www.chubb.wattle.id.au/PeterChubb/nmrp.html) `nmrpflash` uses Netgear's [NMRP protocol](http://www.chubb.wattle.id.au/PeterChubb/nmrp.html)
to flash a new firmware image to a compatible device. It has been successfully used on a Netgear to flash a new firmware image to a compatible device. It has been successfully used on a Netgear
EX2700, EX6120, EX6150v2, DNG3700v2, R6100, R6220, R7000, D7000, WNR3500, R6400 and R6800, R8000, EX2700, EX6100v2, EX6120, EX6150v2, DNG3700v2, R6100, R6220, R7000, D7000, WNR3500, R6400 and R6800, R8000,
R8500, WNDR3800, but is likely to be compatible with many other Netgear devices. R8500, WNDR3800, but is likely to be compatible with many other Netgear devices.
Prebuilt binaries for Linux, ~OS X~ macOS and Windows are available Prebuilt binaries for Linux, ~OS X~ macOS and Windows are available
@ -88,6 +88,10 @@ Now reboot the device, and you're good to go.
You must install your Linux distribution's `libpcap` and `libnl-3` You must install your Linux distribution's `libpcap` and `libnl-3`
packages (exact names will vary depending on your distribution). packages (exact names will vary depending on your distribution).
On Ubuntu based distros you can install these dependencies with
sudo apt install libpcap-dev libnl-3-dev
###### "The program can't start because wpcap.dll is missing" (Windows) ###### "The program can't start because wpcap.dll is missing" (Windows)
Install [Npcap](https://nmap.org/npcap/). For `nmrpflash` versions prior Install [Npcap](https://nmap.org/npcap/). For `nmrpflash` versions prior

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<description>nmrpflash</description> <description>nmrpflash</description>
<assemblyIdentity version="1.0.0.0" name="nmrpflash"/> <assemblyIdentity version="1.0.0.0" name="nmrpflash"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security> <security>
<requestedPrivileges> <requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges> </requestedPrivileges>
</security> </security>
</trustInfo> </trustInfo>
</assembly> </assembly>

View file

@ -1,2 +1,2 @@
#include "winuser.h" #include "winuser.h"
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST nmrpflash.manifest