awesome-repositories.com
Blog
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 nst/ios-runtime-headers

Open-source alternatives to IOS Runtime Headers

30 open-source projects similar to nst/ios-runtime-headers, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best IOS Runtime Headers alternative.

  • facebook/idbF

    facebook/idb

    5,151Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,151
  • davidlattimore/wildAvatar von davidlattimore

    davidlattimore/wild

    3,356Auf GitHub ansehen↗

    Wild is a binary linker and compiler integration tool used to merge multiple object files into single executable binaries, shared libraries, or static archives. It functions as a replacement for standard system linkers, automating the final stage of the compilation process to generate binaries across different operating system architectures. The project provides custom binary linking and toolchain integration, allowing for the modification of how compilers resolve symbols and determine memory layouts. It specifically handles the organization of machine code and data sections to meet the requi

    Rust
    Auf GitHub ansehen↗3,356
  • google/orbitAvatar von google

    google/orbit

    4,316Auf GitHub ansehen↗

    Orbit is a set of specialized tools for C and C++ performance profiling, binary symbol mapping, and remote process and thread analysis. It provides a system for analyzing execution time and resource usage, utilizing a call graph visualizer to map function entries and exits into hierarchical execution flows for individual threads. The project distinguishes itself with a remote process profiler capable of capturing performance data from applications running on remote hosts. It also includes a thread scheduling analyzer that tracks context switches and processor core utilization to visualize thr

    C++cpu-profilerdynamic-instrumentationetw
    Auf GitHub ansehen↗4,316

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
  • apache/nuttxAvatar von apache

    apache/nuttx

    3,912Auf GitHub ansehen↗

    NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto

    Cembeddedmcumicrocontroller
    Auf GitHub ansehen↗3,912
  • razrfalcon/cargo-bloatAvatar von RazrFalcon

    RazrFalcon/cargo-bloat

    2,718Auf GitHub ansehen↗

    cargo-bloat is a binary size analyzer and compilation analysis tool for Rust. It identifies the largest functions and dependencies within compiled executables to locate space-consuming code and reduce the overall binary footprint. The tool functions as a build profile inspector and symbol size profiler, allowing users to analyze how different compiler options and build profiles affect the final binary size. It can export symbol data into human-readable tables or JSON format to monitor the footprint of specific crates. Capabilities include multi-target analysis across different platforms and

    Rust
    Auf GitHub ansehen↗2,718
  • volatilityfoundation/volatility3Avatar von volatilityfoundation

    volatilityfoundation/volatility3

    4,192Auf GitHub ansehen↗

    Volatility3 is a memory forensics framework and analysis tool used to parse volatile memory dumps. It extracts digital artifacts and reconstructs the runtime state of a system to recover process information, network artifacts, and other forensic evidence. The system functions as a plugin-based forensic engine and an operating system symbol resolver. It maps raw memory addresses to known system structures using symbol tables and translation layers, and provides an extensible architecture for creating custom scanners and renderers. The framework includes a command-line memory explorer for real

    Python
    Auf GitHub ansehen↗4,192
  • reasonml/reasonAvatar von reasonml

    reasonml/reason

    10,313Auf GitHub ansehen↗

    Reason is a strongly typed functional language and multi-target compiler designed to produce either JavaScript for web environments or native machine code for operating systems. It serves as an OCaml-compatible language that shares an abstract syntax tree with OCaml, providing a practical syntax for the OCaml ecosystem. The project functions as a type-safe frontend language, incorporating JSX support to build user interfaces through structural elements that translate into type-safe function calls. It enables deep integration with the JavaScript ecosystem, allowing the use of existing librarie

    OCamljavascriptocamlprogramming-language
    Auf GitHub ansehen↗10,313
  • python/typeshedAvatar von python

    python/typeshed

    5,076Auf GitHub ansehen↗

    Typeshed is a collection of static type definitions and stubs for the Python standard library and third-party packages. It serves as a standardized resource for static analyzers and integrated development environments to validate code correctness and provide type-based code completion without modifying the original source code of the libraries. The project focuses on the creation and maintenance of external type hint files that separate type annotations from runtime implementation. It utilizes a system for versioning and mapping these stubs to specific versions of runtime packages to maintain

    Pythonpythonstubtypes
    Auf GitHub ansehen↗5,076
  • iosre/iosappreverseengineeringAvatar von iosre

    iosre/iOSAppReverseEngineering

    4,398Auf GitHub ansehen↗

    This project is a comprehensive technical guide and course for reverse engineering iOS applications. It serves as a manual for dissecting mobile binaries using disassembly and debugging tools to analyze internal application logic and behavior. The material functions as a reference for ARM assembly and Objective-C theories, providing the necessary framework to translate low-level machine code into human-readable logic. It combines theoretical study with practical exercises to validate the use of reverse engineering tools on real-world binaries. The scope covers static binary analysis, dynamic

    Auf GitHub ansehen↗4,398
  • oshi/oshiAvatar von oshi

    oshi/oshi

    5,183Auf GitHub ansehen↗

    OSHI is a Java system information library and cross-platform hardware monitor used to extract real-time performance data and specifications from processors, memory, disks, network interfaces, and system firmware. It serves as an operating system metadata provider, querying system boot times, uptime, and detailed version information across various desktop and server distributions. The library integrates with observability pipelines by exporting system and process metrics to external monitoring backends using the Micrometer standard. It also supports connecting to vendor libraries to extract ad

    Javacpu-usagedisk-utilizationhacktoberfest
    Auf GitHub ansehen↗5,183
  • schweigi/assembler-simulatorAvatar von Schweigi

    Schweigi/assembler-simulator

    989Auf GitHub ansehen↗

    This project is a web-based educational environment designed to simulate 8-bit processor architecture and assembly language execution. It functions as a virtual machine that translates symbolic assembly code into machine instructions, allowing users to observe the fetch-decode-execute cycle and its impact on system state in real time. The simulator distinguishes itself through a reactive interface that binds visual register and memory displays directly to the underlying processor state. It incorporates a two-pass assembler that manages symbolic label resolution and memory address mapping, pro

    JavaScriptassemblercomputeremulator
    Auf GitHub ansehen↗989
  • microsoft/typescript-handbookAvatar von microsoft

    microsoft/TypeScript-Handbook

    4,855Auf GitHub ansehen↗

    This project is a comprehensive guide and educational resource for the TypeScript language. It covers the fundamental principles of the language, including its structural type system, static type analysis, and the process of transpiling typed source files into JavaScript. The material details how to model complex data and reusable type logic using generics, conditional types, and mapped types. It also explains the use of declaration files to provide type safety for external JavaScript libraries and the integration of type checking into existing JavaScript projects via JSDoc annotations. The

    JavaScriptdocumentationlearntypescript
    Auf GitHub ansehen↗4,855
  • pkivolowitz/asm_bookAvatar von pkivolowitz

    pkivolowitz/asm_book

    3,112Auf GitHub ansehen↗

    This project is an ARMv8 assembly programming guide and tutorial designed to teach the translation of high-level logic into low-level machine instructions. It serves as a low-level systems programming reference for writing and executing code specifically for the ARMv8 architecture. The resource provides instructions for cross-platform assembly implementation, focusing on unifying symbol naming and memory addressing to ensure source code builds across different operating systems. It also covers the integration of assembly routines with higher-level languages using standardized calling conventi

    Assemblyaarch64arm64assembly-language
    Auf GitHub ansehen↗3,112
  • koute/bytehoundAvatar von koute

    koute/bytehound

    4,791Auf GitHub ansehen↗

    Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track allocations and deallocations. It records full call-stack traces for every memory operation to map allocations back to their originating source code. The project features a remote memory profiling system that streams capture data via network sockets to a separate machine, minimizing resource overhead on the target system. Analysis is supported by a specialized domain-specific query language used to automate the detection of memory patterns and anomalies. The tool covers heap al

    Cmemory-profilermemory-profilingprofiler
    Auf GitHub ansehen↗4,791
  • open-telemetry/opentelemetry-ebpf-profilerAvatar von open-telemetry

    open-telemetry/opentelemetry-ebpf-profiler

    3,137Auf GitHub ansehen↗

    The OpenTelemetry eBPF profiler is a system-wide performance monitoring agent that captures stack traces and resource usage across kernel and user-space runtimes. By utilizing kernel-level tracing, it provides continuous observability into application behavior without requiring manual code instrumentation or process restarts. The tool distinguishes itself through its ability to perform mixed-language stack unwinding, which reconstructs call chains across native code and managed virtual machines. It handles environments lacking frame pointers or debug symbols by parsing binary metadata and exc

    Goebpfprofiler
    Auf GitHub ansehen↗3,137
  • flow-typed/flow-typedAvatar von flow-typed

    flow-typed/flow-typed

    3,758Auf GitHub ansehen↗

    flow-typed is a collection of curated type definitions for external JavaScript libraries and a manager for installing these definitions into Flow projects. It serves as a centralized repository of type declarations that enable static type checking and autocomplete for third-party dependencies that do not ship with their own types. The project provides a command line interface to fetch, inject, and update specific type definitions within a local project directory. This process ensures that external library imports are resolved by the Flow type checker through version-matched type mapping.

    JavaScriptcliflowflowtype
    Auf GitHub ansehen↗3,758
  • brandonlw/psychsonAvatar von brandonlw

    brandonlw/Psychson

    4,178Auf GitHub ansehen↗

    Psychson is a toolset for modifying USB firmware binaries and flashing custom images to specific hardware controller architectures. It provides utilities for dumping, patching, and flashing custom firmware specifically for Phison 2251-03 USB controllers. The software includes a payload injector for embedding HID keystroke scripts into USB firmware to automate inputs on a target machine. It also features a controller flasher for writing modified burner images directly to Phison-based USB hardware. The suite covers firmware management and hardware forensic analysis, including capabilities for

    C#
    Auf GitHub ansehen↗4,178
  • dspinellis/unix-history-repoAvatar von dspinellis

    dspinellis/unix-history-repo

    7,223Auf GitHub ansehen↗

    This project is a version-controlled Git archive and software archaeology dataset containing the continuous evolution of Unix source code from 1970 to the present. It serves as a chronological record of system history, synthesizing a versioned code timeline from disparate historical snapshots. The archive enables longitudinal software analysis by reconstructing a sequence of commits and merges from fragmented releases. This allows for the tracking of system evolution and the attribution of specific lines of code to original authors through synthesized version control metadata. The dataset co

    Assembly
    Auf GitHub ansehen↗7,223
  • ran-j/ps2recompAvatar von ran-j

    ran-j/PS2Recomp

    2,689Auf GitHub ansehen↗

    PS2Recomp is a static recompiler for PlayStation 2 that translates machine instructions from executable binaries into source code to enable execution on modern hardware. It functions as a binary-to-source translator and a binary analysis tool designed to facilitate the preservation of legacy software. The project distinguishes itself through a hardware emulation runtime that manages memory models and register contexts, combined with a static binary patcher for replacing raw instructions and overriding function bindings. It utilizes a specialized vector unit instruction execution system that m

    C++ps2recompilereverse-engineering
    Auf GitHub ansehen↗2,689
  • aufree/hodorAvatar von Aufree

    Aufree/Hodor

    541Auf GitHub ansehen↗

    Simple solution to localize your iOS App.

    Objective-C
    Auf GitHub ansehen↗541
  • ashishpatel26/500-ai-machine-learning-deep-learning-computer-vision-nlp-projects-with-codeAvatar von ashishpatel26

    ashishpatel26/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code

    34,579Auf GitHub ansehen↗

    This repository serves as a comprehensive, curated collection of open-source implementations focused on artificial intelligence, machine learning, and computer vision. It functions as a centralized knowledge base and technical resource index, providing students and professional engineers with a structured directory of code examples for educational and practical reference. The project distinguishes itself through a community-driven curation model, relying on manual updates and contributions to maintain a relevant and expansive archive. By organizing these resources into categorized lists, the

    artificial-intelligenceartificial-intelligence-projectsawesome
    Auf GitHub ansehen↗34,579
  • alirezadir/production-level-deep-learningAvatar von alirezadir

    alirezadir/Production-Level-Deep-Learning

    4,647Auf GitHub ansehen↗

    This project is an MLOps architectural guide and framework for designing and deploying deep learning systems into production environments. It provides a structured approach to model inference deployment, ML pipeline orchestration, and the creation of production-level machine learning architectures. The project distinguishes itself through a focus on distributed deep learning and edge AI optimization. It covers methodologies for parallelizing model training across multiple GPUs to handle large datasets and applies techniques like quantization and distillation to reduce model size for embedded

    aiartificial-intelligencedeep-learning
    Auf GitHub ansehen↗4,647
  • chenyilong/ios9adaptationtipsAvatar von ChenYilong

    ChenYilong/iOS9AdaptationTips

    4,447Auf GitHub ansehen↗

    iOS9AdaptationTips is a collection of technical strategies and guides for adapting mobile applications to the iOS 9 operating system. It serves as a development resource for implementing system integration, UI layout adaptations, and push notification configurations. The project provides specific guidance on flexible interface implementation, including support for split-screen modes, dynamic text scaling, and status bar configurations. It also covers the use of secure certificates and heartbeat signals to maintain persistent connection stability for push notifications. The material covers br

    Objective-C
    Auf GitHub ansehen↗4,447
  • artix41/awesome-transfer-learningAvatar von artix41

    artix41/awesome-transfer-learning

    1,778Auf GitHub ansehen↗

    Best transfer learning and domain adaptation resources (papers, tutorials, datasets, etc.)

    awesome-listdomain-adaptationpaper
    Auf GitHub ansehen↗1,778
  • chengpeiquan/learning-vue3Avatar von chengpeiquan

    chengpeiquan/learning-vue3

    1,492Auf GitHub ansehen↗

    超过 230w+ 阅读人次的《Vue3 入门指南与实战案例》,关于前端工程化开发的基础知识点,以及 TypeScript 、 Vue 3 、 Pinia 的入门学习指南。

    TypeScriptlearning-vue3vuevue-3
    Auf GitHub ansehen↗1,492
  • christoschristofidis/awesome-deep-learningAvatar von ChristosChristofidis

    ChristosChristofidis/awesome-deep-learning

    27,569Auf GitHub ansehen↗

    This project is a curated directory of resources, libraries, and frameworks designed to support the development, training, and deployment of neural network models. It serves as a comprehensive guide for navigating the machine learning ecosystem, providing structured access to software utilities and research materials. The directory distinguishes itself by aggregating tools across the entire machine learning lifecycle, ranging from data management and experiment tracking to production-ready model deployment. It functions as a central hub for discovering both foundational academic research and

    awesomeawesome-listdeep-learning
    Auf GitHub ansehen↗27,569
  • cocos2d/cocos2d-objcAvatar von cocos2d

    cocos2d/cocos2d-objc

    4,045Auf GitHub ansehen↗

    cocos2d-objc is an Objective-C 2D game engine designed for developing interactive games and applications. It serves as a cross-platform game framework that enables the deployment of a shared codebase across iOS, tvOS, and macOS. The project features a hardware-accelerated 2D renderer utilizing OpenGL and Metal to display sprites, tile maps, and particle effects. It includes a dedicated OpenAL audio engine for managing music and spatialized sound effects, alongside a cross-platform input handler for processing touch, mouse, keyboard, and accelerometer events. The framework provides capabiliti

    Objective-C
    Auf GitHub ansehen↗4,045
  • coderyi/decouplingkitAvatar von coderyi

    coderyi/DecouplingKit

    142Auf GitHub ansehen↗

    ```ruby

    Objective-C
    Auf GitHub ansehen↗142
  • codetest-studygroup/code-test-studyAvatar von CodeTest-StudyGroup

    CodeTest-StudyGroup/Code-Test-Study

    1,130Auf GitHub ansehen↗

    💻 문제 목록 혹은 📅일정표에 있는 문제를 풀고 각자 이름으로 된 폴더 밑에 소스코드를 업로드해 주세요. 🧲 Pull Request 작성 규칙을 참고하여 풀이한 자신의 코드를 업로드해 주세요. 코딩테스트뿐만 아니라 자료구조, 알고리즘과 관련된 궁금한 점 혹은 다른 사람과 이야기를 해보고 싶은 주제가 있다면 언제든지 자유롭게 Discussions에서 💡 알고리즘, 자료구조에 등록해주세요! -> 바로가기

    C++
    Auf GitHub ansehen↗1,130
  • cheatsheet1999/cloudcollectionC

    cheatsheet1999/CloudCollection

    2,780Auf GitHub ansehen↗

    A comprehensive collection of algorithm solutions, system design materials, and modern C++ tutorials. Perfect for interview preparation, learning, and reference.

    Rust
    Auf GitHub ansehen↗2,780