runtime-analysis

There are 30 repositories under runtime-analysis topic.

  • OWASP/mastg

    The OWASP Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes technical processes for verifying the OWASP Mobile Security Weakness Enumeration (MASWE) weaknesses, which are in alignment with the OWASP MASVS.

    Language:Python12.5k4111.3k2.5k
  • tanprathan/MobileApp-Pentest-Cheatsheet

    The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.

  • iddoeldor/frida-snippets

    Hand-crafted Frida examples

    Language:JavaScript2.5k7918439
  • hotline1337/umium

    Library containing Anti-RE and Anti-Debug methods.

    Language:C++1156121
  • iarsystems/containers

    Build embedded applications with the IAR Build Tools on Containers

  • iarsystems/github-actions-ci-example

    GitHub Actions CI workflow example with the IAR Build Tools for Arm

    Language:C31307
  • CyberDanube/medusa-embedded-toolkit

    Statically compiled binaries for various architectures.

  • hotline1337/jobject

    proof of concept of user-mode anti-breakpoint technique

    Language:C++16111
  • nonebot/nb-autodoc

    Python API documentation tool supporting the modern PEPs and typing features.

    Language:Python11212
  • nshkrdotcom/ex_dbg

    State-of-the-Art Introspection and Debugging System for Elixir/Phoenix Applications

    Language:Elixir9
  • dyfactor/dyfactor

    A platform for running codemods based on runtime information

    Language:TypeScript8375
  • iarsystems/arm

    IAR Build Tools for Arm

  • IvanMurzak/ReflectorNet

    Advanced .NET reflection toolkit for AI-driven scenarios. Dynamically invoke methods with JSON, generate schemas, and serialize complex objects with type preservation. Perfect for automation, testing, and AI integration.

    Language:C#6
  • TheQmaks/soSaver

    A Frida-based utility for dynamically extracting native (.so) libraries from Android applications.

    Language:Python40
  • Ali-Mirghasemi/Reflex

    Reflex is a powerful C library that provides reflection capabilities for C data structures. It allows you to introspect C structures at runtime, enabling you to access and manipulate the structure members dynamically. This library is particularly useful for tasks like serialization, deserialization, data validation, and generic data handling.

    Language:C310
  • asciistring/Kraken-Crypter-v5-Native-Turbo-

    Kraken Crypter v5 (Native/Turbo)

  • agl-alexglopez/heap-allocator-workshop

    This repository is a workshop for heap allocator implementations using a variety of data structures and algorithms. The goal is to compare performance and tradeoffs of different approaches in depth.

    Language:C1101
  • DevGruGold/xmrt-runtime-verification

    A fork of K Framework Tools, adapted for XMRT ecosystem to provide formal verification and runtime analysis for smart contracts and blockchain protocols.

    Language:Python1
  • jasonhaak/runtime-analysis-php

    Runtime analysis environment in PHP for evaluating the efficiency of algorithms such as AVL tree insertion, graph colouring by backtracking and matrix multiplication.

    Language:PHP1100
  • Param-Uttarwar/onnx-profiler

    Hassle free profiling of ONNX models on various backends

    Language:Python1
  • TomOffermann/DEGA

    Code for "Diversity-Preserving Crossover Exploitation" paper

    Language:Python1
  • acrylic-origami/stacker

    For a Cabal package, combine a call graph traversal and cost center stacks from GHC executing its dependents to understand how packages are used in the wild

    Language:TypeScript0100
  • iahuang/theta

    A time complexity analysis library written in Python

    Language:Python0100
  • ilke-kas/Data-Structures-1

    📦 C++ projects using vectors, stacks, and graphs to implement reservation, library, and navigation systems with OOP.

    Language:C++00
  • mtamerb/google-data-structures-and-algorithms

    Learning goals Familiarize yourself with common data structures and algorithms such as lists, trees, maps, graphs, Big-O analysis, and more!

    Language:Java0100
  • SatArw/BM2043_DSA_Algorithms

    This is my course work on the BM2043 Algorithms and Data structures Lab

    Language:Jupyter Notebook0100
  • daniel-furman/data-structures

    Data Structures and Algorithms in C++.

    Language:C++10
  • ioncakephper/contract-shield-cli

    A CLI tool that processes @pre, @post, and @invariant tags in functions, classes, and methods within a source file. It generates a modified version of the source code that automatically validates input conditions (@pre), result conditions (@post), and invariant conditions (@invariant).

    Language:JavaScript