Top 15 elfutils Alternative and Similar Softwares | May 2024

elfutils is a collection of utilities to handle ELF objects.

1. GNU Binary Utilities

GNU Binary Utilities The GNU Binary Utilities, or binutils, comprise a collection of programming tools capable of creating and managing binary programs, object files, libraries, profile data, and assembly source code originally written by programmers at Cygnus Solutions.......

2. SCons

SCons SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to......

3. Premake

Premake Powerfully simple build configurationDescribe your software project just once, using Premake's simple and easy to read syntax, and build it everywhere. Generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. Use the full featured Lua scripting engine to make build......

4. MakeMe

MakeMe Embedthis MakeMe is a modern replacement for make and autoconf. It manages the building of programs and products by direct compilation and the generation of IDE projects and Makefiles. MakeMe can portably build programs for Linux, Mac and Windows and handles cross-compilation with ease.......

5. ELF Tool Chain

ELF Tool Chain ELF Tool Chain is a BSD-licensed implementation of compilation tools (nm, ar, as, ld, etc.) for the ELF object format.......

6. CMake

CMake CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.......

7. qmake

qmake Manual: https://doc.qt.io/qt-5/qmake-manual.html qmake is a tool from The Qt Company that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software......

8. Ninja Build

Ninja Build Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible.......

9. autosetup

autosetup autosetup is a tool, similar to autoconf, to configure a build system for the appropriate environment, according to the system capabilities and the user-selected options.autosetup is designed to be light-weight, fast, simple and flexible.Notable features include:* Easily check for headers, functions, types for C/C++* Easily support user configuration options* Can......

10. EBuild

EBuild EBuild is a software build automation system. It is written in Java but is a general system that can be applied to almost any software development in its entirety.EBuild is general in design — but owing to its origins — EBuilds 'out of the box' support for different development platfroms......

11. Flatpak

Flatpak Distributing applications on Linux is a pain: different distributions in multiple versions, each with their own versions of libraries and packaging formats. Flatpak is here to change all that. It allows the same app to be installed on different Linux distributions, including different versions. And it has been designed from......

12. Fsum Frontend

Fsum Frontend GUI frontend for fsum – a hash calculator supporting a ton of algorithms. Fsum Frontend is a free and easy-to-use tool that allows to compute message digests, checksums and HMACs for files and text strings. It supports drag-and-drop and you can handle multiple files at once. The checksum generated can......

13. Meson

Meson The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code.Features- multiplatform support for Linux, OSX, Windows, Gcc, Clang, Visual Studio and others- supported......

14. BEYE (Binary EYE)

BEYE (Binary EYE) BEYE (Binary EYE) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight AVR/Java/i86-AMD64/ARM-XScale/PPC-64 and other disassembler, full preview of MZ,NE,PE,ELF and other.......

15. ccache

ccache ccache is a tool to help speed up recompiles of source code. It hashes previous compiles and if it sees the same file being built again with the same arguments it will reuse the previous results.......