SignHook by Mr Riyad
518 subscribers
48 photos
8 videos
113 files
43 links
Download Telegram
fuck you copy paster like @fuckyourselfSxy

but but
Lol lol
The script won't loadπŸ˜‚
πŸ‘1
frida-gadget_15.1.15.zip
25.4 MB
πŸ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
How to use SignHook signature killer app.
πŸ‘2πŸ’©2πŸ‘1
SignHook v1.1.apk
3.1 MB
SignHook v1.1
*Apk signature killer
*Fixed signature data error
*Fixed compatibly issues
*Fixed file not found issue
*Fixed all known bugs


How to use
πŸ”₯6πŸ’©2
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.
πŸ‘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
πŸ’©1
Frida script for hooking application md5,sha1
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
Require
d: Android 5.0+

Changelog
β€’ Ad
ded 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" />
πŸ’©5πŸ‘3
Frida script for tracking the points that application asks for signature info.
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.

-
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.js

by @riyadmondol2006
😁1
(@modding_tools) MT Manager (2.10.1) beta (2) Mod.apk
17.5 MB
(@modding_tools) MT Manager (2.10.1) beta (2) Mod.apk

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:
Many thanks to @Timozhai for turning off the warning about whether to leave the file in the text editor when exiting edit mode
V1:
β€’ Removed arm64 native libraries cnfix

Zero 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
openjdk-17.tar.xz
155.8 MB
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
H4sIAAAAAAAAAM1WwUrDQBDtN/gJe1IoJKlEsD3ZeilYFEQQEg/jZrPZttmU3Y1YpBf/1g/w4sllUkOggqFqN5dh88jkvXmZ3dkjpV5vBZdgSsV6LwTIMMLo98kjGeKSXIFMVCGS2KOFNEya2FvlsVfnjQi+bFMoxsTmWIjhQ0qGQZ/wCsoQEgjNK2iB0BKhHKPEWNi4aXzR3/R3hc3hCWJPM1oqYdZdkNTkDSpe/SWqKcB3IUC7UpAnoUPqDHTmzPsMAtf8DrkH4ZlbdpfeU0VPB07JD1b9zklMmbJj4j70zyd2JVJBwXRoUMyY1sDZpeBMmy4Ni3a8x9uCliC5nXpGCclHJz9XWYv19/Dw+1vADdCF5ZjKtOiSj5yZrbIZSBuVq31oikkGSlf/yJ2I8dqwC6VgfcjjQBSxVxNfl2ZVGusDg7xLndKONxr/cvvszYxePrc6W/9fXzSeNiX6f9ct7So8QNM8bHp3H+9vn/WWFFMaDQAA

Tutorial 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
πŸ‘1
Forwarded from MT Manager
MT_Manager_2.10.3-beta_22021589.apk
16.3 MB
πŸ‘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