GitHub
github.com › gittup › binutils
GitHub - gittup/binutils: gittup.org's binutils · GitHub
See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
Starred by 20 users
Forked by 10 users
Languages C 66.5% | Makefile 12.4% | Assembly 11.0% | C++ 4.4% | Scheme 1.1% | Shell 0.7%
collection of tools for operating on object files; most notably include the GNU assembler and linker; typically used in conjunction with the GNU compiler collection (GCC)
GNU
gnu.org › software › binutils
Binutils - GNU Project - Free Software Foundation
Alternatively, you can use the gitweb interface. There is also a mirror of the repository at sourcehut. Snapshots of the sources are taken after every commit and are made available as compressed tar files from https://snapshots.sourceware.org/binutils/trunk/.
GitHub
github.com › aixoss › binutils
GitHub - aixoss/binutils: GNU binutils, a set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code · GitHub
See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
Author aixoss
GitHub
cs107e.github.io › guides › binutils
CS107E Guide: Binary Utilities (binutils)
This document describes binutils (binary utilities). These are utility programs used for compiling, inspecting, and transforming binaries (machine code files). Some of them you've probably heard of or used before. Other, more specialized ones, might be new to you.
GitHub
github.com › Xilinx › binutils
GitHub - Xilinx/binutils: Upstream binutils + xilinx branches · GitHub
See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
Starred by 8 users
Forked by 4 users
Languages C 48.1% | D 30.4% | Assembly 15.7% | C++ 4.3% | Shell 0.6% | Scala 0.4%
GitHub
github.com › Distrotech › binutils
GitHub - Distrotech/binutils: Mirror of git://sourceware.org/git/binutils.git · GitHub
See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
Starred by 6 users
Forked by 3 users
Languages C 55.2% | D 17.7% | Assembly 16.0% | C++ 3.1% | DTrace 2.3% | Makefile 2.2%
GitHub
github.com › hermit-os › binutils
GitHub - hermit-os/binutils
See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
Starred by 2 users
Forked by 5 users
Languages C 45.1% | Makefile 24.3% | Assembly 14.6% | C++ 5.1% | DTrace 4.4% | Roff 1.1% | C 45.1% | Makefile 24.3% | Assembly 14.6% | C++ 5.1% | DTrace 4.4% | Roff 1.1%
OpenGenus
iq.opengenus.org › build-binutils-from-source
Build and Install binutils from source
September 16, 2022 - This is the preferred way to make the newly built binutils available to the entire system. To install it in your custom location, use the following command: make · The summary is as follows: https://github.com/bminor/binutils-gdb.git cd binutils-gdb CC=gcc ./configure make install ·
GitHub
github.com › redox-os › binutils-gdb › blob › master › binutils › README
binutils-gdb/binutils/README at master · redox-os/binutils-gdb
running any of the binutils with the --version option. We appreciate · reports about bugs, but we do not promise to fix them, particularly so · when the bug report is against an old version. If you are able, please · consider building the latest tools from git to check that your bug has ·
Author redox-os
GitHub
gist.github.com › chponte › 7f27967fc72cf61e8c158923bf126b61
Building a complete GNU toolchain, comprised of binutils + gcc + glibc · GitHub
Save chponte/7f27967fc72cf61e8... it in GitHub Desktop. ... These variables control the target architecture, and installation directory. export TARGET=x86_64-pc-linux-gnu export PREFIX=$HOME/gcc/x.x.x export TARGET_PREFIX=$PREFIX/$TARGET export PATH=$PREFIX/bin:$PATH · cd linux-x.x.x make ARCH=$(echo $TARGET | cut -d '-' -f 1) INSTALL_HDR_PATH=$TARGET_PREFIX headers_install · mkdir binutils-build cd ...
GitHub
github.com › allyourcodebase › binutils
GitHub - allyourcodebase/binutils: binutils ported to the zig build system · GitHub
This is binutils, packaged for Zig. The following subset of tools and libraries have been ported: bfd - A library for manipulating binary files in a variety of different formats. libsframe - A library for assembling and disassembling a variety of different assembler languages. opcodes - A library for manipulating the SFRAME debug format. ... # Initialize a `zig build` project if you haven't already zig init zig fetch --save git+https://github.com/allyourcodebase/binutils.git
Author allyourcodebase
GitHub
github.com › gnutools › binutils-gdb
GitHub - gnutools/binutils-gdb: GNU Binutils, GNU Debugger - Read only mirror of https://sourceware.org/git/binutils-gdb.git · GitHub
See the file COPYING or COPYING.LIB in the various directories, for a description of the GNU General Public License terms under which you can copy the files. REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info on where and how to report problems.
Starred by 9 users
Forked by 2 users
Languages C 45.1% | Makefile 23.3% | Assembly 14.6% | C++ 5.1% | DTrace 4.4% | D 1.7%
GitHub
github.com › Gallopsled › pwntools-binutils
GitHub - Gallopsled/pwntools-binutils: Building binutils for pwntools · GitHub
Building binutils for pwntools. Contribute to Gallopsled/pwntools-binutils development by creating an account on GitHub.
Starred by 84 users
Forked by 44 users
Languages Ruby 75.9% | Shell 14.3% | Python 9.8%
GitHub
github.com › zerovm › binutils › blob › master › binutils › nm.c
binutils/binutils/nm.c at master · zerovm/binutils
/* PR binutils/4292 · Guess the target's bitsize based on its name. We assume here than any 64-bit format will include · "64" somewhere in its name. The only known exception · is the MMO object file format. */ if (strstr (bfd_get_target (file), "64") != NULL ·
Author zerovm
Linaro
git.linaro.org › toolchain › binutils-gdb.git
toolchain/binutils-gdb.git - Linaro Git Browser
1b54966 binutils-gdb/git: Handle *.ac and *.m4 files in .gitattributes by Tom de Vries ·