Showing 18 open source projects for "carving"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    Caire

    Caire

    Content aware image resize library

    Caire is a content aware image resize library based on Seam Carving for Content-Aware Image Resizing paper. An energy map (edge detection) is generated from the provided image. The algorithm tries to find the least important parts of the image taking into account the lowest energy values. Using a dynamic programming approach the algorithm will generate individual seams across the image from top to down, or from left to right (depending on the horizontal or vertical resizing) and will allocate for each seam a custom value, the least important pixels having the lowest energy cost and the most important ones having the highest cost. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    MemProcFS Analyzer

    MemProcFS Analyzer

    Automated Forensic Analysis of Windows Memory Dumps for DFIR

    ...By exposing process memory, kernel objects, and derived artifacts as regular files, the framework lets analysts use familiar filesystem operations and standard tools (editors, grep, diff) to explore memory snapshots. The Analyzer layer adds higher-level parsing and extraction routines—for example, carving strings, locating injected modules, enumerating handles, or reconstructing network sockets—so investigators can go from raw memory to actionable evidence more quickly. It emphasizes automation and reproducibility: parsers can be chained, results exported, and reports templated to fit incident workflows. Because memory contains transient but critical traces of running malware or misuse, the project focuses on robust parsing in the face of corruption and mismatched OS versions.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    file-recovery
    File Recovery helps you extract JPEG, PNG, PDF, ZIP, and GIF data by scanning for file signatures (carving), or recover deleted files from a FAT32 volume image using the filesystem and FAT. A small Qt interface wraps the same command-line engine for easier use on Windows, macOS, and Linux.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Volatility

    Volatility

    An advanced memory forensics framework

    Volatility is a widely used open-source framework for analyzing memory captures (RAM dumps) from Windows, Linux, and macOS systems. It enables investigators and malware analysts to extract process lists, network connections, DLLs, strings, artifacts, and more. Volatility supports many plugins for detecting hidden processes, malware, rootkits, and event tracing. It’s essential in digital forensics and incident response workflows.
    Downloads: 112 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5

    image2relief

    Create CNC G-code from images for gemstone engraving.

    image2relief is a C++ program using OpenCV to convert raster images into G-code for CNC engraving of gemstones. It supports the creation of mid-reliefs, low reliefs, and shallow reliefs (without undercuts), using image-based surface profiling. The tool accounts for different end mill diameters by simulating circular tool footprints. The image is scanned stepwise along a customizable path. At each step, the maximum pixel value inside the end mill's footprint is used to determine engraving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    key-elf

    key-elf

    Forensic tool to recover lost BTC private keys.

    A powerful utility to hunt down Bitcoin private keys from deleted wallet.dat files or damaged hard drives. If you accidentally deleted your Bitcoin Core wallet or formatted your disk, this tool can help. It bypasses the file system and scans the raw data directly, looking for the unique "fingerprint" (ASN.1 signature) of Bitcoin private keys to recover them from the digital wreckage.The Graphical User Interface (GUI) is the advanced/premium version. If needed, please visit:...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 7
    REDACT

    REDACT

    Forensic Privacy Eraser and Advanced System Artifact Sanitization

    REDACT 3 is an advanced forensic privacy eraser engineered for absolute destruction of tracking data across 250 parameters. Built with a native Windows 11 Fluent Dark UI, it purges deep registry keys (AmCache, BAM, ShimCache), change journals (NTFS $UsnJrnl, $LogFile), AI timeline pools (Windows Recall), and a 10-browser matrix, leaving core OS files safe. For SSD/NVMe architectures, the engine forces controller-level block clearing of deleted data via native automated PowerShell ReTrim calls.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    tetrimone

    tetrimone

    A Classic Block Dropping Game for Windows and Linux

    ...The "-one" suffix also subtly suggests "the one"—positioning this as the definitive, ultimate version of the classic block-dropping experience. It's not just another clone; it's a reimagining that honors the legacy while carving its own unique identity in the puzzle game pantheon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MantaRay Forensics

    MantaRay Forensics

    An Open Source Project | Since 2013 | SANS SIFT Automation | Hash Sets

    MantaRay Forensics | An Open Source Project | Since 2013 | SANS SIFT Automation | Hash Sets MantaRay is designed to automate processing forensic evidence with open source tools. Released in SIFT 3.0 in 2013, with support for numerous image formats, the tool provides a scalable framework to utilize open source and custom exploitation tools. MantaRay is developed by forensic examiners with more than 30 years of collective experience in computer forensics. Additionally, the team releases...
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10
    Seamstress and Arachne

    Seamstress and Arachne

    Content-aware image resizing using seam carving.

    A program and library for content-aware image resizing using seam carving. Seamstress is a portable library for seam carving. Arachne is a graphical application written to showcase the best features of Seamstress. Seam carving is a technique developed by Shai Avidan and Ariel Shamir for resizing images by removing the boring bits. The technique allows you to change the aspect ratio of an image without distorting the contents, and even remove unwanted subjects from images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Xtract
    Xtract is a small program I wrote principally to learn the basics of TCP/IP protocols, and to address certain shortcomings and inefficiencies in the way that Wireshark handles network data. It attempts to demonstrate how Wireshark's powerful network traffic analysis capabilities can be combined with the file carving capabilities of programs such as Foremost and NetworkMiner in a manner that is portable and extensible (hence the choice of Perl). Hopefully Wireshark project may eventually choose to incorporate some of these features such as automated TCP/UDP session extraction, an interface to a scripting engine such as Python which can be used to add modular units for file carving, and ability to export network activity in easily-readable diagram format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    makingMazes

    makingMazes

    Creator of mazes, with a recursive algorithm homemade (I'm not mathema

    The algorithm will carving zeros in an integer array initialized to "1". Data can be recorded in a simple way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fugenschnitzer is a quick and easy to use Seam Carving program. Fugenschnitzer -- Seam Carving for everyone.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    XML carver which can carve damaged or non-standard XML out of any file. It rebuilds the XML tree, along with giving the offsets for all the carved XML data. This tool was developed for the DFRWS 2010 Forensics Challenge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    "Forensic File Carving Tools" is a set of tools one can use to carve arbitrary memory dumps for recovering files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CAIR - Content Aware Image Resizer is a high performance, multi-threaded C++ library that performs image retargeting by seam carving. Please see http://brain.recall.googlepages.com/cair for more information.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Ext3FS/Ext2FS File Recovery or Semantic File Carving tool.Recovers GIF/JPEG/MS-Word/PNG/HTML/JAVA/MP3 doc files<48KB if default block size=4kb.(if default size=8kb then recovers 96kb file)Identifying and recovering files based on analysis of file for
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Carving Debugger is a debugging tool which support win32 user level (ring 3) debugging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next