Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckuethe/arm-static-bins
https://github.com/ckuethe/arm-static-bins
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ckuethe/arm-static-bins
- Owner: ckuethe
- Created: 2023-04-19T01:15:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T03:15:09.000Z (over 1 year ago)
- Last Synced: 2024-12-09T12:14:43.893Z (about 1 month ago)
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What
Some armhf static binaries that I've found useful while analyzing
some IoT things.# Why?
Because not all the tools I want are in Saumil's [repo](https://github.com/therealsaumil/static-arm-bins/).
# How?
1. install `qemu-user-static` on your workstation
1. grab your favorite armhf distribution. I used [DietPi for ZeroPi](https://dietpi.com/docs/hardware/#nanopi-series-friendlyelec)
1. mount the image and copy the contents of the rootfs into a directory
1. chroot into it
1. install build tools, eg. `apt update && apt install build-essential`
1. download the sources for the static tools you want to build
1. Configure. `env CFLAGS="-static -O2"` or `--enable-static` might be helpful.# Packages
* dtach - https://github.com/crigler/dtach
* hexedit - https://github.com/pixel/hexedit
* sntpc - https://github.com/ckuethe/sntpc
* tcpdump - https://github.com/the-tcpdump-group/tcpdump