Running code from DEX / JAR /

Running code from DEX / JAR /

  • 1.7 MB

    اندازه فایل

  • Everyone

  • Android 5.1+

    Android OS

درباره‌ی 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]

نمایش بیشتر

جدیدترین 1.0 چه خبر است

Last updated on 08/01/2021
Minor bug fixes and improvements. Install or update to the newest version to check it out!
نمایش بیشتر

گیم پلی و اسکرین شات

  • پوستر Running code from DEX / JAR /
  • برنامه‌نما Running code from DEX / JAR /  عکس از صفحه
  • برنامه‌نما Running code from DEX / JAR /  عکس از صفحه
  • برنامه‌نما Running code from DEX / JAR /  عکس از صفحه

اطلاعات Running code from DEX / JAR / APK

آخرین نسخه
1.0
دسته بندی
ابزار
Android OS
Android 5.1+
اندازه فایل
1.7 MB
توسعه دهنده
Roman Kryvolapov
رتبه‌بندی محتوا
Everyone
ایمن و سریع APK دانلود در APKPure
APKPure از تأیید امضای نرم‌افزار برای اطمینان از دانلودهای بدون ویروس APK Running code from DEX / JAR / استفاده می‌کند.

نسخه‌های قدیمی Running code from DEX / JAR /

آیکون‌ APKPure

دانلود فوق سریع و ایمن از طریق برنامه APKPure

برای نصب فایل های XAPK/APK در اندروید با یک کلیک!

دانلود APKPure
thank icon
ما از کوکی ها و فناوری های دیگر در این وبسایت برای بهبود تجربه کاربری شما استفاده می کنیم.
با کلیک بر روی هر پیوند در این صفحه شما دستور خود را برای سیاست حفظ حریم خصوصیاینجاو سیاست فایلمی دهید.
بیشتر بدانید