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 bytedance/btrace

Open-source alternatives to Btrace

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

  • jindrapetrik/jpexs-decompilerjindrapetrik avatar

    jindrapetrik/jpexs-decompiler

    5,404View on GitHub↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Javadecompilereditorflash
    View on GitHub↗5,404
  • owasp/owasp-mstgOWASP avatar

    OWASP/owasp-mstg

    12,973View on GitHub↗

    The Mobile Application Security Testing Guide is a comprehensive manual and compliance framework for verifying the security of mobile applications. It provides a standardized reference for identifying and validating common software security weaknesses and performing reverse engineering based on industry standards. The project provides a structured set of technical processes and checklists used to audit applications against established security weakness enumerations. It encompasses guidance for analyzing application binaries and runtime behavior to identify hidden functionality and security ga

    Python
    View on GitHub↗12,973
  • pastelsky/bundlephobiapastelsky avatar

    pastelsky/bundlephobia

    9,534View on GitHub↗

    Bundlephobia is a suite of tools for analyzing the composition and size of JavaScript dependencies from the npm registry. It functions as a bundle analyzer and size monitor that calculates the total footprint of frontend packages and stylesheets to determine their impact on page load performance. The project identifies specific components contributing to bundle size through asset composition analysis and package auditing. It also generates visual size indicators and badges that can be embedded in documentation and version control repositories to communicate package dimensions. The platform m

    TypeScriptcostdependenciesnpm-package
    View on GitHub↗9,534

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
  • aozhimin/ios-monitor-resourcesA

    aozhimin/iOS-Monitor-Resources

    0View on GitHub↗
    View on GitHub↗0
  • armszhou/performancetestinghelperA

    ArmsZhou/PerformanceTestingHelper

    0View on GitHub↗
    View on GitHub↗0
  • atomicbird/momdecatomicbird avatar

    atomicbird/momdec

    304View on GitHub↗

    momdec is a command-line tool for Mac OS X that takes a compiled Core Data model and decompiles it to produce an equivalent xcdatamodel or xcdatamodeld suitable for use in Xcode. The resulting model file can also be used with mogenerator to produce source code files for Core Data entities which…

    Objective-C
    View on GitHub↗304
  • b-mueller/apkxb-mueller avatar

    b-mueller/apkx

    300View on GitHub↗

    One-Step APK Decompilation With Multiple Backends

    Python
    View on GitHub↗300
  • bishopfox/ispyB

    BishopFox/iSpy

    0View on GitHub↗
    View on GitHub↗0
  • calebfenton/dex-oracleCalebFenton avatar

    CalebFenton/dex-oracle

    505View on GitHub↗

    A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis. Also, the inspiration for another Android deobfuscator: Simplify.

    Ruby
    View on GitHub↗505
  • catchpoint/webpagetest.api-nodejscatchpoint avatar

    catchpoint/WebPageTest.api-nodejs

    1,635View on GitHub↗

    WebPageTest API wrapper for NodeJS

    JavaScript
    View on GitHub↗1,635
  • eugeniodelfa/smali-cfgsE

    EugenioDelfa/Smali-CFGs

    0View on GitHub↗
    View on GitHub↗0
  • everettjf/appletraceE

    everettjf/AppleTrace

    0View on GitHub↗
    View on GitHub↗0
  • frida/fridafrida avatar

    frida/frida

    19,778View on GitHub↗

    Frida is a dynamic binary instrumentation toolkit that provides a framework for deep process introspection and live application state manipulation. It enables the injection of custom scripts into running processes to trace function calls, modify memory, and analyze application behavior in real-time across diverse operating systems and processor architectures. The project distinguishes itself by embedding a high-performance JavaScript engine directly within the target process, allowing for the execution of user-defined logic for real-time inspection. It utilizes instruction-level hooking to re

    Mesonfridainstrumentationvala
    View on GitHub↗19,778
  • frida/frida-toolsF

    frida/frida-tools

    0View on GitHub↗

    CLI tools for Frida.

    View on GitHub↗0
  • googlechrome/lighthouseGoogleChrome avatar

    GoogleChrome/lighthouse

    30,355View on GitHub↗

    Lighthouse is an automated diagnostic tool that evaluates web pages against industry standards for performance, accessibility, and search engine optimization. It functions as a programmatic analysis engine and a command-line utility, allowing developers to integrate comprehensive web quality checks directly into continuous integration pipelines and local development workflows. The project distinguishes itself through a modular architecture that utilizes artifact-based data collection to ensure consistent analysis across different environments. It supports a headless execution mode for automat

    JavaScriptauditbest-practiceschrome-devtools
    View on GitHub↗30,355
  • googlechrome/lighthouse-ciGoogleChrome avatar

    GoogleChrome/lighthouse-ci

    6,996View on GitHub↗

    Lighthouse CI is a continuous integration tool designed to automate web audits and detect performance, accessibility, and SEO regressions between code commits. It functions as a web performance regression suite that enforces resource budgets and runs automated quality checks during the software development lifecycle. The system distinguishes itself through the ability to block code merges if performance metrics fall below defined quality thresholds. It provides mechanisms for commit-to-commit comparison and cross-version site analysis to pinpoint specific resource improvements or regressions.

    JavaScript
    View on GitHub↗6,996
  • googlechrome/web-vitalsGoogleChrome avatar

    GoogleChrome/web-vitals

    8,534View on GitHub↗

    This project is a web performance monitoring library designed to collect, calculate, and attribute user experience metrics. It functions as a real user monitoring tool that tracks core loading and interactivity metrics from actual browser sessions to quantify website health and identify speed bottlenecks. The library includes a performance attribution engine that collects diagnostic data to pinpoint the root causes of page lag. This allows for the identification of specific performance bottlenecks alongside the measurement of core web vitals. The system provides comprehensive data export cap

    JavaScript
    View on GitHub↗8,534
  • ibotpeaches/apktooliBotPeaches avatar

    iBotPeaches/Apktool

    24,788View on GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    View on GitHub↗24,788
  • ios-apm/ios-apm-secretsI

    iOS-APM/iOS-APM-Secrets

    0View on GitHub↗
    View on GitHub↗0
  • ios-apm/ios-system-servicesI

    iOS-APM/iOS-System-Services

    0View on GitHub↗
    View on GitHub↗0
  • ios-apm/systemmonitorI

    iOS-APM/SystemMonitor

    0View on GitHub↗
    View on GitHub↗0
  • java-decompiler/jd-guijava-decompiler avatar

    java-decompiler/jd-gui

    15,024View on GitHub↗

    This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap

    Java
    View on GitHub↗15,024
  • jmervine/benchjmervine avatar

    jmervine/bench

    25View on GitHub↗

    Benchmark a web page and display results with a pretty UI.

    JavaScript
    View on GitHub↗25
  • keepfast/keepfastkeepfast avatar

    keepfast/keepfast

    103View on GitHub↗

    :horse_racing: A model driven framework for the evaluation web page performance

    JavaScript
    View on GitHub↗103
  • kjcracks/clutchKJCracks avatar

    KJCracks/Clutch

    3,810View on GitHub↗

    Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a specialized toolkit for identifying, decrypting, and extracting installed mobile application binaries to facilitate manual code inspection and vulnerability assessment. The tool provides capabilities for removing platform-level encryption from protected software, allowing researchers to isolate core executable files from application bundles. By performing memory-mapped file dumping and reconstructing binary headers, it enables the conversion of protected applications into portable,

    Objective-C
    View on GitHub↗3,810
  • konloch/bytecode-viewerKonloch avatar

    Konloch/bytecode-viewer

    15,537View on GitHub↗

    This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for Java class files and Android APK binaries. It provides tools to transform compiled bytecode into assembly instructions or readable source code. The toolset supports Android APK analysis and Java binary patching, allowing for the modification of source code or bytecode and subsequent recompilation into functional binaries. It includes capabilities for removing Java obfuscation and performing malware analysis through the detection of malicious code patterns. The system incorpo

    Javaandroidapkbaksmali
    View on GitHub↗15,537
  • macbre/phantomasmacbre avatar

    macbre/phantomas

    2,263View on GitHub↗

    Headless Chromium-based web performance metrics collector and monitoring tool

    JavaScript
    View on GitHub↗2,263
  • meitu/mthawkeyemeitu avatar

    meitu/MTHawkeye

    1,503View on GitHub↗

    Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)

    Objective-C
    View on GitHub↗1,503
  • mstrobel/procyonmstrobel avatar

    mstrobel/procyon

    1,202View on GitHub↗

    Procyon is a suite of Java metaprogramming tools focused on code generation and analysis. It includes the following libraries:

    Java
    View on GitHub↗1,202
  • nationalsecurityagency/ghidraNationalSecurityAgency avatar

    NationalSecurityAgency/ghidra

    69,740View on GitHub↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Javadisassemblerreverse-engineeringsoftware-analysis
    View on GitHub↗69,740