es
Feedback
Dhanush Kumar offical

Dhanush Kumar offical

Ir al canal en Telegram

Tech Channel join group:- https://t.me/joinchat/PA3i41PKNhC0IrMQdnbZKg subscribe to my YouTube:- https://www.youtube.com/channel/UCP6CqPS2xmzo2roqHumwR3g

Mostrar más
El país no está especificadoLa categoría no está especificada
1 906
Suscriptores
-124 horas
+107 días
+2430 días

Carga de datos en curso...

Nube de Etiquetas
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
diciembre '24
diciembre '24
+20
en 0 canales
noviembre '24
+48
en 0 canales
Get PRO
octubre '24
+61
en 0 canales
Get PRO
septiembre '24
+60
en 0 canales
Get PRO
agosto '24
+34
en 0 canales
Get PRO
julio '24
+44
en 0 canales
Get PRO
junio '24
+32
en 0 canales
Get PRO
mayo '24
+58
en 0 canales
Get PRO
abril '24
+26
en 0 canales
Get PRO
marzo '24
+29
en 0 canales
Get PRO
febrero '24
+42
en 0 canales
Get PRO
enero '24
+38
en 0 canales
Get PRO
diciembre '23
+215
en 0 canales
Get PRO
noviembre '230
en 0 canales
Get PRO
octubre '230
en 0 canales
Get PRO
septiembre '230
en 0 canales
Get PRO
agosto '230
en 0 canales
Get PRO
julio '230
en 0 canales
Get PRO
junio '230
en 0 canales
Get PRO
mayo '230
en 0 canales
Get PRO
abril '230
en 0 canales
Get PRO
marzo '230
en 0 canales
Get PRO
febrero '230
en 0 canales
Get PRO
enero '230
en 0 canales
Get PRO
diciembre '22
+34
en 0 canales
Get PRO
noviembre '22
+34
en 0 canales
Get PRO
octubre '22
+82
en 0 canales
Get PRO
septiembre '22
+71
en 0 canales
Get PRO
agosto '22
+67
en 0 canales
Get PRO
julio '22
+62
en 0 canales
Get PRO
junio '22
+70
en 0 canales
Get PRO
mayo '22
+56
en 0 canales
Get PRO
abril '22
+63
en 0 canales
Get PRO
marzo '22
+64
en 0 canales
Get PRO
febrero '22
+1 855
en 0 canales
Fecha
Crecimiento de Suscriptores
Menciones
Canales
21 diciembre+1
20 diciembre+3
19 diciembre+1
18 diciembre+2
17 diciembre+1
16 diciembre0
15 diciembre0
14 diciembre0
13 diciembre0
12 diciembre0
11 diciembre0
10 diciembre0
09 diciembre+1
08 diciembre+4
07 diciembre+1
06 diciembre0
05 diciembre+2
04 diciembre0
03 diciembre0
02 diciembre+1
01 diciembre+3
Publicaciones del Canal
2
https://youtu.be/gLCcpUnR09Q
477
3
https://youtu.be/6qu9mZEgPcI
1 669
4
https://youtu.be/QZHBx9Yc7J8
2 263
5
Watch "Floating widget implementation." on YouTube https://youtu.be/yy64fxbuOAk
5 005
6
Sin texto...
2 618
7
reuploaded after takedown from youtube
2 388
8
https://youtu.be/hI6Xi2sQtlE
2 411
9
https://youtu.be/Z8RcuniebtY
2 736
10
code for aide , make sure the package name
3 288
11
} private void enter() throws Exception { for (ActivityInfo ai : getPackageManager().getPackageInfo(getPackageName(), 129).activities) { if (ai.metaData != null) { if ("entry".equals(ai.metaData.getString("role"))) { Intent intent = new Intent(); intent.setComponent(new ComponentName(ai.packageName, ai.name)); startActivity(intent); return; } } } } }
3 248
12
package com.example.happypatch; import android.app.Activity; import android.content.ComponentName; import android.content.Intent; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.os.Process; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.Toast; import android.content.*; import android.widget.*; import android.view.*; import android.app.*; public class MainActivity extends Activity { public static native boolean Check(String var0, String var1); protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); SharedPreferences sharedPreferences = this.getSharedPreferences("SavePref", 0); String string2 = sharedPreferences.getString("User", (String)null); String string3 = sharedPreferences.getString("Pass", (String)null); LinearLayout linearLayout = new LinearLayout(this); LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(-1, -1); linearLayout.setLayoutParams((ViewGroup.LayoutParams)layoutParams); linearLayout.setOrientation(1); linearLayout.setGravity(Gravity.CENTER); EditText editText = new EditText(this); if (string2 != null && !string2.isEmpty()) { editText.setText((CharSequence)string2); } editText.setHint((CharSequence)"Username..."); EditText editText2 = new EditText(this); if (string3 != null && !string3.isEmpty()) { editText2.setText((CharSequence)string3); } editText2.setHint((CharSequence)"Password..."); editText2.setInputType(129); CheckBox checkBox = new CheckBox(this); checkBox.setChecked(true); checkBox.setText((CharSequence)"Remember me"); Button button = new Button(this); button.setText((CharSequence)"Login"); Button button2 = new Button(this); button2.setText((CharSequence)"Cancel"); linearLayout.addView((View)editText); linearLayout.addView((View)editText2); linearLayout.addView((View)checkBox); linearLayout.addView((View)button); linearLayout.addView((View)button2); setContentView((View)linearLayout); login var16_13 = new login(editText, editText2, this, checkBox, sharedPreferences); button.setOnClickListener((View.OnClickListener)var16_13); cancel var17_14 = new cancel(); button2.setOnClickListener((View.OnClickListener)var17_14); } class login implements View.OnClickListener { private final CheckBox val$checkBox2; private final Context val$context; private final EditText val$editText3; private final EditText val$editText4; private final SharedPreferences val$sharedPreferences; login(EditText editText, EditText editText2, Context context, CheckBox checkBox, SharedPreferences sharedPreferences) { this.val$editText3 = editText; this.val$editText4 = editText2; this.val$context = context; this.val$checkBox2 = checkBox; this.val$sharedPreferences = sharedPreferences; } public void onClick(View view) { String string2 = this.val$editText3.getText().toString(); String string3 = this.val$editText4.getText().toString(); if (string2.equals((Object)"Dhanush") && string3.equals((Object)"24122001")) { Toast.makeText(this.val$context, (CharSequence)"Sucess", (int)1).show(); try { enter(); } catch (Exception e) {} boolean bl = this.val$checkBox2.isChecked(); SharedPreferences.Editor editor = this.val$sharedPreferences.edit(); if (bl) { editor.putString("User", string2); editor.putString("Pass", string3); editor.apply(); return; } } else{ Toast.makeText(this.val$context, (CharSequence)"Username or password is incorrect", (int)1).show(); } } } class cancel implements View.OnClickListener { cancel() { } public void onClick(View view) { Process.killProcess((int)Process.myPid()); }
2 506
13
ill soon share aide code
2 060
14
<activity android:name="com.example.happypatch.MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity>
2 136
15
<meta-data android:name="role" android:value="entry" />
2 136
16
https://youtu.be/GCx3eI1TeG0
2 142
17
https://youtu.be/FSMNVybCLeg
3 032
18
https://youtu.be/HbvxCPc0pYE
3 410
19
https://youtu.be/jqmRr-sETZE
3 502
20
http://androidcracking.blogspot.com/search/label/smali http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html https://github.com/JesusFreke/smali/wiki/TypesMethodsAndFields https://github.com/JesusFreke/smali/wiki/Registers https://source.android.com/devices/tech/dalvik/dalvik-bytecode https://sites.google.com/site/haynesmathew/home/projects/dalvik-notes https://groups.google.com/g/apktool?pli=1 https://forum.xda-developers.com/t/guide-smali-coding-guide-for-beginners.2193735/ https://www.slideshare.net/paller/understanding-the-dalvik-bytecode-with-the-dedexer-tool https://www.programmersought.com/article/94154023223/ https://programmer.help/blogs/smali-introduction-manual.html
3 495