Showing 124 open source projects for "data dump"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Binary to Hex Notation

    Convert a Binary Data string to a text data string using Hex-Notation

    This suite of programs provides a demonstration program and a callable program to display a data string that may include binary characters in a Hexadecimal-Dump format. Both COBOL programs were tested on an IBM Mainframe System, a Windows System and a Linux system. Batch Job Scripts are included for each of the systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Lockheed MAC 16 mini emulator

    Emulator for Lockheed Electronics Company MAC-16 minicomputer (1969)

    My first java program is an attempt to relive the days I spent maintaining a Lockheed Electronics Company minicomputer installation in an old electricity generating station. I had a little bit to do with this machine around 1978. There was two of them in a failover configuration with the standby machine available for program and data development. My goal is to get the development package called DEVSYS to run from a paper tape image that I have hung onto for all these years. The program has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Replibyte

    Replibyte

    Seed your development database with real data

    Replibyte is a blazingly fast tool to seed your databases with your production data while keeping sensitive data safe. Support data backup and restore for PostgreSQL, MySQL and MongoDB. Replace sensitive data with fake data. Works on large database (> 10GB). Database Subsetting: Scale down a production database to a more reasonable size. Start a local database with the prod data in a single command. On-the-fly data (de)compression (Zlib). On-the-fly data de/encryption (AES-256). Fully...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Quick DICOM Tag Editor

    Quick DICOM Tag Editor

    View and edit DICOM tags (Windows & Mac & Linux)

    * General description - View and modify DICOM tags of a single file - View and modify DICOM tags from multiple files - Dump DICOM tags into a text file - Preview images (DICOM pixel data) * Update history - All update history list have been moved to the Wiki page
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 6

    myoradump

    MyOraDump is a tool for exporting data from an Oracle database

    MyOraDump is a program that will export oracle data stored in most of the basic oracle types as a text file that can for example be used for import into other databases, for example MariaDB and MySQL. The program is written in C using OCI and supports array fetching, which means good performance. In addition BLOB, CLOB, NCLOB as well as RAW, LONG and LONG RAW is supported. Output can be in several formats, like separated values, JSON, MySQL dump and HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    nxdumptool

    nxdumptool

    Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate dumps from Switch

    Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles. This branch is used for the development of the ongoing nxdumptool rewrite. Code is highly experimental and lacks a proper UI at this time, but it has been thoroughly tested and should be safe to use. Proof-of-concept (PoC) builds are provided to test different aspects of the codebase. If a nxdumptool build from the releases page isn't working for whatever you're trying to...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 8
    C64 65XE NES Debugger

    C64 65XE NES Debugger

    Commodore 64, Atari XL/XE and NES debugger that works in real time.

    This is Commodore 64, Atari XL/XE and NES code and memory debugger that works in real time. It is quick prototyping tool where you can play with Commodore 64 machine and its internals. C64 Debugger embeds VICE v3.1 C64 emulation engine created by The VICE Team and Atari800 v3.1.0 emulation engine created by the Atari800 team. Please note that project has been renamed to Retro Debugger and moved to https://github.com/slajerek/RetroDebugger Contact me at slajerek@gmail.com
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • 9
    MSSQL Data Dictionary Generator

    MSSQL Data Dictionary Generator

    Data Dictionary Generator Tool for MSSQL

    This Data Dictionary Generator tool is easier and faster to use than scripts to easily document an existing database schema. You can dump the tables, views, column descriptions, data types/lengths/sizes/precision, key constraints, and othr information. Results can be instantly exported to CSV, Excel, or even PDF. You can generate just the comments script for tables and columns for you to edit and run, then put under source control.
    Downloads: 3 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Hex Encoding Utility

    Hex Encoding Utility

    An utility that allows you to convert your data using Base16 encoding.

    ...The Base16 algorithm provides encoding in such a way that each byte of data is split into two 4-bit values ​​and represented by two hexadecimal digits. Also, this utility can restore the original data from text containing a hex dump. Base16 can be useful for developers, system administrators, and other professionals who work with binary files or data. System requirements: MS Windows with .NET Framework 4.0 installed.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    TestDisk & PhotoRec

    TestDisk & PhotoRec

    Disk recovery utility

    TestDisk checks the partition and boot sectors of your disks. It is very useful in recovering lost partitions. It works with : DOS/Windows FAT12, FAT16 and FAT32NTFS ( Windows NT/2K/XP )Linux Ext2 and Ext3BeFS ( BeOS )BSD disklabel ( FreeBSD/OpenBSD/NetBSD )CramFS (Compressed File System)HFS and HFS+, Hierarchical File SystemJFS, IBM's Journaled File SystemLinux RaidLinux Swap (versions 1 and 2)LVM and LVM2, Linux Logical Volume ManagerNetware NSSReiserFS 3.5, 3.6 and 4Sun Solaris i386...
    Leader badge
    Downloads: 455 This Week
    Last Update:
    See Project
  • 12
    Rdbtools

    Rdbtools

    Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON

    Rdbtools is a parser for Redis' dump.rdb files. The parser generates events similar to an XML sax parser and is very efficient memory-wise. Rdbtools is written in Python, though there are similar projects in other languages. Every run of RDB Tool requires to specify a command to indicate what should be done with the parsed RDB data. Valid commands are JSON, diff, justkeys, justkeyvals and protocol. The JSON command output is UTF-8 encoded JSON. By default, the callback try to parse RDB data...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    OraDumpReader

    OraDumpReader

    Oracle export expdp dump file recovery software

    the software directly reads data from oracle exp & expdp result dump file . even the file is corrupted or damaged by malware/ransomware, the software can still scan the whole file , and find the good part of data. IMP-00009 abnormal end of export file IMP-00037 Character set marker unknown ORA-31619: invalid dump file
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14

    pcapdatacopy

    Copy payload data from Wireshark .pcap files(s) to file

    *** Require VB.Net Runtime 2.0 or higher *** If you need a quick way to dump the payload data from TCP/UDP packets in a wireshark capture file (.pcap), pcapdatacopy will meet your needs. Either an individual file or folder containing multiple files can be processed. In addition there are options available to define the IP header size and the offset in the payload data to start copying from. Version 1.7 (08/06/20) Needed to see timestamps on raw packet capture involving human readable content, new option added to create text file with timestamps and payload data Version 1.6 (17/02/2016) Added option to filter raw payload data based on packet type (TCP/UDP) Added function to create new wireshark .pcap from one or more input files. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gditools

    gditools

    A Python program/library aimed at GD-ROM image files.

    This Python program/library is designed to handle GD-ROM image (GDI) files. It can be used to list files, extract data, generate sorttxt file, extract bootstrap (IP.BIN) file and more. This project can be used in standalone mode, in interactive mode or as a library in another Python program (check the 'addons' folder to learn how). For your convenience, you can use the gditools.py GUI program supplied in the Files section (optional). To use this project you must install the Python...
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 16

    makedumpfile

    make a small dumpfile of kdump

    The makedumpfile project page moved to https://github.com/makedumpfile/makedumpfile. By using the makedumpfile command, it is possible to shorten the dumpfile of kdump.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    OpenSANd is a server system that allows access to disk storage over the NBD protocol. It is designed to work particularly well with VirtualControl and thus allow KVM machines to use disk partitions over Ethernet, similar to expensive, commercial SAN systems using FibreChannel or iSCSI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DumpItBlue

    DumpItBlue

    Dump Facebook stuff for analysis or reporting purposes.

    Investigators, researchers or other analysts often have to get local copies of Facebook data. It can be necessary for a lot of reasons like submitting Facebook data as evidence, doing advanced offline analysis, etc. But Facebook interface has not been designed for that and does not provide printing or saving functions. DumpItBlue has been designed to help people to extract data from Facebook. It provides usefull functions to automate a lot of tasks that have to be done manually otherwise....
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    wersicx2datencassette

    wersicx2datencassette

    wersicx2datencassette: tools for Wersi CX2 Datencassette

    wersicx2datencassette: tools for the Wersi CX2 data cassette format Included tools: * wersicx2cassdecode: decode Wersi CX2 Datencassette * wersicx2cassencode: encode Wersi CX2 Datencassette * wersicx2binparse: parse Wersi CX2 binary dump file Note: Tools for the Wersi data cassette format for organs of the Wersi DX-series (with CX3, CX3S, CX4) and the Wersi CX5 drum machine can be found here: https://sourceforge.net/projects/wersidatencassette/ Copyright (c) 2017-2019 by Klaus Michael Indlekofer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    subjack

    subjack

    Subdomain Takeover tool written in Go

    ...You can use scanio.sh which is kind of a PoC script to mass-locate vulnerable subdomains using results from Rapid7's Project Sonar. This script parses and greps through the dump for desired CNAME records and makes a large list of subdomains to check with subjack if they're vulnerable to Hostile Subdomain Takeover. Of course, this isn't the only method to get a large amount of data to test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Scikit-plot

    Scikit-plot

    An intuitive library to add plotting functionality to scikit-learn

    Single line functions for detailed visualizations. Scikit-plot is the result of an unartistic data scientist's dreadful realization that visualization is one of the most crucial components in the data science process, not just a mere afterthought. Gaining insights is simply a lot easier when you're looking at a colored heatmap of a confusion matrix complete with class labels rather than a single-line dump of numbers enclosed in brackets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a little utility to dump information about installed IDA Pro plugins. (See: https://www.hex-rays.com/products/ida/) The key parts of the IDA PLUGIN export "plugin_t" struct data. Use it to glean information about what plugins you have. See what the default hotkeys are, the short names, comments, version, and their flags. By comparing the flags (see "loader.hpp" in the IDA SDK) you can see which plugins stay resident for example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ...PolyBench features include: - A single file, tunable at compile-time, used for the kernel instrumentation. It performs extra operations such as cache flushing before the kernel execution, and can set real-time scheduling to prevent OS interference. - Non-null data initialization, and live-out data dump. - Syntactic constructs to prevent any dead code elimination on the kernel. - Parametric loop bounds in the kernels, for general-purpose implementation. - Clear kernel marking, using pragma-based delimiters.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    CrococryptFile

    CrococryptFile

    An encryption tool for creating file archives

    ... - encrypts all file and folder information including filenames, time/date and filesize information, - disguises any information of the archive's content, because all data and meta-data is simply integrated into a giant file dump. =Crypto Suites= For a full list of and details about supported crypto suites, please visit the CrococryptFile Homepage. Examples: - Password-based encryption (following PBKDF2) with AES-256, Twofish, Serpent, ... - Public key encryption using GPG/OpenPGP, Windows Keystore/CAPI with RSA/X.509 certificates - Cloaked (headerless) Password-based Encryption (AES-Twofish-256 cascaded) - ...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project