🌐
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%
🌐
GitHub
github.com › topics › binutils
binutils · GitHub Topics · GitHub
GNU/Binutils WebAssembly Build: Unleashing binary operations for the browser and node, with Assembler / Disassembler online.
🌐
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 › 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
README for GNU development tools This directory contains various GNU compilers, assemblers, linkers, debuggers, etc., plus their support routines, definitions, and documentation. If you are receiving this as part of a GDB release, see the file gdb/README. If with a binutils release, see binutils/README; if with a libg++ release, see libg++/README, etc.
Author   aixoss
🌐
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 › kalray › binutils
GitHub - kalray/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.
Author   kalray
🌐
GitHub
github.com › topics › gnu-binutils
gnu-binutils · GitHub Topics · GitHub
gnu elf binutils 42born2code 42 42school nm gnu-binutils elf-loader elf-parser elf-header 42projects elf64 42-school elf-binaries elf-format 42cursus 42warsaw ft-nm gnu-nm
🌐
GitHub
github.bajins.com › topics › binutils
binutils · GitHub Topics · GitHub
GCC 9.2.0 + binutils 2.32 toolchain for x86_64 hosts, targeted for bare-metal (ELF / kernel-only) AArch64 systems.
🌐
GNU
gnu.org › software › binutils
Binutils - GNU Project - Free Software Foundation
The documentation for the current binutils release is available here. A guide to porting the binutils to a new target has been contributed.
🌐
GitHub
github.com › miried › binutils
GitHub - miried/binutils: fork of GNU Binutils with useful additions
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   miried
Find elsewhere
🌐
GitHub
github.com › binutils
binutils - Overview
binutils has one repository available. Follow their code on GitHub.
🌐
GitHub
gist.github.com › chponte › 7f27967fc72cf61e8c158923bf126b61
Building a complete GNU toolchain, comprised of binutils + gcc + glibc · GitHub
Save chponte/7f27967fc72cf61e8c158923bf126b61 to your computer and use 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 binutils-build ../binutils-x.x.x/configure --target=$TARGET --prefix=$PREFIX --disable-nls -v make -j$(nproc) all install
🌐
GitHub
github.com › allyourcodebase › binutils
GitHub - allyourcodebase/binutils: binutils ported to the zig build system · GitHub
binutils ported to the zig build system. Contribute to allyourcodebase/binutils development by creating an account on GitHub.
Author   allyourcodebase
🌐
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
🌐
GitHub
github.com › Gallopsled › pwntools-binutils
GitHub - Gallopsled/pwntools-binutils: Building binutils for pwntools · GitHub
This is a repository of binutils installation scripts for various operating systems, specifically for cross-installations (e.g.
Starred by 84 users
Forked by 44 users
Languages   Ruby 75.9% | Shell 14.3% | Python 9.8%
🌐
Free-time-team
free-time-team.github.io › document › linux_basic › toolchain › binutils › binutils.html
binutils
Introduction 1 ar 1.1 Controlling ... 19 Reporting Bugs 19.1 Have You Found a Bug? 19.2 How to Report Bugs Appendix A GNU Free Documentation License Binutils Index Next: ar, Up: (dir)...
🌐
GitHub
github.com › redox-os › binutils
GitHub - redox-os/binutils: Mirror of https://gitlab.redox-os.org/redox-os/binutils · GitHub
This repository contains UNIX utilities for dealing with binaries for Redox OS
Starred by 20 users
Forked by 4 users
Languages   Rust
🌐
GitHub
github.com › clearlinux-pkgs › binutils
GitHub - clearlinux-pkgs/binutils · GitHub
Contribute to clearlinux-pkgs/binutils development by creating an account on GitHub.
Author   clearlinux-pkgs