Showing 67 open source projects for "binary analysis tool"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    OSRA is a utility designed to convert graphical representations of chemical structures and reactions, as they appear in journal articles, patent documents, textbooks, trade magazines etc., into SMILES or SD file format- a computer recognizable molecular structure You can find links to the binary executables here: https://sourceforge.net/p/osra/wiki/Download/
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 2
    An innovative Open Source CEP (Complex Event Processing) engine. It implements the event stream processing as a library embeddable in C++ and Perl. You can think of the Complex Event Processing engine as an in-memory database driven by triggers, or a data-flow machine, or a spreadsheet on steroids (and without the GUI part).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Glove

    Data analysis tool

    Glove provides an interface to data acquisition systems, sophisticated (and correct) statistical analysis, a plotting tool, and the ability to easily manipulate the data. Its modular design allows plug-ins for acquisition, manipulation, and analysis. ChangeLog: http://glove.sourceforge.net/ChangeLog.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GridLAB-D
    GridLAB-D is a new power system simulation tool that provides valuable information to users who design and operate electric power transmission and distribution systems, and to utilities that wish to take advantage of the latest smart grid technology. It incorporates advanced modeling techniques with high-performance algorithms to deliver the latest in end-use load modeling technology integrated with three-phase unbalanced power flow, and retail market systems. Historically, the inability...
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • 5

    Jojos Binary Diff

    Binary Diff and Undiff Utility

    JDIFF is a program that outputs the differences between two binary files, either in binary format or in human readable format (detailed or summarized) and then allows to reconstruct the second file from the first one and the diff-file.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 6
    Neural Networks Collection

    Neural Networks Collection

    Neural Networks Collection

    This project implements in C++ a bunch of known Neural Networks. So far the project implements: LVQ in several variants, SOM in several variants, Hopfield network and Perceptron. Other neural network types are planned, but not implemented yet. The project can run in two modes: command line tool and Python 7.2 extension. Currently, Python version appears more functional, as it allows easy interaction with algorithms developed by other people.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kst is the fastest real-time large-dataset viewing and plotting tool available and has basic data analysis functionality. Kst contains many powerful built-in features and is expandable with plugins and extensions.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    concordia

    concordia

    Powerful search library, best suited for computer-aided translation

    Concordia - Roman goddess of agreement. Concordance searcher - tool for translators who need their translations to "agree" with one standard. Concordia is a C++ library for fast text lookup in large corpora. It uses a RAM stored index, which takes up approximately 600MB of memory for a corpus of 2 million sentences. It is based on the idea of a suffix array, enhanced by the presence of other auxiliary data structures. The effects are stunning - Concordia is able to do simple substring...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Novembre

    Novembre

    STM data analysis

    A tool for visualisation and analysis of STM and STS results. Currently supports RHK, WinSPM, Nanonis and Createc file formats. Other formats can be added. Tools are made available by plugins and are currently focused on spectroscopy manipulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    BinCoMerge

    BinCoMerge

    Compare binary files in hexadecimal view

    BinCoMerge is a binary files diff at byte resolution. It shows hexadecimal and raw ASCII data. BinCoMerge is seeking for common blocks from the bigger ones to the lower ones. It works by levels of minimum block sizes which are powers of 2. For example, with a file sizing between 16 KiB and 32 KiB, Bincomerge will firstly seek for all common blocks bigger than 16 KiB. Then, it will seek for all common bigger than 8 KiB, then 4KiB, 2KiB, 1024 Bytes... Because it works by levels, BinCoMerge...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    tv16k7

    trace viewer and bus decoders for data captured by Agilent 16700 LA

    A tool for graphical analysis of digital traces recorded by Agilent's Logic Analyzers like HP16700. It is possible to perform higher level bus protocol decoding and parsing with help of "search" tab. These tabs are used to select the Bus Decoder (plugin shared library), configure Bus Decoder parameters and execute higher level analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Word Count

    Word Count

    Count the number of words on a specific news website

    A tool to collect number of instances of a certain word or expression that appear in specific online news providers. The tool allows to define website servers, and a time window. It will then divide the time window in smaller steps, and download the search results for each sub-time frame. The chart shows the number of hits by sub-time period. The interface let the user pick a time window, and the division of that window. The graphic can be customized to have line, area, point, or bar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Command line FFT

    A simple command line utility to produce an FFT/IFFT of ASCII data

    Ever had a bunch of ASCII data that you would like to have a quick look at in frequency domain, but don't want to fire up some bulky analysis software package just for that? Well, I have... So I wrote this tiny tool. It is based on fftw (www.fftw.org) and boost's program options (boost.org). cli-fft is really simple: All it does is to receive ASCII data from a file or standard in, FFT it and write out the result into a file or to standard out.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Kohonen neural network library is a set of classes and functions for design, train and use Kohonen network (self organizing map) which is one of AI algorithms and useful tool for data mining and discovery knowledge in data (http://knnl.sf.net).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tool support for creating FMC* diagrams [Block diagrams, Petri nets, Entity-Relationship diagrams (ERD)] in MS-Visio 2000 and newer. Features: stencils, consistency checking, Petri net simulation, exporter e.g. pdf, ... *Fundamental Modeling Concepts A stripped down version of the stencil set is available for TAM (Technical Architecture Modeling of SAP). This set uses UML notation and contains Block, Activity, Sequence, State, Class, and Component diagrams. It doesn't contain Simulation,...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    A broad collection of command-line-interface tools for performing machine learning operations. Each tool is a thin wrapper around functionality in a well-documented C++ class library. Waffles tools are designed to be simple, script-friendly, and to
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Trowel - Sequencing Error Corrector

    Error Correction Module for Illumina Sequencing Reads

    Trowel is an error correction module for Illumina sequencing reads, which is based on the k-mer spectrum approach. This tool is the first tool that uses a quality threshold instead of a coverage cutoff in order to extract trusted k-mers. This tool guarantees high accuracy and speed. This tool has been developed since 21. Jan. 2013 by Euncheon Lim in Prof. Dr. Detlef Weigel's Lab in Max-Planck Institute for Developmental Biology. First of all, you have to install the exact version of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MSP: a 3D flocking boids simulator

    MSP: a 3D flocking boids simulator

    A highly flexible 3D flocking boids simulator, conceived as a tool for

    ...The simulator delivers a 3D visual interface and provides as an output file all the instantaneous microscopic information related to each boid (positions and velocities over time), allowing in this way subsequent analysis, such as searching for synthetic and higher-level descriptions of collective behaviors, relying for instance on global network and meta-structural properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NG-CloudMS

    NG-CloudMS

    Next Gen Cloud Management System (NG-CloudMS)

    Next Gen Cloud Management System (NG-CloudMS) is a new web based end-to-end OCX management tool that is distributed by Opt/Net under GNU Public License (GPL). This prototype provides near real-time visibility of the networks and cloud infrastructures and interconnected computing and data storage resources. It therefore can assist the operators with visualisation and localization of the causes of potential incidents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tautomaton is a C++11 -template library for deterministic (DFA) and non-deterministic finite automata (NFA). It supports regular expressions and efficient input matching of multiple regexps simultaneously. The library comes with a somewhat grep-like command-line tool for showcasing these features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tunatch is a binary patch applier, checker, creator and fixer project. Aims to be a platform for Unix systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    HackerEX

    Free tool designed to make client side hacking easy

    Free tool designed to make client side hacking easy. ALL actions this software takes are user initiated so we take no responsibility for any damaged dealt to software, data or hardware. Codelists found on the web are the responsibility of both the user and the original hacker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ShiVaSmiles

    ShiVaSmiles

    A slick interface to see various scale analysis algorithms in action.

    The Shape Visualizer is intented to be an exploratory/educational tool making it quick and easy to see how various mathematical methods perform in analysing and selecting the various patterns present on an image. The main website is built as a wiki gathering info and examples on the various implemented algorithms. The combination of the application and its wiki intend to constitute a nice little pedagogic toolkit for multiscale analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The C/C++ Program Perfometer is an open source tool which enables the programmer to measure the comparative performance of a C/C++ program or of separated pieces of code by one of several desired metrics: e.g., time, memory, or metrics defined by the prog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Diagnostic tool for Alfa Romeo cars that are using Bosch Motronic 1.5.5 (and maybe newer) esp. AR 156 TS engines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next