You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ~~FAT does not work on Ubuntu 20.04. The main reason behind this is some dependencies of Firmadyne (especially binwalk) require Python 2. Unless this is fixed upstream, stick to Ubuntu 18.04 or lower.~~
131
131
Ubuntu 20.04 **is now supported**. The current version of FAT patches the binwalk installation script to workaround the issue.
132
+
133
+
## Building static Qemu
134
+
135
+
The repository already includes a static build of qemu 2.5.0 (in releases) but if you want to build your own follow the steps below.
136
+
137
+
On a clean **Ubuntu 16.04** VM run. (It's important to use 16.04, later versions have issues with static compilation).
The compiled binaries can be found in `qemu-build` directory.
150
+
151
+
Note: It should also be possible to compile qemu statically on an alpine system but this hasn't been tested. In general compiling on alpine is preferred to Ubuntu as the former comes with musl libc which is better at static linkage than glibc on Ubuntu.
0 commit comments