This media is not supported in your browser
VIEW IN TELEGRAM
Pak based signature hook/kill is ready.
Now you can also set your custom path for the hookapk now.
On this pak based hook the storage permission is not required to give manually,but if you want to load game faster than give it just.
Contact @riyadmondol2006 for more info.
On this pak based hook the storage permission is not required to give manually,but if you want to load game faster than give it just.
Contact @riyadmondol2006 for more info.
👍4💩1
MT Manager_2.10.3-beta.apk
16.4 MB
Version: 2.10.3 beta 🅱️ (22020451)
- Fixed problem that previous version does not automatically wrap text
- Fixed text editor probabilistic only one line issue and other known bugs
- Fixed problem that previous version does not automatically wrap text
- Fixed text editor probabilistic only one line issue and other known bugs
💩1
Frida script for hooking application md5,sha1
Credit @apkunpacker
Java.perform(function() {
var OrgMD5 = " ";
var OrgSHA1 = " ";
var NewMD5 = " ";
var NewSHA1 = " ";
function bytesToHex(arr) {
var str = '';
var k, j;
for (var i = 0; i < arr.length; i++) {
k = arr[i];
j = k;
if (k < 0) {
j = k + 256;
}
if (j < 16) {
str += "0";
}
str += j.toString(16);
}
return str;
}
var md = Java.use('java.security.MessageDigest');
md.digest.overload().implementation = function() {
var result = this.digest();
var Check = bytesToHex(result);
if (Check.indexOf(NewMD5) >= 0) {
console.log("MD5 Hash 0 Check with Crypto");
}
if (Check.indexOf(NewSHA1) >= 0) {
console.log("SHA1 Hash 0 Check with Crypto");
}
return result;
}
md.digest.overload('[B').implementation = function(a) {
var result = this.digest(a);
var Check = bytesToHex(result);
if (Check.indexOf(OrgMD5) >= 0) {
console.log("MD5 Hash Check with Crypto");
}
if (Check.indexOf(OrgSHA1) >= 0) {
console.log("SHA1 Hash Check with Crypto");
}
return result;
}
})Credit @apkunpacker
👍3💩2
Forwarded from Leyzymoy Blog
Java2Smali_v2.2_Release.apk
8.4 MB
Java2Smali Edition by Leyzymoy
Version: 2.2 Build 60
• Added function to disable souce information in smali viewer
• Added a function to disable the symbol bar
• Added ability to disable syntax highlighting
• Added disable zoom
• Added the ability to use Google Sans in program
• Android Jar updated to SDK 31
• R8 Shrink (by Mahmud)
• Support Java Lambda (by Mahmud)
Version: 2.2 Build 60
Required: Android 5.0+
Changelog
• Added function to disable debug lines in smali viewer• Added function to disable souce information in smali viewer
• Added a function to disable the symbol bar
• Added ability to disable syntax highlighting
• Added disable zoom
• Added the ability to use Google Sans in program
• Android Jar updated to SDK 31
• R8 Shrink (by Mahmud)
• Support Java Lambda (by Mahmud)
💩2👍1
-2147483648_-220988.jpg
21.4 KB
If your 64bit hook not working then just change the minsdk and targetsdk
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
💩5👍3
Open source Obfuscation
This can obfuscation smali,lib,assets and more
https://github.com/ClaudiuGeorgiu/Obfuscapk
This can obfuscation smali,lib,assets and more
https://github.com/ClaudiuGeorgiu/Obfuscapk
GitHub
GitHub - ClaudiuGeorgiu/Obfuscapk: An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced…
An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques - Claud...
Frida script for tracking the points that application asks for signature info.
by leyzymoy sir
Java.perform(function(){
var PM=Java.use("android.content.pm.PackageManager");
var MD=Java.use("java.security.MessageDigest");
var signature=Java.use("java.security.Signature");
var ReflectMethod=Java.use("java.lang.reflect.Method");
PM.getPackageInfo.overload('java.lang.String','int').implementation=function(arg0,arg1){
console.log("[*] getPackageInfo called");
log();
return PM.getPackageInfo.call(this,arg0,arg1);
}
PM.checkSignatures.overload('java.lang.String','java.lang.String').implementation=function(){
console.log("[*] checkSignatures called");
log();
return 0;
}
MD.isEqual.overload("[B","[B").implementation=function(){
console.log("[*] Hash compared");
log();
return true;
}
signature.verify.overload("[B").implementation=function(){
console.warn("[*] Signature verify called");
log();
return true;
}
function log(){
console.log(Java.use("android.util.Log").getStackTraceString(Java.use("java.lang.Exception").$new()));
}
});by leyzymoy sir
How to install and use frida in root.
$Give termux storage permission
$Give termux root permission
$And follow type the command given here.
-
-
-
-
-
$Installation complete
$Now type
$Now put the frida script into
$Now type
$Now type
by @riyadmondol2006
$Give termux storage permission
$Give termux root permission
$And follow type the command given here.
-
apt update && apt upgrade
-pkg updated ; pkg upgrade-
termux-wake-lock-
pkg install python-
pip install --upgrade pip-
pip install frida-tools$Installation complete
$Now type
cat for checking the frida is working or not.$Now put the frida script into
/data/local/tmp$Now type
su
cd "/data/local/tmp"$Now type
./frida -f com.myapp -s script.jsby @riyadmondol2006
😁1
Forwarded from Modding Tools 🛠️
(@modding_tools) MT Manager (2.10.1) beta (2) Mod.apk
17.5 MB
(@modding_tools)
MT 2.10.1 beta (2) build 22011101 update V2
Killed and open VIP By ApkUnpacker & A.D. Singh (@RojgaarAadmi)
Modded By Kubarev (@JagKubarev)
Thanks for helping: @timscriptov / @MAV_94KONG / @MaxMod1 / @Kiddo88 / @Timozhai
ℹ Info:
To use the VIP you just need to create or enter a free MT account
Changelog~
V2:
V1:
Zero build:
https://4pda.to/forum/index.php?showtopic=548542&view=findpost&p=112482143
🛠️ @modding_tools 🛠️
MT Manager (2.10.1) beta (2) Mod.apkMT 2.10.1 beta (2) build 22011101 update V2
Killed and open VIP By ApkUnpacker & A.D. Singh (@RojgaarAadmi)
Modded By Kubarev (@JagKubarev)
Thanks for helping: @timscriptov / @MAV_94KONG / @MaxMod1 / @Kiddo88 / @Timozhai
ℹ Info:
To use the VIP you just need to create or enter a free MT account
Changelog~
V2:
Many thanks to @Timozhai for turning off the warning about whether to leave the file in the text editor when exiting edit modeV1:
• Removed arm64 native libraries cnfixZero build:
• Transferred all useful changes from the latest beta mod. https://4pda.to/forum/index.php?showtopic=548542&view=findpost&p=112482143
🛠️ @modding_tools 🛠️
👏2
Forwarded from APK Editor Pro Official Tutorial Channel (Mahmud〄)
Media is too big
VIEW IN TELEGRAM
Title-Signature Hooking
Description-In this tutorial i will show your that how to bypass ultima signature check pro,escort signature check,np manager signature injection and also im completing raheel manual sign bypass task.
Signature log injection by me
Tutorial By @riyadmondol2006
#signature
#signature_hooking
#log_injection
#riyadmondol2006
Description-In this tutorial i will show your that how to bypass ultima signature check pro,escort signature check,np manager signature injection and also im completing raheel manual sign bypass task.
Signature log injection by me
H4sIAAAAAAAAAM1WwUrDQBDtN/gJe1IoJKlEsD3ZeilYFEQQEg/jZrPZttmU3Y1YpBf/1g/w4sllUkOggqFqN5dh88jkvXmZ3dkjpV5vBZdgSsV6LwTIMMLo98kjGeKSXIFMVCGS2KOFNEya2FvlsVfnjQi+bFMoxsTmWIjhQ0qGQZ/wCsoQEgjNK2iB0BKhHKPEWNi4aXzR3/R3hc3hCWJPM1oqYdZdkNTkDSpe/SWqKcB3IUC7UpAnoUPqDHTmzPsMAtf8DrkH4ZlbdpfeU0VPB07JD1b9zklMmbJj4j70zyd2JVJBwXRoUMyY1sDZpeBMmy4Ni3a8x9uCliC5nXpGCclHJz9XWYv19/Dw+1vADdCF5ZjKtOiSj5yZrbIZSBuVq31oikkGSlf/yJ2I8dqwC6VgfcjjQBSxVxNfl2ZVGusDg7xLndKONxr/cvvszYxePrc6W/9fXzSeNiX6f9ct7So8QNM8bHp3H+9vn/WWFFMaDQAATutorial By @riyadmondol2006
#signature
#signature_hooking
#log_injection
#riyadmondol2006
👍1🥰1
Forwarded from MT Manager
Version: 2.10.3 beta 🅱️ (22021589)
- APK signature function support use of V3 scheme
- Fixed problem that some apk files could not be opened
- Fixed problem that previous version does not automatically wrap text
- Fixed text editor probabilistic only one line issue and other known bugs
- Added ability to display indent guides in text editor
- Fixed problem that some AXml cannot be compiled
- Fixed problem that text editor setting line break does not take effect
- Fixed bug that log injection function may not insert log class
- APK signature function support use of V3 scheme
- Fixed problem that some apk files could not be opened
- Fixed problem that previous version does not automatically wrap text
- Fixed text editor probabilistic only one line issue and other known bugs
- Added ability to display indent guides in text editor
- Fixed problem that some AXml cannot be compiled
- Fixed problem that text editor setting line break does not take effect
- Fixed bug that log injection function may not insert log class
👍1
Ultima 1.3.1.apk
6.2 MB
• Ultima 1.3.1
• This is chinese version of ultima
• Use Speed Cn Vpn to run this
• Change ur device language to chinese to enjoy some free features
• Dev By Armadillo👏1
Purti 64bit[@signhook].7z
1.5 MB
Purti 64bit offset based source.
Leak by @riyadmondol2006
for more join @signhook
Password in chat [ @signhookchat]
Leak by @riyadmondol2006
for more join @signhook
Password in chat [ @signhookchat]
64bit Pubg sign kill is safe now
Contact @riyadmondol2006 for purchase and more info
64bit علامة Pubg kill آمنة الآن
الاتصال @ riyadmondol2006 للشراء ومزيد من المعلومات
64-битный знак Pubg теперь безопасен
Свяжитесь с @riyadmondol2006 для покупки и получения дополнительной информации
Contact @riyadmondol2006 for purchase and more info
64bit علامة Pubg kill آمنة الآن
الاتصال @ riyadmondol2006 للشراء ومزيد من المعلومات
64-битный знак Pubg теперь безопасен
Свяжитесь с @riyadmondol2006 для покупки и получения дополнительной информации
Small Paper and escort
For sell
Combo pack
Price 130$
All payment method
Contact @riyadmondol2006 for more
Маленькая бумага и сопровождение
На продажу
Комбинированный пакет
Цена 130$
Все способы оплаты
Свяжитесь с @riyadmondol2006 для получения дополнительной информации
ورق صغير ومرافقة
للبيع
عبوة كومبو
السعر 130 دولار
كل طرق الدفع
تواصل مع @ riyadmondol2006 للمزيد
For sell
Combo pack
Price 130$
All payment method
Contact @riyadmondol2006 for more
Маленькая бумага и сопровождение
На продажу
Комбинированный пакет
Цена 130$
Все способы оплаты
Свяжитесь с @riyadmondol2006 для получения дополнительной информации
ورق صغير ومرافقة
للبيع
عبوة كومبو
السعر 130 دولار
كل طرق الدفع
تواصل مع @ riyadmondol2006 للمزيد
👍3