All Projects → Gallopsled → pwntools-binutils

Gallopsled / pwntools-binutils

Licence: MIT license
Building binutils for pwntools

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language

pwntools binutils scripts

pwntools depends on binutils in order to perform assembly and disassembly of various architectures.

This is a repository of binutils installation scripts for various operating systems, specifically for cross-installations (e.g. assembling VAX on macOS).

Select the directory that corresponds to your operating system, and run install.sh. If you're curious or want to audit our methodology files used by install.sh are generated with generate.sh.

Ubuntu

NOTE: As of Ubuntu 16.04 (Xenial), there are packages for most architectures available directly form Ubuntu.
You should just be able to apt-get install binutils-arm-gnueabihf binutils-mipsel-linux-gnu.

The Ubuntu installation process uses a Personal Package Archive (PPA) hosted by Ubuntu's Launchpad. These work by modifying a single binutils-cross .deb source archive, and changing the architecture.

No source code is changed, as the binutils-cross targets rely on the binutils-source package being installed, which is completely separate.

The builds are performed by Ubuntu, on Ubuntu's servers, against digitally signed source changes uploaded by pwntools maintainers.

macOS

The macOS installation process uses the homebrew package manager to build binutils from source.

The scripts generated are based on the original binutils recipe used by homebrew.

The binaries are built on your machine, with source fetched directly from the gnu.org server.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].