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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to gaasedelen/lighthouse

Open-source alternatives to Lighthouse

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

  • a1ext/labelessA

    a1ext/labeless

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • adamdunkels/uipAvatar adamdunkels

    adamdunkels/uip

    1,072Vezi pe GitHub↗

    uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels . More information can be obtained at the uIP homepage at http://www.sics.se/~adam/uip/.

    C
    Vezi pe GitHub↗1,072
  • airbus-seclab/bincatAvatar airbus-seclab

    airbus-seclab/bincat

    1,858Vezi pe GitHub↗

    Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

    OCaml
    Vezi pe GitHub↗1,858
  • akaion/bleakA

    Akaion/Bleak

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • akaion/jupiterA

    Akaion/Jupiter

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • alexhude/friendA

    alexhude/friend

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • alexhude/uemuAvatar alexhude

    alexhude/uEmu

    1,234Vezi pe GitHub↗

    Tiny cute emulator plugin for IDA based on unicorn.

    Python
    Vezi pe GitHub↗1,234

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • alonemonkey/frida-ios-dumpAvatar AloneMonkey

    AloneMonkey/frida-ios-dump

    3,874Vezi pe GitHub↗

    frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation framework. It functions as a memory dumper and extraction utility to obtain application binaries directly from device memory. The project enables the retrieval of decrypted application files using either a display name or a bundle identifier. It combines these dumped binaries with extracted metadata and assets to assemble a standard distributable application package. The tool covers a technical surface including process injection, dynamic library hooking, and memory-based bi

    JavaScript
    Vezi pe GitHub↗3,874
  • amperka/inoAvatar amperka

    amperka/ino

    1,076Vezi pe GitHub↗

    Command line toolkit for working with Arduino hardware

    Python
    Vezi pe GitHub↗1,076
  • anders94/blockchain-demoAvatar anders94

    anders94/blockchain-demo

    5,653Vezi pe GitHub↗

    This project is an interactive blockchain educational simulator and visualizer. It serves as a tool for demonstrating how blocks are mined and chained through cryptographic hashing and proof of work. The application focuses on the simulation of a distributed ledger, allowing users to visualize the internal structure of an immutable record. It specifically demonstrates the process of block mining, where a valid nonce must be found to meet an adjustable mining difficulty threshold. The system covers the visualization of ledger operations, cryptographic block chaining, and real-time hash update

    Pug
    Vezi pe GitHub↗5,653
  • andlabs/libuiAvatar andlabs

    andlabs/libui

    10,882Vezi pe GitHub↗

    libui is a native C GUI library and cross-platform framework used to build desktop applications. It provides a unified C abstraction layer and a native widget toolkit that maps directly to the host operating system's original controls, windows, and menu bars. The project functions as a portable UI wrapper, employing platform-specific backends and a native-API wrapper to maintain visual and behavioral fidelity across different operating systems. It utilizes a C-language binding layer to ensure portability across various compilers and targets. The library covers native interface construction a

    C
    Vezi pe GitHub↗10,882
  • angr/angrAvatar angr

    angr/angr

    8,898Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,898
  • armbian/buildAvatar armbian

    armbian/build

    5,110Vezi pe GitHub↗

    This repository is the Armbian build framework — an embedded Linux build system for generating custom operating system images tailored to single-board computers, primarily targeting ARM and RISC-V architectures. The build process is orchestrated by GNU Makefiles and relies on a chroot-based environment to assemble the root filesystem, manage cross-compilation toolchains, and aggregate binary firmware blobs for hardware compatibility. Kernel and bootloader source trees are fetched via git, with structured patches applied in a controlled sequence, while each supported board is described by a ded

    Shellaarch64armdebian
    Vezi pe GitHub↗5,110
  • armmbed/mbed-cloud-clientA

    ARMmbed/mbed-cloud-client

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • armzilla/amazon-echo-ha-bridgeA

    armzilla/amazon-echo-ha-bridge

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • atom0s/ceautoasm-x64dbgA

    atom0s/CeAutoAsm-x64dbg

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • avast/retdec-idapluginAvatar avast

    avast/retdec-idaplugin

    799Vezi pe GitHub↗

    RetDec plugin for IDA (Interactive Disassembler).

    C++
    Vezi pe GitHub↗799
  • aws/aws-iot-device-sdk-arduino-yunAvatar aws

    aws/aws-iot-device-sdk-arduino-yun

    162Vezi pe GitHub↗

    SDK for connecting to AWS IoT from an Arduino Yún.

    Python
    Vezi pe GitHub↗162
  • azure/azure-iot-gateway-sdkA

    Azure/azure-iot-gateway-sdk

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • azure/azure-iot-sdksA

    Azure/azure-iot-sdks

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • bblanchon/arduinojsonAvatar bblanchon

    bblanchon/ArduinoJson

    7,176Vezi pe GitHub↗

    ArduinoJson is a C++ library for parsing and manipulating JSON data and MessagePack binary streams on microcontrollers with limited memory and processing power. It provides the core primitives necessary for embedded data serialization and parsing, enabling devices to exchange structured data over serial or network interfaces. The library is distinguished by its focus on microcontroller memory management, employing strategies such as pool-based allocation, string deduplication, and non-owning string views to minimize RAM usage. It further optimizes for constrained environments by allowing cons

    C++arduinoarduino-libraryc-plus-plus
    Vezi pe GitHub↗7,176
  • benhoyt/inihAvatar benhoyt

    benhoyt/inih

    3,007Vezi pe GitHub↗

    Simple .INI file parser in C, good for embedded systems

    C++cconfigparserembedded-systems
    Vezi pe GitHub↗3,007
  • bluekitchen/btstackAvatar bluekitchen

    bluekitchen/btstack

    2,106Vezi pe GitHub↗

    Dual-mode Bluetooth stack, with small memory footprint.

    C
    Vezi pe GitHub↗2,106
  • bootleg/ret-syncAvatar bootleg

    bootleg/ret-sync

    2,349Vezi pe GitHub↗

    ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.

    C
    Vezi pe GitHub↗2,349
  • bra1l0r/go-mcprotoAvatar BRA1L0R

    BRA1L0R/go-mcproto

    50Vezi pe GitHub↗

    Go 1.16.x is required to use this library

    Go
    Vezi pe GitHub↗50
  • cesanta/kryptonC

    cesanta/krypton

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • cetfor/antidbgC

    cetfor/AntiDBG

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • checkpointsw/kartaAvatar CheckPointSW

    CheckPointSW/Karta

    908Vezi pe GitHub↗

    Karta - source code assisted fast binary matching plugin for IDA

    Pythonida-pluginidapython-pluginresearch
    Vezi pe GitHub↗908
  • chichou/bagbakAvatar ChiChou

    ChiChou/bagbak

    1,471Vezi pe GitHub↗

    deprecated Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

    TypeScript
    Vezi pe GitHub↗1,471
  • 0xgalz/virtuailorAvatar 0xgalz

    0xgalz/Virtuailor

    1,386Vezi pe GitHub↗

    IDAPython tool for creating automatic C++ virtual tables in IDA Pro

    Python
    Vezi pe GitHub↗1,386