Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Signelf is a toolset written in c++ for signing elf binaries, specifically linux shared object, though in theory, any elf binary may be signed. It uses openssl's libcrypt to RSA sign the library, and the same to validate the signature.
Drow is an ELF linux analyzer coded in C.It is aimed to the low-level programmer. It is a console application which displays ELF file information in an human readable format, providing different options for different parts/aims of the file data.
This project`s goal is to provide a set of ELF resource tools. These tools will be used to embed data (dubbed `Resources`) into ELF relocatable object files (referencable from C programs), and to later change this data in compiled ELF executables.
Obtain dumps of important ELF file structures such as segment and section
information, dynamic linker requirements and function listings. Can analyse
binaries from both Big-Endian and Little-Endian machines, eg. Can
analyse a PPC binary on an i86 machi
\'elf\' is a comfortable command-line ELF object file header analyzer. Unlike many other similar projects this project is aimed at the analyzation of the ELF header, this allows for a much deeper look into the internals of this integral section of an
The Kapok backbone creates a binary file that can be executed in both
windows, dos and x86-elf based versions of unix (currently linux,
but it should be very easy to extend this), and using a datafile, it
can execute a binary, relative to which system
Gigabyte-scale persistent object Store in C++. Able to intern and persist arbitrary ELF loadble objects. Convenient class library (Lists, Strings, Dicts, Namespaces, etc.) optimised for spatial locality of reference. Virtual machine toolkit.
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Elf is an attempt to provide smart libraries to Java, particularly for application writing and Graphic User Interface (GUI).
Elf is designed to let the application to be OS-agnostic: the details about processing for a particular platform will be supported by Elf.
This add-on for TotalCommander gives you a quick overview of ELF object files. This can be useful for embedded developers working on the windows platform.
ReMIPS is a tool that manipulates binaries directly, applying code reengineering techniques (like optimization or binary translation techniques). Currently it only supports the ELF object-file format and the MIPS architecture.
JNC means java native compiler. It take the java byte code file as input and translate it to C or ASM format then compile to native format such as elf or pe file. So your java program can run without JVM.