Running code from DEX / JAR / CLASS file
Install Now
Running code from DEX / JAR / CLASS file
Running code from DEX / JAR / CLASS file

Running code from DEX / JAR / CLASS file

Developer: Roman Kryvolapov
App Size: 1.6M
Release Date: September 21, 2020
Price: Free
2.8
16 Ratings
Size
1.6M

Screenshots for App

Mobile
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
Show Less
More Information about: Running code from DEX / JAR / CLASS file
Price: Free
Version: 1.0
Downloads: 1000
Compatibility: Android 5.1 and up
Bundle Id: com.romankryvolapov.runningfromdexfile
Size: 1.6M
Last Update: September 21, 2020
Content Rating: Everyone
Release Date: September 21, 2020
Content Rating: Everyone
Developer: Roman Kryvolapov


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide