Skip to content

Instantly share code, notes, and snippets.

View esthicodes's full-sized avatar
🎹
Rachmaninoff: Piano Concerto No.2 Op.18

hona esthicodes

🎹
Rachmaninoff: Piano Concerto No.2 Op.18
View GitHub Profile
@esthicodes
esthicodes / binwalk.md
Created April 11, 2022 18:19 — forked from briankip/binwalk.md
A short introduction to binwalk

Binwalk

Binwalk is a simple linux tool for analysing binary files for embeded files and executable code. It is mostly used to extract the content of firmware images.

Installation

On kali linux, binwalk is already installed. On ubuntu you can do apt-get install binwalk or you can go to https://github.com/devttys0/binwalk and follow the instructions.

Usage