440
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
Filename: JPro_1.06.apk
Package: dpt.com.nihongo_jpro
Mod Info: Upgraded to Pro
https://play.google.com/store/apps/details?id=dpt.com.nihongo_jpro
Lduypt/com/nihongofree/utility/j;->D(Landroid/content/Context;)Ljava/lang/Boolean;
SEARCH: move-result p0
REPLACE: const/4 p0, 0x1
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-
Sign application
# Generate keystore
$
keytool -genkey -v -keystore user.keystore -keyalg RSA -keysize 2048 -validity 10000 -alias user
# Sign app using generated keystore
$ apksigner sign --ks user.keystore --ks-key-alias user --ks-pass pass:testtest --key-pass pass:testtest Test_Aligned.apk
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-Tutorial: How to Mod Fullsocks
Description: in this video you can learn how to decrypt an application whose string is encrypted and make disable protection config + disable blockroot
Tutorial by @trooyxzz
Tools Used: Mt Manager & NP Manager
Assemble and Disassemble (smali, baksmali)
$
java -jar baksmali.jar -x yourfile -o classout
$ java -Xmx512M -jar smali.jar classout -o classes.dex
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-Il2cppdumper-signed.apk
Made By : Sem Cafè
SHARE WITH CREDIT: @CHEATERNEVERDIES
Version: 2.10.4 ✅ (22040665)
- Text editor custom symbol input upgraded to shortcut function bar
- Fixed problem that text editor may not be able to swipe left and right in non-wrapping mode
- Fixed problem that background text will be written to an empty file when text editor saves all
- Added "Code" to search type of AXml search/batch replace function (VIP function)
- Optimized AXml decompilation to automatically mask certain types of interference information
- Passed an AXml pseudo-encryption that causes decompilation to fail
- Upgraded dex string decryption function to support custom decryption function
- Optimized dex comparison function to prevent out of memory errors and improve loading speed
- Optimized dex repartitioning function to prevent out of memory errors or interface freezes
- Added custom name function for V1 signature data file
- All Java decompilation engines updated to latest version and added Jadx (Simple)
- Accurately identify location of all methods and fields in decompiled Java code for navigation (even against Java syntax specifications)
- Added Turkish (thanks to AKDELİKAN for translation)
- Fixed problem that file thumbnails in search dialog may not be loaded all time
- Fixed problem that file time will be very large after decompressing file to system directory
- Fixed an issue where thumbnail icons might not be loaded after pull-to-refresh
Convert your egg files which is outdated to wheel format by following tutorial from this url
https://wheel.readthedocs.io/en/stable/reference/wheel_convert.html
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-
ARM Architecture
Registers
x0-x30: refers to the larger 64-bit register
wO-w30: refers to the 32-bit lower half of the same register
"rO"- just mean x0
Byte Addressable
Two Operating Modes
AARCH64 - 8-byte instructions
AARCH32 - 4-byte instructions
Both have a user mode and supervisor mode
Frida Injection - Pocket Edition
this is GUI for frida , you can choose any script and that will be automatically injected in target app which you selected inside it
https://github.com/TimScriptov/Frida-Injector-for-Android
- Appear with a different design with a simple view
- Adding a mode option in (Edit Mode) available features: Res Encryption, String Obfuscate and Get Signature there are options for mode options
- Added clear history search in Edit Resource, String and Manifest with a simple button for easy cleaning
- Added several features such as (SO Editor, Apk Converter, Split Extract, Dex Encryption And Color converter ) This feature is on the front page of the homepage
- Added some dialogs and toasts in some activities and you can set them in the settings as they are already available
- Added automatic update dialog, you can update the app just inside the app without having to go to other sites
- There are many features in the settings options such as the replace toast option (you can change the toast) or hide toast (so that it doesn't appear in some activity) hide update dialog
- And you can check later all the features that have not been mentioned above, and if there are problems in the app, please send feedback
Preferences Apply New Value
+++++ SMALI:
sget-object v0, Lcom/universapp/asciiconverter/MainActivity;->mPreferences:Landroid/content/SharedPreferences;
invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
move-result-object v0
const-string v1, "remove_ads"
const/4 v2, 0x1
invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
move-result-object v0
invoke-interface {v0}, Landroid/content/SharedPreferences$Editor;->apply()V
+++++ JAVA:
mPreferences.edit().putBoolean("remove_ads", true).apply();
Written by @deletuserbot
https://t.me/schdenfreude
-=[ Schadenfreude Reversing Group ]=-
Repost from AbhiTheModder
Udemy | Reverse Engineering: Frida for Beginners
Info : https://www.udemy.com/course/frida-for-beginners
