awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to libchecker/libchecker

Open-source alternatives to LibChecker

30 open-source projects similar to libchecker/libchecker, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best LibChecker alternative.

  • smooth-e/wireless-adb-switchS

    Smooth-E/wireless-adb-switch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • f0x1d/logfoxF

    F0x1d/LogFox

    0Auf GitHub ansehen↗

    Yet another LogCat reader for Android

    Auf GitHub ansehen↗0
  • d4rken-org/sdmaid-seAvatar von d4rken-org

    d4rken-org/sdmaid-se

    6,995Auf GitHub ansehen↗

    SD Maid SE is an Android storage optimization and system maintenance utility. It focuses on reclaiming disk space by analyzing storage usage and removing duplicate, orphaned, or unused files. The project distinguishes itself through the use of accessibility services to automate repetitive device tasks and manual file reviews by simulating user interactions. It also includes specialized tools for reducing the file size of images and videos through media compression. The system provides a broad range of capabilities including application lifecycle management to freeze or remove software, junk

    Kotlin
    Auf GitHub ansehen↗6,995
  • imknown/androidlowleveldetectorI

    imknown/AndroidLowLevelDetector

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • retirejs/retire.jsAvatar von RetireJS

    RetireJS/retire.js

    4,141Auf GitHub ansehen↗

    Retire.js is a JavaScript vulnerability scanner and dependency security analyzer. It identifies outdated or insecure JavaScript libraries with known security flaws within web applications and local projects. The tool functions as a web security auditing utility that can be used during penetration testing to detect vulnerable scripts on live websites. It supports the generation of Software Bills of Materials using the CycloneDX format to document project dependencies. The system utilizes signature-based library detection and pattern-matching to map identified versions against a JSON-based sec

    JavaScriptbuild-toolchrome-extensionfirefox-extension
    Auf GitHub ansehen↗4,141

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • pwndbg/pwndbgAvatar von pwndbg

    pwndbg/pwndbg

    10,051Auf GitHub ansehen↗

    pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi

    Pythonbinary-ninjacapture-the-flagctf
    Auf GitHub ansehen↗10,051
  • anchore/syftAvatar von anchore

    anchore/syft

    8,399Auf GitHub ansehen↗

    Syft is a software bill of materials generator, container image scanner, and software dependency catalog. It analyzes container images and filesystems to produce comprehensive inventories of installed packages and dependencies in standard formats. Additionally, it serves as a software attestation tool and an SBOM format converter. The project distinguishes itself through the ability to create cryptographically signed attestations for software inventories to ensure provenance and integrity. It also provides the capability to transform software bills of materials between different industry sche

    Gocontainerscyclonedxdocker
    Auf GitHub ansehen↗8,399
  • termux/proot-distroAvatar von termux

    termux/proot-distro

    2,839Auf GitHub ansehen↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Shell
    Auf GitHub ansehen↗2,839
  • angr/angrAvatar von angr

    angr/angr

    8,898Auf GitHub ansehen↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    Auf GitHub ansehen↗8,898
  • jonathansalwan/ropgadgetAvatar von JonathanSalwan

    JonathanSalwan/ROPgadget

    4,440Auf GitHub ansehen↗

    ROPgadget is a binary analysis tool and multi-architecture disassembler designed to locate instructional sequences used for return-oriented programming. It functions as an exploit development framework that identifies gadgets within binaries to facilitate the creation of memory corruption exploits. The tool supports cross-architecture binary auditing, processing machine code from x86, ARM, MIPS, and RISC-V. It provides a unified interface for analyzing diverse executable file formats, including ELF, PE, and Mach-O. Its capabilities cover binary vulnerability analysis and exploit payload deve

    Python
    Auf GitHub ansehen↗4,440
  • capstone-engine/capstoneAvatar von capstone-engine

    capstone-engine/capstone

    8,858Auf GitHub ansehen↗

    Capstone is a multi-architecture disassembly framework and binary analysis engine. It translates raw machine code from various CPU architectures, such as x86, ARM, and RISC-V, into human-readable assembly instructions. The engine distinguishes itself by providing instruction semantic decomposition, which lists implicit registers read and written, and the ability to customize instruction mnemonics to meet specific technical analysis standards. It also features resilient stream disassembly, allowing the process to resynchronize and continue after encountering invalid instructions or embedded da

    Carmarm64bpf
    Auf GitHub ansehen↗8,858
  • pypa/setuptoolsAvatar von pypa

    pypa/setuptools

    2,809Auf GitHub ansehen↗

    Setuptools is a Python package build tool and distribution framework used to bundle code into distributable archives. It functions as a project metadata manager, allowing for the declarative definition of project identity, versioning, and dependencies. The toolkit distinguishes itself by providing an extension compiler for C and C++ source files and a plugin architecture that uses entry points to enable runtime discovery of functionality. It also supports development environment tooling, such as editable installs that link source code directly to the environment to allow immediate changes wit

    Python
    Auf GitHub ansehen↗2,809
  • microsoft/rushstackAvatar von microsoft

    microsoft/rushstack

    6,479Auf GitHub ansehen↗

    Rushstack is a comprehensive toolset for managing large-scale TypeScript monorepos, providing a framework for build pipeline automation, dependency coordination, and static analysis. It functions as an incremental build orchestrator and management system designed to maintain consistency and performance across multiple packages in a shared workspace. The system distinguishes itself through an execution model based on directed acyclic graphs and content-hash-based incrementalism, which ensures only affected projects are rebuilt. It further optimizes development workflows via remote build artifa

    TypeScript
    Auf GitHub ansehen↗6,479
  • lin-ycv/everythingpowertoysAvatar von lin-ycv

    lin-ycv/EverythingPowerToys

    3,239Auf GitHub ansehen↗

    EverythingPowerToys is a high-performance file and folder search tool for Windows that functions as a system-wide file indexer. It provides near-instant retrieval of files and directories across local storage using a centralized interface and a high-performance indexing engine. The utility specializes in advanced file querying by supporting regular expression patterns to locate files based on complex naming schemes. It also resolves system environment variables within search queries to find files in dynamic directory paths. The project covers a broad range of file management and search capab

    C#everythingeverything-searchextension
    Auf GitHub ansehen↗3,239
  • lyft/cartographyAvatar von lyft

    lyft/cartography

    3,926Auf GitHub ansehen↗

    Cartography is a graph-based infrastructure visualization and security analysis framework. It ingests data from diverse cloud, identity, and software-as-a-service providers to model complex relationships between resources, users, and security findings within a centralized graph database. By mapping these interdependencies, the platform enables organizations to gain visibility into their environment and identify potential security risks through graph traversal queries. The platform distinguishes itself through its ontology-based normalization and cross-platform entity correlation, which map he

    Python
    Auf GitHub ansehen↗3,926
  • aliasrobotics/aztarnaAvatar von aliasrobotics

    aliasrobotics/aztarna

    93Auf GitHub ansehen↗

    aztarna, a footprinting tool for robots.

    Python
    Auf GitHub ansehen↗93
  • aliabb01/invoifyAvatar von aliabb01

    aliabb01/invoify

    6,307Auf GitHub ansehen↗

    Invoify is a browser-based billing tool and invoice generator built with Next.js and TypeScript. It provides a web interface for designing, creating, and managing professional billing documents for clients. The application features a professional invoice designer with live previews and layout templates. It allows for the direct generation of portable document format files and includes an integrated email service for automated invoice delivery to recipients. The system manages billing data through local browser storage and supports exporting invoice information into PDF, JSON, and CSV formats

    TypeScript
    Auf GitHub ansehen↗6,307
  • airsaid/inspirewritingpluginAvatar von Airsaid

    Airsaid/InspireWritingPlugin

    7Auf GitHub ansehen↗

    An IntelliJ IDEA plugin is used to inspire you to write code.

    Kotlin
    Auf GitHub ansehen↗7
  • alexweber/es6-jspm-gulp-boilerplateA

    alexweber/es6-jspm-gulp-boilerplate

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alexkuz/redux-devtools-inspectorAvatar von alexkuz

    alexkuz/redux-devtools-inspector

    235Auf GitHub ansehen↗

    Another Redux DevTools Monitor

    JavaScript
    Auf GitHub ansehen↗235
  • airsaid/androidlocalizepluginAvatar von Airsaid

    Airsaid/AndroidLocalizePlugin

    620Auf GitHub ansehen↗

    English | 简体中文

    Kotlin
    Auf GitHub ansehen↗620
  • ahausladen/asynccallsAvatar von ahausladen

    ahausladen/AsyncCalls

    121Auf GitHub ansehen↗

    AsyncCalls – Asynchronous function call framework

    Pascal
    Auf GitHub ansehen↗121
  • androidlabs-org/applistbackupA

    AndroidLabs-org/AppListBackup

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • andreaferretti/aleaA

    andreaferretti/alea

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • anishkny/playwright-test-coverageAvatar von anishkny

    anishkny/playwright-test-coverage

    96Auf GitHub ansehen↗

    A Playwright extension that collects code coverage from running end-to-end tests. Assumes that code has been instrumented with babel-plugin-istanbul during the build process.

    JavaScript
    Auf GitHub ansehen↗96
  • anrieff/libcpuidAvatar von anrieff

    anrieff/libcpuid

    532Auf GitHub ansehen↗

    a small C library for x86 CPU detection and feature extraction

    C
    Auf GitHub ansehen↗532
  • answerdotai/fastcoreAvatar von AnswerDotAI

    AnswerDotAI/fastcore

    1,100Auf GitHub ansehen↗

    Python supercharged for the fastai library

    Jupyter Notebookdata-structuresdeveloper-toolsdispatch
    Auf GitHub ansehen↗1,100
  • antares993/accessiblebundleAvatar von antares993

    antares993/AccessibleBundle

    15Auf GitHub ansehen↗

    AccessibleBundle provides an Accessible integration for your Symfony projects. This will allow you to define your classes getters, setters and constructors using powerful annotations.

    PHP
    Auf GitHub ansehen↗15
  • antirez/sdsAvatar von antirez

    antirez/sds

    5,486Auf GitHub ansehen↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    Auf GitHub ansehen↗5,486
  • andnixsh/apktoolguiA

    AndnixSH/APKToolGUI

    0Auf GitHub ansehen↗

    GUI for apktool, signapk, zipalign and baksmali utilities.

    Auf GitHub ansehen↗0