Running code from DEX / JAR /

Running code from DEX / JAR /

  • 1.7 MB

    File Size

  • Everyone

  • Android 5.1+

    Android OS

About Running code from DEX / JAR /

You can save executable code on any server and run it using this application

You can save executable code on any server in the .dex file format and run it using this application.

The .dex format can be obtained from files in the .class format or from files in the .jar format, when compiling a project in Android Studio, the .dex files of all classes automatically are saved in the /app/build/intermediates/project_dex_archive/

At the bottom of this screen is a ConstraintLayout named myLayout, you can refer to it from code and output information to it, for example you can generate programmatically TextView and place it on this myLayout.

You can view the contents of the .dex file using jadx app or similar

Example of code in .dex file:

package com.romankryvolapov.runningfromdexfile;

public class Test {

public void test() {

MainActivity.myTextView.setText("123");

MainActivity.myLayout.removeAllViews();

MainActivity.myLayout.addView(MainActivity.myTextView);

}

}

For all questions, write to [email protected]

Show More

What's new in the latest 1.0

Last updated on Jan 8, 2021
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Show More

Videos and Screenshots

  • Running code from DEX / JAR /  poster
  • Running code from DEX / JAR /  screenshot 1
  • Running code from DEX / JAR /  screenshot 2
  • Running code from DEX / JAR /  screenshot 3

Running code from DEX / JAR / APK Information

Latest Version
1.0
Category
Tools
Android OS
Android 5.1+
File Size
1.7 MB
Content Rating
Everyone
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Running code from DEX / JAR / APK downloads for you.

Old Versions of Running code from DEX / JAR /

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies