Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Running code from DEX / JAR /  icon

Running code from DEX / JAR /


Roman Kryvolapov
1.0
  • Jan 8, 2021
    Update date
  • 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 roman.kryvolapov@gmail.com

Show More

Additional APP Information

Latest Version

1.0

Uploaded by

Nam Meu

Requires Android

Android 5.1+

Content Rating

Everyone

What's New in the Latest Version 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

Running code from DEX / JAR / Screenshots

Running code from DEX / JAR /  posterRunning code from DEX / JAR /  screenshot 1Running code from DEX / JAR /  screenshot 2Running code from DEX / JAR /  screenshot 3

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.