Showing 50 open source projects for "elf file"

View related business solutions
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    SGDK 1.90

    SGDK 1.90

    A free and open development kit for the Sega Mega Drive

    SGDK is a free development kit allowing the development of software in C language for the Sega Mega Drive. It contains the development library itself (with the code sources) and some custom tools used to compile resources. SGDK uses the GCC compiler (m68k-elf target) and the libgcc to generate a ROM image. Binaries (GCC 6.3) are provided for Windows OS for convenience, but you need to install it by yourself for other operating systems. Note that SGDK also requires Java (custom tools require...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    Fiwix is a Unix-like operating system kernel designed for educational purposes and hobbyist development, targeting the i386 architecture. It implements many classic UNIX principles and aims to provide a clean, well-documented codebase that is both readable and easy to study. Fiwix offers a functional kernel that supports ELF binaries, a virtual file system, and standard system calls, making it a great platform for learning OS internals or experimenting with system-level programming. Its...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    egos-2000

    egos-2000

    Helping students read all the code of a teaching operating system

    egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    unidbg

    unidbg

    Allows you to emulate an Android native library

    Allows you to emulate an Android native library, and an experimental iOS emulation. This is an educational project to learn more about the ELF/MachO file format and ARM assembly. Emulation of the JNI Invocation API so JNI_OnLoad can be called. Support JavaVM, JNIEnv. Emulation of syscalls instruction. Support ARM32 and ARM64. Inline hook, thanks to Dobby. Android import hook, thanks to xHook. iOS fishhook and substrate and whale hook. unicorn backend support simple console debugger, gdb stub...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    Qiling

    Qiling

    Qiling Advanced Binary Emulation Framework

    Cross-platform and multi-arch ultra lightweight emulator. Supported OS: Linux, MacOS, Windows, FreeBSD, DOS and UEFI. Support Arch: x86(16/32/64), ARM(64) MIPS, EVM and WASM. It also support Linux Kernel Module(.ko) , Windows Driver(.sys) and MacOS Kernel(.kext) via Demigod. Binary instrumentation and API are Qiling Framework's main focus and priority. It is designed for reverse engineers - thus there is no need to rebuild another sand boxing tool. Using Qiling Framework saves you time. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    A2L Build for MCD - AutoExtractGui

    Build A2L from ELF for Automotive MCD tool (e.g. INCA)

    1. A2L Builder : AutoExtractGui This tool is to help Measurement & Calibration people (e.g. INCA users) create their own A2L easily. - Please describe the MEMORY SEGMENT : this is mandatory part. - Optionally you may describe formula / min / max / unit / ... for variables. - Optionally you may describe communication specification like XCP, CCP, CAN BPS, ... - Press "Build New A2L" button to make a new A2L for the given ELF file. As a reference, you may see how this tool works...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    EasyHash

    EasyHash

    HASH value generator

    EasyHash is a HASH value generator that is very easy to use and at the same time very efficient. Furthermore, the execution speed of the processes is very fast. The user interface is nice, very intuitive and offers multiple methods for importing files. In addition to this, it allows for rapid text entry, making it incredibly easy to use and adaptable to any circumstance of use. EasyHash is an indispensable tool for anyone who works with large amounts of files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    AutoDepend keeps track of all file access during a build process and then generates gnu-make dependancies. (It works only on ELF architecture because it uses LD_PRELOAD)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Format Converter - Intel HEX, Elf32, BIN

    Format Converter - Intel HEX, Elf32, BIN

    File Format Converter Between HEX / BIN / ELF

    Intel HEX File Processing Software File Format Converter Between HEX / BIN / ELF The source code was created and debugged in the eS development environment (for Linux and Windows) and is an example of its use. https://esolution.sourceforge.io/
    Downloads: 20 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    Selfie

    Selfie

    An educational software system of a tiny self-compiling C compiler

    ... of compilers, libraries, operating systems, and even virtual machine monitors. The common theme is to identify and resolve self-reference in systems code which is seen as the key challenge when teaching systems engineering, hence the name. Selfie is implemented in a single (!) file and kept minimal for simplicity. There is also a simple in-memory linker, a RISC-U disassembler, a garbage collector, L1 instruction and data caches, a profiler, and a debugger with replay.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    RedtDec

    RedtDec

    RetDec is a retargetable machine-code decompiler based on LLVM

    The decompiler is not limited to any particular target architecture, operating system, or executable file format. ELF, PE, Mach-O, COFF, AR (archive), Intel HEX, and raw machine code supported. 32-bit: Intel x86, ARM, MIPS, PIC32, and PowerPC 64-bit: x86-64 supported. Demangling of symbols from C++ binaries (GCC, MSVC, Borland). Reconstruction of functions, types, and high-level constructs. Output in two high-level languages: C and a Python-like language. Generation of call graphs, control-flow...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 12
    WINIX OS

    WINIX OS

    A UNIX-style Operating System for the Waikato RISC Architecture

    Winix is an experimental Unix-like operating system kernel written in modern C++ with an emphasis on object-oriented design and code clarity. It is a pedagogical project exploring how kernel-level programming can be structured with C++ abstractions while maintaining low-level control. Winix supports basic system services such as file systems, process management, and a terminal interface, and is designed for booting on x86_64 hardware via QEMU. It serves as an accessible and unconventional...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Kerla

    Kerla

    A new operating system kernel with Linux binary compatibility

    Kerla is an experimental operating system kernel written in Rust with a Linux-compatible syscall interface. It aims to run Linux binaries in user space without relying on a traditional Linux kernel. Kerla combines the safety guarantees of Rust with a familiar POSIX-like programming model, making it a unique exploration into safe systems programming. Though early in development, it supports basic userspace execution and is a promising proof-of-concept for running Linux userland programs in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Arduino to Assembly Converter

    Arduino to Assembly Converter

    Convert your Arduino C/C++ code to Assembly code.

    (This software works with AVR and ESP8266 architecture) This is a tool help to convert Arduino C/C++ code to Assembly code. Step 1: Choose the Arduino *.elf file (generated when you compile C/C++ code in the IDE, usually located in Temp folder). Step 2: Choose the output txt file, the assembly code will be written to this file. Step 3: Click Convert. The software requires .NET 4.0 Notepad++ recommended (to view Assembly code with colorful text): https://notepad-plus-plus.org...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    peda

    peda

    Python Exploit Development Assistance for GDB

    Enhance the display of gdb: colorize and display disassembly codes, registers, memory information during debugging. Add commands to support debugging and exploit development (for a full list of commands use peda help). Display arguments passed to a function when stopped at a call instruction. Search for all addresses/references to addresses which belong to a memory range. Generate or download common shellcodes. Generate python exploit code template. Get virtual mapping address ranges of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    VENOM C2 shellcode

    VENOM C2 shellcode

    C2 shellcode generator/compiler/handler

    The script will use msfvenom (metasploit) to generate shellcode in different formats ( C# | python | ruby | dll | msi | hta-psh | doc | apk | macho | elf | deb | mp4 | etc ) injects the shellcode generated into one template (example: python) "the python function will execute the shellcode into ram" and uses compilers like gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file. It also starts a handler to receive the remote connection (shell or meterpreter) venom 1.0.11...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Bloaty

    Bloaty

    Bloaty: a size profiler for binaries

    Bloaty is a deep, accurate size profiler for native binaries that tells you where every byte comes from so you can shrink executables and libraries intelligently. It parses binary formats like ELF, Mach-O, and DWARF symbol/debug data without relying solely on toolchain heuristics, letting you attribute size to files, sections, symbols, templates, and even compilation units. Reports can be produced at multiple granularities and diffed across builds to identify regressions introduced by compiler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    INCLUDES REPACK FOR FASM1

    INCLUDES REPACK FOR FASM1

    additional/alternalive includes set to flat assembler

    ... KEX-executables targeted to kolibryOS with demos, ones for producing ELF formats, ones to support BMP format, ones to support DB format (DB format is text file that could be assembled to binary by any assembler )
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    AnyELF

    ELF File Viewer implemented as a Total Commander plugin

    ELF File Viewer implemented as a Total Commander plugin
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    Process Custom Relocations

    Postprocessor for ELF files allowing custom relocation types.

    This tool consists of a file format specification and a post-processor for ELF binary files allowing the use of custom relocation types in object files. This allows using "standard" object file formats (e.g. elf_i386) to be used for special CPUs or special use cases (e.g. non-CPU).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    FiwixOS 3 is a Fiwix distribution, an operating system made from a software collection that is based upon the Fiwix kernel. It basically comprises a Fiwix kernel, GNU tools, libraries and additional software. All the included software is free and open-source software made available both as compiled binaries and in source code form, which allows modifications to the original software. FiwixOS 3 uses the Newlib v3.1.0 as its C standard library, and the Ext2 as its primary file system. Fiwix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MSP430 C Code Library

    Library of peripheral drivers, component drivers, utilities, and more!

    A collection of C libraries for the TI MSP430 family of microcontrollers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ELF statifier

    ELF statifier

    Tool for creating portable self-containing Linux executable

    Statifier is a tool for creating portable self-containing Linux executable. Statifier create from dynamically linked executable and all it's libraries (and all LD_PRELOAD libraries, if any) one file. This file can be copied and run on another machine without need to drag all libraries
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24

    elf.map

    An offline map viewer for android. Map based on GPS data.

    An offline map viewer for android. Features: 1. Offline map based on GPS data 2. Filter objects by type 3. You can remove some type files that you don't need, except "points.llu" and "points.str". 4. GPS location Map data converted from osm xml file (http://www.openstreetmap.org). Use "MapMaker" to convert map. It based on linux-x64. example: "./MapMaker greater-london.osm . -0.95 51.28 0.5 0.5" For test, extract "map-demo.zip" to sdcard root dir. Absolute path is "/sdcard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Analyzer for Files

    A tool to look into file contents

    Analyzer for Files (AoF) is a tool to look into file contents, analyze the structure with installed plug-ins, and show the results with several split windows including converted data and a tree if successful. It was designed as a workbench with a core and plug-in extensions. It can handle the normal plain-text file and data, complex binaries supported with the corresponding plug-ins. What's more, the developers can deploy and release their own plug-ins according to the plug-in developing...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.