Showing 25 open source projects for "beta"

View related business solutions
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 1

    OpenOCD - Open On-Chip Debugger

    The Open On-Chip Debugger

    The "Open On-Chip Debugger" provides JTAG/SWD access from GDB (or directly with TCL scripts) to processors with ARM and MIPS based cores. See website for full list of supported targets.
    Leader badge
    Downloads: 649 This Week
    Last Update:
    See Project
  • 2
    d7avx

    d7avx

    d7avx + dbgavx - SSE/AVX development/debug helpers for 32bits delphi

    d7avx - a helper (gcc frontend) for using SSE/AVX instructions with Delphi compilers not supporting SSE/AVX instructions uses MinGW GCC/ObjectDump to compile .c to .s and .s to .o with disassembly customized for delphi inclusion in asm statements dbgavx - a helper for debugging XMM/YMM registers content with debuggers not supporting XMM/YMM registers used with any debugger for XMM/YMM and also MM/ST and general registers content inspection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FlexxCpu

    FlexxCpu

    Flexible and eXpandable Cpu simulation

    A small simulation of an experimental customized Cpu called FlexxCpu. A virtual Cpu whose assembly instructions have been strongly influenced by old cpus architecture (8080, 6809, z80, 68k, etc...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Dedexer is a disassembler tool for Android DEX files. The purpose is to create Jasmin-like source files from DEX files.
    Downloads: 15 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
  • 5

    ZILF

    This repository is deprecated. Use Heptapod instead.

    THIS REPOSITORY IS DEPRECATED. Please use the Heptapod repository instead: https://foss.heptapod.net/zilf/zilf ZILF is a set of tools for working with the ZIL interactive fiction language, including a compiler, assembler, disassembler, and game library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    .NET Repack

    .NET Repack

    A managed .NET assembly repacking tool

    This program uses the MSIL Disassembler and the MSIL Assembler tools to repack any .NET executable. It's being written in Visual Basic .NET 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ppc-dis

    powerpc disassembler/assembler

    A standalone powerpc disassembler written as a wrapper over GNU libopcode library. It accepts the opcode ( in hex or decimal ) as it's argument and spits the disassembled output. Recently, a reference assembler has been added. It takes the instruction in string form and spits the assembled 32-bit opcode.It's not fully tested and may not work always.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    The ucsd-psystem-xc project provides a Pascal cross compiler for producing UCSD p-System code files on Posix hosts, such as linux. It also provides some other related tools, such as a disassembler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    dxcut is a library for reading, editing, and writing dex and odex files which contain the class definition and Dalvik bytecode used by the Android operating system. This project includes a disassembler/decompiler, dex optimizer, and hooking utils.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 10
    This is a windows version of my Linux disassembler. It is an old version, no where as good as the Linux version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a swf-decoder and disassembler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Disassembler and assembler for Windows Mobile with ARM processor. Compiled with Pelles C on Windows XP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mt6502dis is an interactive disassembler for parsing 6502 machine code. It is a GUI based program and uses the GTK+1 or GTK+2 toolkits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AsmDis - disassembler for x86 Linux ELF executables. AsmDis is a interactive disassembler that allows code and data to be identified. Optionally the output can be used by AsmSrc to generate source files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    AsmTrace traces ELF executables, showing registers and disassembly. Triggers can enable and disable tracing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PPCD is very accurate PowerPC ISA (and derivative processors) disassembler. Currently supported models are: Generic-32, Generic-64 and Gekko. PPCD is free opensource. You can use it in your applications without mention.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PEReaDeR is a disassembler of PE (Portable Executable, also knows as windows executable) file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Disassembler for Toshiba microcontroller used in 1990s Toyota ECU. Notably, 3S-GTE engine in MR2 and Celica is based on this controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Decompyle is a python disassembler and decompiler which converts Python byte-code (.pyc or .pyo) back into equivalent Python source. Verification of the produced code (re-compiled) is avaliable as well.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 20
    jbytecode is a Java bytecode disassembler/assembler written in Python. Dissasembly code is aligned with Java bytecodes in the class file so modification and re-assembly is always possible, even when class is obfuscated.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    VirtuAL3101 provides a series of tools to develop effects using the AL3101 DSP from Alesis. It includes an assembler/disassembler, a simulator, an application generator with its graphical interface and various effects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    JasminParser is a Jasmin (Java Assembler, .j file) compiler based on the Apache BCEL. JasminParser provides a disassembler and an assembler to convert java classes and jasmin files to each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    "Motorola DSP56800 Tool Chain" is intended to create a complete development environment for the embedded digital signal processor family. Including assembler/disassembler, linker, archiver and light C compiler based on GNU binutils and gcc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    IMAVR is Atmel AVR 8-bit RISC chip emulator for UNIX. You can run your code before programming to chip. Embedded simple debugger and disassembler. Emulate wide range of AVR chip, wide range of their modules: EEPROM,USART, timers and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PED is a dumper for common binary executables, prividing disassembly information, resources, etc
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next