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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to rurik/noriben

Projects sharing features with Noriben

30 open-source projects similar to rurik/noriben, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • volatilityfoundation/volatilityvolatilityfoundation avatar

    volatilityfoundation/volatility

    7,971View on GitHub↗

    Volatility is a memory forensics framework and digital forensics tool designed to extract and analyze evidence from volatile computer memory dumps. It functions as a memory dump parser and analysis platform used to identify running processes, network connections, and loaded modules from a system RAM capture. The framework enables the reconstruction of system state to uncover malicious activity, such as rootkits and injected code, during malware incident response and threat hunting. It provides capabilities for digital forensic investigations to detect unauthorized access and indicators of com

    Pythonmalwarememorypython
    View on GitHub↗7,971
  • 504ensicslabs/lime504ensicsLabs avatar

    504ensicsLabs/LiME

    1,995View on GitHub↗

    LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android. The tool supports acquiring memory either to the file system of the device or over the network. LiME is unique in that it is the first tool that allows full memory captures from Android devices. It also minimizes its interaction between user and kernel space processes during acquisition, which allows it to produce memory captures that are more forensically sound than those of other tools designed for Linux memory acquisitio

    C
    View on GitHub↗1,995
  • maliceio/malicemaliceio avatar

    maliceio/malice

    1,861View on GitHub↗

    VirusTotal Wanna Be - Now with 100% more Hipster

    Go
    View on GitHub↗1,861
  • tklengyel/drakvuftklengyel avatar

    tklengyel/drakvuf

    1,208View on GitHub↗
    C++introspectionmalware-analysisvirtualization
    View on GitHub↗1,208

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • rieck/malheurrieck avatar

    rieck/malheur

    374View on GitHub↗

    A Tool for Automatic Analysis of Malware Behavior

    C
    View on GitHub↗374
  • lordnoteworthy/al-khaserLordNoteworthy avatar

    LordNoteworthy/al-khaser

    7,001View on GitHub↗

    Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse engineering. It provides implementations for detecting and evading virtual machines, sandboxes, and debuggers to prevent software analysis. The project implements control flow obfuscation through anti-disassembly methods and utilizes dynamic API resolution to bypass static import tables. It further hinders forensic analysis by manipulating memory headers to prevent process dumps and utilizing remote code injection to execute logic in external processes. The capability surface

    C++
    View on GitHub↗7,001
  • f-secure/seeF-Secure avatar

    F-Secure/see

    822View on GitHub↗

    Sandboxed Execution Environment

    Python
    View on GitHub↗822
  • nbeede/boomboxnbeede avatar

    nbeede/BoomBox

    239View on GitHub↗

    Automatic deployment of Cuckoo Sandbox malware lab using Packer and Vagrant

    PowerShell
    View on GitHub↗239
  • secretsquirrel/recomposersecretsquirrel avatar

    secretsquirrel/recomposer

    132View on GitHub↗

    Randomly changes Win32/64 PE Files for 'safer' uploading to malware and sandbox sites.

    Python
    View on GitHub↗132
  • rizinorg/cutterrizinorg avatar

    rizinorg/cutter

    18,957View on GitHub↗

    Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It provides an environment for analyzing the internal logic and data structures of compiled binaries through integrated disassembly and visualization. The platform supports a containerized deployment model to provide isolated environments for binary analysis, which is used to examine suspicious binaries without risking the host system. It is an extensible security tool that allows for the addition of custom analysis capabilities and visualizers via native plugins and scripts. The to

    C++
    View on GitHub↗18,957
  • korcankaraokcu/pincekorcankaraokcu avatar

    korcankaraokcu/PINCE

    2,767View on GitHub↗

    PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and

    Pythonassemblercheat-enginedebugging-tool
    View on GitHub↗2,767
  • hugsy/gefhugsy avatar

    hugsy/gef

    8,020View on GitHub↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Pythonbinary-ninjactfdebugging
    View on GitHub↗8,020
  • hyperdbg/hyperdbgHyperDbg avatar

    HyperDbg/HyperDbg

    3,885View on GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    View on GitHub↗3,885
  • andlabs/libuiandlabs avatar

    andlabs/libui

    10,882View on 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
    View on GitHub↗10,882
  • anders94/blockchain-demoanders94 avatar

    anders94/blockchain-demo

    5,653View on 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
    View on GitHub↗5,653
  • advanced-threat-research/darkside-config-extractA

    advanced-threat-research/DarkSide-Config-Extract

    0View on GitHub↗
    View on GitHub↗0
  • amperka/inoamperka avatar

    amperka/ino

    1,076View on GitHub↗

    Command line toolkit for working with Arduino hardware

    Python
    View on GitHub↗1,076
  • alexandreborges/malwoverviewalexandreborges avatar

    alexandreborges/malwoverview

    3,882View on GitHub↗

    This project is a Python command-line security tool and malware analysis framework designed for threat intelligence aggregation and incident triage. It functions as an aggregator that orchestrates queries across multiple security services and sandboxes to analyze hashes, IP addresses, and domains. The tool distinguishes itself by incorporating an intelligence layer that uses language models to provide automated risk assessments and framework mappings. It also includes specialized capabilities for extracting indicators of compromise from unstructured text, documents, and web pages, as well as

    Pythonalienvaultcvecve-search
    View on GitHub↗3,882
  • adamtaguirov/ida-practical-cheatsheetA

    AdamTaguirov/IDA-practical-cheatsheet

    0View on GitHub↗
    View on GitHub↗0
  • accidentalrebel/mbcscanA

    accidentalrebel/mbcscan

    0View on GitHub↗
    View on GitHub↗0
  • aws/aws-iot-device-sdk-arduino-yunaws avatar

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

    162View on GitHub↗

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

    Python
    View on GitHub↗162
  • atom0s/ceautoasm-x64dbgA

    atom0s/CeAutoAsm-x64dbg

    0View on GitHub↗
    View on GitHub↗0
  • azure/azure-iot-gateway-sdkA

    Azure/azure-iot-gateway-sdk

    0View on GitHub↗
    View on GitHub↗0
  • azure/azure-iot-sdksA

    Azure/azure-iot-sdks

    0View on GitHub↗
    View on GitHub↗0
  • bblanchon/arduinojsonbblanchon avatar

    bblanchon/ArduinoJson

    7,176View on 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
    View on GitHub↗7,176
  • benhoyt/inihbenhoyt avatar

    benhoyt/inih

    3,007View on GitHub↗

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

    C++cconfigparserembedded-systems
    View on GitHub↗3,007
  • blacksnufkin/litterboxBlackSnufkin avatar

    BlackSnufkin/LitterBox

    1,469View on GitHub↗

    A self-hosted sandbox for red teams to test payloads against modern detection before deployment. MCP integration lets an LLM agent drive analysis end to end.

    YARAaidocker-composemalware-analysis
    View on GitHub↗1,469
  • bluekitchen/btstackbluekitchen avatar

    bluekitchen/btstack

    2,106View on GitHub↗

    Dual-mode Bluetooth stack, with small memory footprint.

    C
    View on GitHub↗2,106
  • bra1l0r/go-mcprotoBRA1L0R avatar

    BRA1L0R/go-mcproto

    50View on GitHub↗

    Go 1.16.x is required to use this library

    Go
    View on GitHub↗50
  • akamai/ludaA

    akamai/luda

    0View on GitHub↗
    View on GitHub↗0