Libraryless. Click here for Pure Java version (486L/4K/12K).
1 | !752 |
2 | |
3 | import android.widget.*; |
4 | import android.view.*; |
5 | |
6 | p {
|
7 | Class javax = getJavaX(); |
8 | //Class bootUp = javax.getClassLoader().getParent().loadClass("main");
|
9 | Class bootUp = cast get(javax, "bootUpClass"); |
10 | print("bootUp class: " + bootUp);
|
11 | O lg = get(bootUp, "lg"); |
12 | print("Lg : " + lg);
|
13 | ScrollView sv = cast get(lg, "sv"); |
14 | print("ScrollView: " + sv);
|
15 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pnmttuucjkfb, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005210 |
| Snippet name: | Android: Try to find boot-up class & print log view from loaded code |
| Eternal ID of this version: | #1005210/1 |
| Text MD5: | 4120f606c698b9d2406a5145785e2f2c |
| Transpilation MD5: | 3ea60a529d461d839741ce2709960b74 |
| Author: | stefan |
| Category: | javax / android |
| Type: | JavaX source code (Android) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-10-22 17:57:11 |
| Source code size: | 379 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 873 / 954 |
| Referenced in: | [show references] |