Skip to content

Commit d09dcbc

Browse files
authored
Merge pull request #582 from lap1nou/binwalk-4
chore: bump binwalk to v3
2 parents 526766d + 17d7aae commit d09dcbc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sources/assets/shells/aliases.d/binwalk

Lines changed: 0 additions & 1 deletion
This file was deleted.

sources/install/package_forensic.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ function install_forensic_apt_tools() {
2626
}
2727

2828
function install_binwalk() {
29+
# CODE-CHECK-WHITELIST=add-aliases
2930
colorecho "Installing binwalk"
30-
fapt squashfs-tools binwalk
31-
add-aliases binwalk
31+
cargo install binwalk
32+
fapt squashfs-tools
33+
pipx install --system-site-packages jefferson ubi-reader uefi_firmware
3234
add-history binwalk
3335
add-test-command "binwalk --help"
3436
add-to-list "binwalk,https://github.com/ReFirmLabs/binwalk,Binwalk is a tool for analyzing / reverse engineering / and extracting firmware images."

0 commit comments

Comments
 (0)