awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to eliben/pyelftools

Open-source alternatives to Pyelftools

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

  • pymupdf/pymupdfpymupdf 的头像

    pymupdf/PyMuPDF

    9,086在 GitHub 上查看↗

    PyMuPDF is a comprehensive PDF manipulation library and document analysis tool. It serves as a text extraction tool, OCR engine, and image converter, providing a programmatic interface to edit, merge, split, and optimize PDF and Office documents. The project distinguishes itself through high-performance capabilities, including the use of C-bindings for low-level manipulation and parallelized page processing to accelerate workloads. It provides specialized conversion paths, such as transforming PDF content into Markdown for retrieval-augmented generation and large language model pipelines. It

    Pythondata-scienceepubextract-data
    在 GitHub 上查看↗9,086
  • arc53/docsgptarc53 的头像

    arc53/DocsGPT

    17,939在 GitHub 上查看↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    在 GitHub 上查看↗17,939
  • spring-projects/spring-aispring-projects 的头像

    spring-projects/spring-ai

    9,001在 GitHub 上查看↗

    Spring AI is an application framework for Java that provides a portable, fluent API for integrating AI models, tools, and vector stores into applications. It wraps multiple AI providers behind a common interface, allowing developers to switch between chat, embedding, image, and speech models without changing application code. The framework includes a chainable chat client API similar to WebClient or RestClient, supports both synchronous and streaming interactions, and offers structured output conversion that transforms unstructured AI responses into strongly-typed Java objects. The framework

    Javaartificial-intelligencejavaspring-ai
    在 GitHub 上查看↗9,001

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • lorien/web-scrapinglorien 的头像

    lorien/web-scraping

    7,931在 GitHub 上查看↗

    This project is a comprehensive resource directory for web data extraction, providing a curated collection of tools and libraries for parsing data, automating browsers, and managing network operations. It serves as a guide for extracting structured information from HTML, XML, JSON, and PDF formats. The toolkit focuses on advanced data collection strategies, including headless browser automation to interact with JavaScript and a suite of network utilities for DNS resolution and WebSocket connections. It specifically covers methods for bypassing bot protections through proxy pool management, us

    Makefile
    在 GitHub 上查看↗7,931
  • dromara/hutooldromara 的头像

    dromara/hutool

    30,279在 GitHub 上查看↗

    Hutool is a comprehensive suite of Java extensions designed to serve as a standard library extension. Its primary purpose is to reduce development boilerplate for common programming tasks and data manipulation through a collection of utility classes. The project provides specialized toolkits for database management using active record patterns and connection pooling, as well as network communication via a simplified HTTP client and asynchronous socket management. It includes security and identity capabilities such as symmetric and asymmetric encryption, image captcha generation, and JWT token

    Java
    在 GitHub 上查看↗30,279
  • automation-stack/ctraceautomation-stack 的头像

    automation-stack/ctrace

    121在 GitHub 上查看↗

    Well-formatted and improved trace system calls and signals (when the debugger does not help)

    JavaScript
    在 GitHub 上查看↗121
  • ashishb/adb-enhancedashishb 的头像

    ashishb/adb-enhanced

    1,380在 GitHub 上查看↗

    🔪Swiss-army knife for Android testing and development 🔪 ⛺

    Python
    在 GitHub 上查看↗1,380
  • amitshekhariitbhu/android-debug-databaseamitshekhariitbhu 的头像

    amitshekhariitbhu/Android-Debug-Database

    8,663在 GitHub 上查看↗

    Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android devices. It serves as a database debugger and SQLite inspector that provides a web-based interface for managing database records and shared preference key-value stores. The project distinguishes itself by supporting encrypted database decryption via provided passwords and the ability to map and inspect volatile in-memory databases. It also includes a data export tool that transfers database files from the private application directory to a local machine for external analysis. The to

    Java
    在 GitHub 上查看↗8,663
  • bombela/backward-cppbombela 的头像

    bombela/backward-cpp

    4,285在 GitHub 上查看↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    在 GitHub 上查看↗4,285
  • benfred/py-spybenfred 的头像

    benfred/py-spy

    15,272在 GitHub 上查看↗

    py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to identify performance bottlenecks and diagnose hanging programs without requiring code changes or restarts. The tool operates by reading the memory of a running process from the outside, which enables non-invasive sampling and state collection without pausing execution. It can resolve binary symbols to capture performance data from native extensions written in compiled languages and generate visual flame graphs for both native extensions and subprocesses. The project provides capa

    Rustperformance-analysisprofilerprofiling
    在 GitHub 上查看↗15,272
  • brentd/xray-railsbrentd 的头像

    brentd/xray-rails

    1,217在 GitHub 上查看↗

    ☠️ A development tool that reveals your UI's bones

    Ruby
    在 GitHub 上查看↗1,217
  • bstillitano/scytherbstillitano 的头像

    bstillitano/Scyther

    115在 GitHub 上查看↗

    Just like scyther, this menu helps you cut through bugs in your iOS app.

    Swift
    在 GitHub 上查看↗115
  • bterwijn/memory_graphbterwijn 的头像

    bterwijn/memory_graph

    705在 GitHub 上查看↗
    Pythonpython3-data-visualization-debugging-education
    在 GitHub 上查看↗705
  • carcuis/dap-breakpoints.nvimCarcuis 的头像

    Carcuis/dap-breakpoints.nvim

    20在 GitHub 上查看↗

    A Lua plugin for Neovim that helps manage breakpoints (including exception filters), create advanced breakpoints using vim.ui.input, and display breakpoint properties as virtual text with nvim-dap

    Lua
    在 GitHub 上查看↗20
  • alexmojaki/birdseyealexmojaki 的头像

    alexmojaki/birdseye

    1,717在 GitHub 上查看↗

    |logo| birdseye

    JavaScript
    在 GitHub 上查看↗1,717
  • cs01/gdbguics01 的头像

    cs01/gdbgui

    10,338在 GitHub 上查看↗

    gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect

    TypeScriptbrowsercc-plus-plus
    在 GitHub 上查看↗10,338
  • cool-rr/pysnoopercool-RR 的头像

    cool-RR/PySnooper

    16,604在 GitHub 上查看↗

    PySnooper is a diagnostic library for Python that tracks variable values and execution flow to provide a detailed history of program state. By applying decorators to functions, generators, or classes, it logs line-by-line execution and state changes without requiring manual print statements. The tool distinguishes itself through its ability to monitor nested function calls and concurrent operations in multi-threaded applications. It captures execution context by accessing the current stack frame, allowing for the inspection of local variables and the evaluation of arbitrary expressions during

    Pythondebugdebuggerintrospection
    在 GitHub 上查看↗16,604
  • barryvdh/laravel-debugbarbarryvdh 的头像

    barryvdh/laravel-debugbar

    19,242在 GitHub 上查看↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    在 GitHub 上查看↗19,242
  • coderyi/networkeyecoderyi 的头像

    coderyi/NetworkEye

    1,403在 GitHub 上查看↗

    a iOS network debug library, monitor HTTP requests

    Objective-C
    在 GitHub 上查看↗1,403
  • dbukowski/dbdebugtoolkitdbukowski 的头像

    dbukowski/DBDebugToolkit

    1,282在 GitHub 上查看↗

    Set of easy to use debugging tools for iOS developers & QA engineers.

    Objective-C
    在 GitHub 上查看↗1,282
  • debugswift/debugswiftDebugSwift 的头像

    DebugSwift/DebugSwift

    2,321在 GitHub 上查看↗
    Swiftanalysisanalyticscocoapods
    在 GitHub 上查看↗2,321
  • deivid-rodriguez/byebugdeivid-rodriguez 的头像

    deivid-rodriguez/byebug

    3,353在 GitHub 上查看↗

    Debugging in Ruby

    Ruby
    在 GitHub 上查看↗3,353
  • deivid-rodriguez/pry-byebugdeivid-rodriguez 的头像

    deivid-rodriguez/pry-byebug

    2,030在 GitHub 上查看↗

    Step-by-step debugging and stack navigation in Pry

    Ruby
    在 GitHub 上查看↗2,030
  • didi/doraemonkitdidi 的头像

    didi/DoraemonKit

    20,420在 GitHub 上查看↗

    DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile applications. It functions as a comprehensive suite of productivity tools, providing specialized utilities for mobile UI inspection, web view debugging, and on-device performance monitoring. The toolset distinguishes itself through several targeted simulation and interception capabilities. It includes a network traffic interceptor for mocking API responses without modifying source code, a device state simulator for overriding GPS coordinates, and a mobile web debugging bridge that

    Java
    在 GitHub 上查看↗20,420
  • django-commons/django-debug-toolbardjango-commons 的头像

    django-commons/django-debug-toolbar

    8,373在 GitHub 上查看↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    在 GitHub 上查看↗8,373
  • docling-project/doclingdocling-project 的头像

    docling-project/docling

    61,674在 GitHub 上查看↗

    Docling is a modular framework designed for document parsing, layout analysis, and structured data extraction. It transforms unstructured files and web content into a unified, hierarchical data model that preserves the spatial and semantic relationships between text, tables, images, and layout elements. By normalizing diverse input formats into a consistent internal representation, the library enables uniform processing across various document types. The project distinguishes itself through a schema-driven approach that maps document regions to strongly-typed objects, ensuring data accuracy t

    Pythonaiconvertdocument-parser
    在 GitHub 上查看↗61,674
  • chrisgrieser/nvim-chainsawchrisgrieser 的头像

    chrisgrieser/nvim-chainsaw

    137在 GitHub 上查看↗

    Smart and highly customizable insertion of various kinds of log statements.

    Lua
    在 GitHub 上查看↗137
  • elapouya/python-docx-templateelapouya 的头像

    elapouya/python-docx-template

    2,552在 GitHub 上查看↗

    python-docx-template is a template engine for generating Microsoft Word documents by merging .docx files with data contexts using a logic-based markup syntax. It functions as a document automator that injects variables, images, and sub-documents into Word files while maintaining the original styling. The project uses a rendering system based on Jinja2 to apply template logic and filters to Office Open XML files. It allows for the creation of custom template filters to transform data during the rendering phase and includes a command line interface for producing documents by passing a template

    Python
    在 GitHub 上查看↗2,552
  • epasveer/seerepasveer 的头像

    epasveer/seer

    3,351在 GitHub 上查看↗

    Seer is a graphical frontend for GDB that provides a visual interface for inspecting variables, managing breakpoints, and stepping through code. It functions as a low-level debugger visualizer with specialized tools for call stack inspection and register visualization. The project distinguishes itself by integrating low-level program analysis directly into the visual experience, featuring a synchronized assembly overlay that maps CPU registers and assembly instructions to source code lines. It also includes memory bug detection capabilities by randomizing the program starting address during t

    C++cppdebugdebugger
    在 GitHub 上查看↗3,351
  • andrewferrier/debugprint.nvimandrewferrier 的头像

    andrewferrier/debugprint.nvim

    523在 GitHub 上查看↗

    Debugging in NeoVim the print() way!

    Lua
    在 GitHub 上查看↗523