Search Results for "wexposed_x_59.2.10.apk"

Showing 103 open source projects for "wexposed_x_59.2.10.apk"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    apk-mitm

    apk-mitm

    Application that automatically prepares Android APK files for HTTPS

    Inspecting a mobile app's HTTPS traffic using a proxy is probably the easiest way to figure out how it works. However, with the Network Security Configuration introduced in Android 7 and app developers trying to prevent MITM attacks using certificate pinning, getting an app to work with an HTTPS proxy has become quite tedious.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    JADX

    JADX

    Dex to Java decompiler

    Command-line and GUI tools for producing Java source code from Android Dex and apk files. Decompile Dalvik bytecode to java classes from APK, dex, aar, aab and zip files. Decode AndroidManifest.xml and other resources from resources.arsc. Deobfuscator included. Be aware, Android Studio can interfere with jadx debugger, so it is better to close it before attaching to the process in jadx. Smali debugger, check wiki page for setup and usage. View decompiled code with highlighted syntax.
    Downloads: 1,090 This Week
    Last Update:
    See Project
  • 3
    PRDownloader

    PRDownloader

    A file downloader library for Android with pause and resume support

    A file downloader library for Android with pause and resume support. PRDownloader can be used to download any type of files like image, video, pdf, apk and etc. This file downloader library supports pause and resume while downloading a file. Supports large file download. This downloader library has a simple interface to make download request. We can check if the status of downloading with the given download Id. PRDownloader gives callbacks for everything like onProgress, onCancel, onStart...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Quark Agent

    Quark Agent

    Quark Agent - Your AI-powered Android APK Analyst

    With Quark Agent, you can perform analyses using only natural language. It creates Quark Script code following your ideas and adjusts the code promptly as you provide feedback.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 5
    nFPM

    nFPM

    A simple deb, rpm and apk packager written in Go

    nFPM is a simple, 0-dependencies, deb, rpm, apk, and Arch Linux packager. While fpm is great, for me, it is a bummer that it depends on ruby, tar and other software. I wanted something that could be used as a binary and/or as a library and that was really simple. So I decided to create nFPM: a simpler, 0-dependency, as-little-assumptions-as-possible alternative to fpm. This is a subtle way of saying it won't have all features, nor all formats that fpm has: it is supposed to be simpler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hermes JS Engine

    Hermes JS Engine

    A JavaScript engine optimized for running React Native

    Hermes-powered apps launch faster, thanks to build-time precompilation of JavaScript into efficient bytecode. Hermes is small in APK size, lean on memory, and starts instantly. It won't weigh your app down. It's simple to get started with Hermes in React Native apps. Hermes is open source and implements JavaScript standards. You will now be in a directory with the output of building Hermes into CLI tools. From here you can run a piece of JavaScript. If you have an existing app based...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    ... process locks, encode/decode helpers and mmap logics and nothing more. It's really tidy. MMKV adds about 50K per architecture on App size, and much less when zipped (apk). MMKV is published under the BSD 3-Clause license. Starting from v1.2.8, MMKV has been migrated to Maven Central. Older versions (<= v1.2.7) are still available on JCenter.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Dexcount Gradle Plugin

    Dexcount Gradle Plugin

    A Gradle plugin to report the number of method references in your APK

    A Gradle plugin to report the number of method references in your APK, AAR, or java module on every build. This helps you keep tabs on the growth of your app, with an eye to staying under the 65,536 method-reference limit, and avoiding the headache of eliminating methods or enabling multidex. When applied, dexcount-gradle-plugin will create one task per Android variant that you can execute to produce method-count reports. The tasks are named according the variant, in the format “count${variant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    APKiD

    APKiD

    Android Application Identifier for Packers, Protectors and Obfuscators

    APKiD gives you information about how an APK was made. It identifies many compilers, packers, obfuscators, and other weird stuff. It's PEiD for Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    React Native Module for CodePush

    React Native Module for CodePush

    React Native module for CodePush

    This plugin provides client-side integration for the CodePush service, allowing you to easily add a dynamic update experience to your React Native app(s). A React Native app is composed of JavaScript files and any accompanying images, which are bundled together by the packager and distributed as part of a platform-specific binary (i.e. an .ipa or .apk file). Once the app is released, updating either the JavaScript code (e.g. making bug fixes, adding new features) or image assets, requires you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ruler

    Ruler

    Gradle plugin which helps you analyze the size of your Android apps

    ... to the buildscript classpath in your top-level build.gradle file. When using app bundles, Google Play will generate optimized APKs for each device. This means that the size of an APK depends on the specifications of the device that's downloading it. You can configure which device specifications should be used for the analysis in the build.gradle of your application module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RocketX

    RocketX

    Android compilation acceleration plug-in

    This plug-in automatically recognizes the unchanged module and replaces it with aar in the compilation process, so that only the currently modified module is compiled, and the compilation speed of Android apk is accelerated. Let you experience the speed that all modules are aar, and can keep all modules for easy modification, perfect! Dynamically identify the unchanged module and replace it with aar in the compilation process, only compile the changed module, and speed up the compilation speed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Termux.apk

    Termux.apk

    Termux is an Android terminal emulator and Linux environment app.

    Secure. Access remote servers using the ssh client from OpenSSH. Termux combines standard packages with accurate terminal emulation in a beautiful open source solution. Feature packed. Take your pick between Bash, fish or Zsh and nano, Emacs or Vim. Grep through your SMS inbox. Access API endpoints with curl and use rsync to store backups of your contact list on a remote server. Customizable. Install what you want through the APT package management system known from Debian and Ubuntu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    EliteRoms

    EliteRoms

    Elite Development Project by hassanmirza01

    you can follow progress, new stuff at https://www.EliteDevelopment.com.pk Support on: https://Paypal.me/sheriii999
    Leader badge
    Downloads: 6,063 This Week
    Last Update:
    See Project
  • 15
    craxsrat-7.5-license

    craxsrat-7.5-license

    #craxsrat #craxs_rat #craxs #craxrat #craxsrat_license #craxsrat2024

    ..., Apps, Permissions 📌Monitor: screen controls, camera, microphone, keylogger, location, web browser, call recorder, auto-clicker, screen reader 📌 Admin: Request admin rights, lock screen, wipe data keylogging 📌 Tools: Call Number, Download Apk, Show Message, Clipboard, Open Link, Shell Command 📌Extras: notification list, social media hunter, phone messages 📌Contact me if you need customized icon color 📌 (https://craxsrat.biz) Contact with me
    Leader badge
    Downloads: 183 This Week
    Last Update:
    See Project
  • 16
    Android Tablet 7.1.2 on Virtual Machines
    .... Increase CPU Count and Memory in VM's Settings, as required, for better performance. If you are very new to virtual machines, then please refer the Wiki Page for its setup instructions, for all major operating systems. Tags: Android Tablet, Android ova, Android Phone, Android OS, Android Operating System, Android Emulator, Android Simulator, android apps, apk, virtual machine
    Downloads: 47 This Week
    Last Update:
    See Project
  • 17
    Dead Deer 3.14.2.2024

    Dead Deer 3.14.2.2024

    3D modeler, 3D game maker, 3D demo maker

    ... .NED Player (install APK and "open with" with file managers) APK generator for Android. Support for: Direct3D9 (SM3) Direct3D10 (SM4) Direct3D11 (SM5) Direct3D12 (SM5) OpenGL and GLSL OpenGLES 2/3 Apple METAL Retina, UHD. Intel x86/64, ARMv7/ARM64, RISCV. Linux (Ubuntu/wxWidgets(Gtk3)). iOS /iPasOS (with XCode) (GLES20/METAL) Windows Phone Windows VR (Steam/Oculus) WebAsm/WebGL UWP Windows/XBOX SDL2 Linux ARM 32/64 RISCV OpenXR (Quest?/Pico) 3.14.2.2024
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 18

    LazToApk

    Tool build android apk-package

    Downloads: 18 This Week
    Last Update:
    See Project
  • 19
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    Castle Game Engine

    Castle Game Engine

    Game engine supporting many 3D/2D formats and graphic effects

    This project has moved to: - Our website https://castle-engine.io/ - GitHub repo: https://github.com/castle-engine/castle-engine/ Cross-platform 3D and 2D game engine for Object Pascal. Rendering and processing of game assets in glTF, X3D, VRML, Collada, Spine and other formats. Many graphic effects including shadows, shaders, mirrors, screen effects. Animation, collision detection, 3D sound. Extensible system of 3D objects, with out-of-the-box levels, items, intelligent creatures and...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ADB Util

    ADB Util

    Utilities for Android ADB

    Utilities for Android ADB. Runs on Windows, Linux, and Mac. Apk: 'Install apk' and 'Uninstall apk' File: 'Push file', 'Pull files' and 'Delete files' Logcat: Option to show output using app's Process Id. Color highlighting for Error and Warning messages Filter option to block unwanted tags Screen Capture / Camera: 'Take screenshot', 'Pull screenshots', 'Screen Record' and 'Pull camera images' Command: 'List PIDs', 'List Packages', 'getprop' and 'Adb Command' Dialog Reboot: 'Reboot...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    WebKey Desktop

    WebKey Desktop

    App & Web | Página de inicio personalizable

    Página de inicio personalizable + Múltiple Buscador + Menú: Esta es una página de inicio personalizable para cualquier navegador web, úsela para reemplazar su página de inicio actual y obtener más funciones sin el uso de ninguna cuenta. La personalización de la pagina se guarda en las cookies de su navegador.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Smoke Crypto Chat Messenger for Android

    Smoke Crypto Chat Messenger for Android

    Smoke: Android Crypto Chat Messenger

    Smoke is an encrypting chat messenger for Android written in Java. Please read the Web site for more information: https://textbrowser.github.io/smoke/ (original, current) https://www.amazon.com/dp/3752691999/ https://smokeappope.sourceforge.io/ (old, third party archive) Smoke App OPE - Open Personal Encryption Download Android APK Installer: https://sourceforge.net/projects/smokeappope/files/ Smoke Source: https://github.com/textbrowser/smoke SmokeStack Source: https://github.com...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    .... Notifications: Stay updated with push notifications for important course events. Discussion Boards: Participate in class discussions and collaborate with peers. Installation To install UniCanvas Pro on your Android device, follow these steps: Download the latest APK file from the Releases page. Open the APK file on your device and follow the installation instructions. Once installed, you can use help from the help button within the apk to login. License
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next