Skip to content

Instantly share code, notes, and snippets.

@Ralireza
Created November 19, 2019 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ralireza/076215a2bc072c05288491de9c8dbbce to your computer and use it in GitHub Desktop.
Save Ralireza/076215a2bc072c05288491de9c8dbbce to your computer and use it in GitHub Desktop.
Java.perform(function x(){
var my_class = Java.use("com.asisctf.Andex.ConfigurationActivity");
my_class.getDex1.implementation = function(x){
var someClass = Java.use("com.asisctf.Andex.Utils");
someClass.user_profile_url.value="/api/userClass/me";
someClass.shop_order_url.value="/api/shop/order/";
someClass.shop_item_url.value="/api/shop/items/get_data";
var intent=Java.use("android.content.Intent");
var c=Java.use("com.asisctf.Andex.MenuActivity");
var result = intent.$new(this, c.class);
this.startActivity(result);
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment