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 tencent/oomdetector

Projects sharing features with OOMDetector

30 open-source projects similar to tencent/oomdetector, 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.

  • facebook/fbmemoryprofilerfacebook avatar

    facebook/FBMemoryProfiler

    3,385View on GitHub↗

    An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and FBRetainCycleDetector.

    Objective-C
    View on GitHub↗3,385
  • ansjdnakjdnajkd/iosansjdnakjdnajkd avatar

    ansjdnakjdnajkd/iOS

    1,272View on GitHub↗

    Most usable tools for iOS penetration testing

    applecheatsheetfrida
    View on GitHub↗1,272
  • aqzt/kjywaqzt avatar

    aqzt/kjyw

    1,855View on GitHub↗

    快捷运维,代号kjyw,项目基于shell、python,运维脚本工具库,收集各类运维常用工具脚本,实现快速安装nginx、mysql、php、redis、nagios、运维经常使用的脚本等等...

    Shelldevops
    View on GitHub↗1,855
  • auth0/simplekeychainA

    auth0/simplekeychain

    0View on GitHub↗
    View on GitHub↗0
  • bacher09/pwgen-for-biosbacher09 avatar

    bacher09/pwgen-for-bios

    1,412View on GitHub↗

    Password generator for BIOS

    TypeScriptbioskeygenpassword
    View on GitHub↗1,412
  • bevry/getmacbevry avatar

    bevry/getmac

    360View on GitHub↗

    Get the mac address of the current machine you are on via Node.js

    TypeScript
    View on GitHub↗360

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
  • bullno1/ugcbullno1 avatar

    bullno1/ugc

    304View on GitHub↗

    A single-header incremental garbage collector library

    C
    View on GitHub↗304
  • chaitin/passionfruitchaitin avatar

    chaitin/passionfruit

    1,669View on GitHub↗

    WIP Crappy iOS app analyzer

    Vue
    View on GitHub↗1,669
  • chenxiancai/stcobfuscatorC

    chenxiancai/stcobfuscator

    0View on GitHub↗
    View on GitHub↗0
  • cypress-io/cypress-example-recipescypress-io avatar

    cypress-io/cypress-example-recipes

    3,484View on GitHub↗

    Various recipes for testing common scenarios with Cypress

    JavaScriptautomated-testscypresscypress-example
    View on GitHub↗3,484
  • d-mozulyov/brainmmd-mozulyov avatar

    d-mozulyov/BrainMM

    99View on GitHub↗

    Several years ago, I started studying garbage collection algorithms and memory management principles in such systems. Rare defragmentation and fast memory allocation at the end of the pool are considered to be performed by the memory manager with a more effective principle of garbage collection…

    Pascal
    View on GitHub↗99
  • datatheorem/trustkitdatatheorem avatar

    datatheorem/TrustKit

    2,134View on GitHub↗

    Easy SSL pinning validation and reporting for iOS, macOS, tvOS and watchOS.

    Objective-Ciosmacosobjective-c
    View on GitHub↗2,134
  • deepzec/bad-pdfdeepzec avatar

    deepzec/Bad-Pdf

    1,150View on GitHub↗

    Steal Net-NTLM Hash using Bad-PDF

    Pythonbadpdfcve-2018-4993ntlm-hash-extraction
    View on GitHub↗1,150
  • dsheirer/sdrtrunkDSheirer avatar

    DSheirer/sdrtrunk

    2,112View on GitHub↗

    A cross-platform java application for decoding, monitoring, recording and streaming trunked mobile and related radio protocols using Software Defined Radios (SDR). Website:

    Java
    View on GitHub↗2,112
  • facebook/fballocationtrackerfacebook avatar

    facebook/FBAllocationTracker

    1,090View on GitHub↗

    An iOS library for introspecting Objective-C objects that are currently alive.

    Objective-C++
    View on GitHub↗1,090
  • facebook/fbretaincycledetectorfacebook avatar

    facebook/FBRetainCycleDetector

    4,233View on GitHub↗

    FBRetainCycleDetector is a runtime memory profiling tool and analyzer for iOS applications. It identifies circular references and retain cycles within the Objective-C object graph to prevent memory leaks. The tool analyzes the live memory heap and inspects runtime metadata to discover object relationships. It identifies closed-loop reference chains, including those involving associated objects and timers, and uses custom logic to filter out known safe cycles from reports. The project covers memory management capabilities including allocation tracking by class name, runtime object graph analy

    Objective-C++
    View on GitHub↗4,233
  • facebook/fishhookfacebook avatar

    facebook/fishhook

    5,418View on GitHub↗

    Fishhook is a binary instrumentation library for iOS and iOS simulators. It functions as a Mach-O symbol rebinder and instrumenter, allowing for the replacement of system library implementations with custom logic at runtime. The project redirects function calls by updating lazy and non-lazy symbol pointers within Mach-O binary data segments. This approach enables the interception and modification of existing function behavior without altering the original binary on disk. The toolset covers binary instrumentation and dynamic hooking for iOS applications, facilitating the monitoring and altera

    C
    View on GitHub↗5,418
  • facebook/idbF

    facebook/idb

    5,151View on GitHub↗

    idb is a suite of tools for controlling and automating iOS simulators and physical devices. It consists of a command line interface, a simulator controller, and a bridge that provides access to internal system interfaces for automating features normally restricted to the graphical user interface. The project includes a remote target manager that enables the control of iOS devices and simulators across different machines or data centers using a companion host process. This system separates the command line interface from the process managing the actual device connection. The toolset provides

    Swift
    View on GitHub↗5,151
  • feross/spooffeross avatar

    feross/spoof

    1,865View on GitHub↗

    Easily spoof your MAC address in macOS, Windows, & Linux!

    JavaScriptjavascriptlinuxmac
    View on GitHub↗1,865
  • flipboard/flexFlipboard avatar

    Flipboard/FLEX

    14,610View on GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    View on GitHub↗14,610
  • google/ios-webkit-debug-proxygoogle avatar

    google/ios-webkit-debug-proxy

    6,174View on GitHub↗

    ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes

    C
    View on GitHub↗6,174
  • google/science-journal-iosG

    google/science-journal-ios

    0View on GitHub↗
    View on GitHub↗0
  • googleprojectzero/ios-messaging-toolsgoogleprojectzero avatar

    googleprojectzero/iOS-messaging-tools

    383View on GitHub↗

    This repository contains several tools Project Zero uses to test iPhone messaging. It includes:

    Python
    View on GitHub↗383
  • horsicq/detect-it-easyhorsicq avatar

    horsicq/Detect-It-Easy

    10,266View on GitHub↗

    Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T

    JavaScriptbinary-analysisdebuggerdetect
    View on GitHub↗10,266
  • icepa/icepaI

    icepa/icepa

    0View on GitHub↗
    View on GitHub↗0
  • icodesign/potatsoI

    icodesign/Potatso

    0View on GitHub↗
    View on GitHub↗0
  • icymind/vrouterI

    icymind/vrouter

    0View on GitHub↗
    View on GitHub↗0
  • ivrodriguezca/re-ios-appsivRodriguezCA avatar

    ivRodriguezCA/RE-iOS-Apps

    2,886View on GitHub↗

    A completely free, open source and online course about Reverse Engineering iOS Applications.

    app-securityiosonline-course
    View on GitHub↗2,886
  • jipegit/osxauditorjipegit avatar

    jipegit/OSXAuditor

    3,136View on GitHub↗

    OS X Auditor is a free Mac OS X computer forensics tool

    JavaScript
    View on GitHub↗3,136
  • justeat/justlogJ

    justeat/justlog

    0View on GitHub↗
    View on GitHub↗0