cyrozap / realtek-nic-re

Notes and utilities for reverse engineering Realtek USB NICs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realtek-nic-re

Notes and utilities for reverse engineering Realtek USB NICs.

Quick start

Software dependencies

Procedure

  1. Install dependencies.
  2. Run make to generate the parser code used by extract_fw.py.
  3. Obtain the rtl815*.bin binaries you're interested in. You can find these in the rtl_nic directory of the linux-firmware repo. For convenience, these firmware binaries can be downloaded in bulk using the firmware/download.sh script.
  4. Extract the firmware image from each binary with ./extract_fw.py ..., where ... is the name of the fw-*.bin firmware binary.

License

Except where otherwise noted:

About

Notes and utilities for reverse engineering Realtek USB NICs.

License:BSD Zero Clause License


Languages

Language:Kaitai Struct 38.4%Language:Python 32.6%Language:Shell 23.9%Language:Makefile 5.1%