uz
Feedback
Dimension of TDO

Dimension of TDO

Kanalga Telegram’da oβ€˜tish

Technical Knowledge For Educational Purposes Not for business, promotion Or releasing, requesting mods Respect Hard Works Don't be Leecher We are Responsible only for our Posts Contact us @TDOhexSupportBot by Team of @MuhammadRidwan87

Ko'proq ko'rsatish
Buy Ad
Ma'lumot yo'q
Obunachilar
+1224 soatlar
+347 kun
+17230 kun
Postlar arxiv
[TDOhex] Analysis of Kotlin App: Understanding Mutable and Observable State This analysis offers valuable insights for learners interested in Kotlin app architecture, state management, and code analysis techniques. - Understanding Mutable & Observable State - Kotlin Code Flow & Logic - Real-World Code Analysis Notes: It didn't take us as much time to do the analysis as it did to write the analysis in the PDF. The idea of searching with regex is not professional, but it is a makeshift. Vocabulary has been improved using AI. Section 9.1.3 and 17 are important for patching. πŸ‘‰ For Markdown Format https://t.me/TDOhex_Discussion/58621 ━━━━━━━━━━━━━━━━━━━ πŸ“£ Main Channel: @TDOhex πŸ“±Second Channel: @Android_Patches πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

How to Bypass Screenshot and Screen Recording Restrictions from Android To block screenshot and screen recording in an Android app, the FLAG_SECURE is used, which has the constant value "8192 (0x00002000)". Documentation: 1. https://developer.android.com/reference/android/view/WindowManager.LayoutParams#FLAG_SECURE 2. https://developer.android.com/reference/android/view/Display#FLAG_SECURE To bypass the FLAG_SECURE using Smali code, search for these patterns: 1. Landroid/app/Activity;->getWindow()Landroid/view/Window; Then, check in the current results if the constant 0x2000 is being used to set or add the flag. For this, search for these patterns: 1.1 Landroid/view/Window;->setFlags(II)V 1.2 Landroid/view/Window;->addFlags(I)V If the constant 0x2000 is being used to set or add the flag, replace the constant 0x2000 with 0x0. Note: Remember that the constant 0x2000 is sometimes defined far from the addFlag and setFlag methods, and sometimes it is retrieved from a field value. This depends on the skills of the developer. We have written a regex to bypass the FLAG_SECURE in Android apps. It is not independent but will work in most cases and will give you an idea of how to write a regex for your situation. Remember, we can provide an independent regex that works in all cases, but the regex feature of MT Manager is limited, so for now, this should suffice. Search:
(const\/)16(\s[pv]\d{1,2},\s0x)200(0\n\n(\s{4}\.line\s\d+\n)?\s{4}invoke-virtual\s\{[pv]\d{1,2},\s[pv]\d{1,2}(,\s[pv]\d{1,2})?\},\sLandroid\/view\/Window;->(add|set)Flags\(II?\)V)
Replace:
$14$2$3
Here, $14 is not a group number but rather the digit 4 added after group one. πŸ‘‰ How to Bypass Mock Detection https://t.me/TDOhex_Discussion/6280 πŸ‘‰ For Fixing Package Installer https://t.me/TDOhex_Discussion/44048 πŸ‘‰ To Bypass Client-Side LVL https://t.me/TDOhex_Discussion/46240 πŸ‘‰ How to Bypass VPN Detection https://t.me/TDOhex_Discussion/35471 ━━━━━━━━━━━━━━━━━━━ πŸ“£ Main Channel: @TDOhex πŸ“±Second Channel: @Android_Patches πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

I thank you all for your support and contributions. I hope to continue receiving your support in the future. Today, I am sharing with you two teachings that our teacher first told us. These two teachings are taught in every our university. 1. Knowledge comes with humility. The branch that bears fruit always bows down. 2. A disrespectful person never gains knowledge. In other words, if you want knowledge, you must abandon arrogance and embrace humility. You must also respect every source from which you acquire knowledge. Arrogance and ingratitude are the roots of all misfortune. If you haven't learned these teachings from me, then you haven't learned anything from me, nor do you truly know me. ❀️ --From MuhammadRizwan-- ❀️ Join us, Follow us! @TDOhex @Android_Patches @TDOhex_Discussion https://github.com/muhammadrizwan87

Reminder πŸ””: The Epic Games Store will reportedly offer 16 Mystery Games from December 12, 2024, to January 9, 2025, starting with a new game every day. And also remember that the Epic Game Store is available on Android. You can play the games (Fortnite, Fall Guys, Rocket League). Link: https://store.epicgames.com/free-games Now don't ask how to bypass the Epic Game Store login πŸ€ͺ.

App Name: GreenTuber block ads on videos Version: 0.1.5.7(106) Play Store Link: https://play.google.com/store/apps/details?id=by.green.tuber What's in this PDF: - The getter and setter methods we mentioned in our post have been explained. https://t.me/TDOhex_Discussion/53828 ━━━━━━━━━━━━━━━━━━━ πŸ“£ Main Channel: @TDOhex πŸ“±Second Channel: @Android_Patches πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

✨ New Update for KeySigner ✨ What's New: πŸ”„ Keystores Migration Added: Migrate between JKS, BKS, and PKCS12 keystores seamlessly. πŸ’Ό Import PEM to PKCS12: Import x509 certificates and private keys into a new PKCS12 keystore. PEM to PKCS12 conversion included. πŸ“ˆ Enhanced Input Validation: Significant improvements in input validation. The utility module now smartly handles and validates user inputs. πŸ›  Distinguished Names Fixed: DName have been fixed, and now any empty names will no longer be displayed βœ… Requirements:
pkg install python openjdk-17 apksigner openssl-tool
πŸ“¦ Installation:
pip install --force-reinstall keysigner
πŸ”— GitHub Repository: https://github.com/muhammadrizwan87/keysigner 🀝 Your feedback and contributions are welcome! If you find it helpful, don’t forget to star ⭐ the repo and share it with your peers. ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

✨ New Update for SigTool ✨ - We’ve enhanced mthook with obfuscation to bypass the hook detection, which often flagged it due to superclass or library names. πŸ”— GitHub Repo: https://github.com/muhammadrizwan87/sigtool βœ… Requirements: pkg install python openjdk-17 aapt openssl-tool && pip install setuptools πŸ“¦ Installation: pip install --force-reinstall sigtool πŸ’‘ Usage: To help: sigtool -h To generate mthook: sigtool /path/to/apk -hmt To inject hook: https://github.com/muhammadrizwan87/sigtool/tree/main/sigtool/sighooks/mt_enhanced_hook#to-inject-hook-on-target-apk ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

Repost from Useful Patches
✨ New Update for SigTool ✨ - We’ve enhanced mthook with obfuscation to bypass the hook detection, which often flagged it due to superclass or library names. πŸ”— GitHub Repo: https://github.com/muhammadrizwan87/sigtool βœ… Requirements: pkg install python openjdk-17 aapt openssl-tool πŸ“¦ Installation: pip install --force-reinstall sigtool πŸ’‘ Usage: To help: sigtool -h To generate mthook: sigtool /path/to/apk -hmt ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

How to use nmmp-vm Repository: https://github.com/maoabc/nmmp.git What's New: The built NDK will be detected automatically. Now, you can also run it in Termux and the Terminal of AIDE Pro. 1. Download nmmp-vm and Extract it into your path. 2. Go to '/path/to/nmmp-vm' 3. Change your target app with SafeCheck. 4. Set your rules. πŸ‘‰ Setting Rules in convertRules.txt File https://t.me/TDOhex_Discussion/51386 5. Open the terminal and enter these commands.
cd /path/to/nmmp-vm

# Termux
bash start-vm.sh

# Terminal of AIDE Pro
sh start-vm.sh
πŸ‘‰ How to configured NDK + CMake in Termux https://t.me/AbhiTheM0dder/1100 πŸ‘‰ How to Install and Set Up AIDE Pro https://t.me/TDOhex_Discussion/50390 πŸ‘‰ To fix "Failed to extract native libraries, res=-2" https://t.me/TDOhex_Discussion/50730 Note: If you face permission issues then extract nmmp-vm into '/data/data/pkg_name/files/' ━━━━━━━━━━━━━━━━━━━ πŸ“£ Main Channel: @TDOhex πŸ“±Second Channel: @Android_Patches πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

🚨 Red-Alert: 🚨 Some people are using our trademarks to share Malicious and Trojan apps, spreading the misconception that these actions are being carried out by the TDOhex platform. We want to make it clear that we neither support nor share such activities. If someone is using our trademarks, it is up to you to decide how you will verify them. The TDOhex platform is for learning purposes, not for releasing modded or patched apps. We repeatedly request everyone not to trust everyone’s mods or patched apps. You must make trust-based decisions carefully. Your privacy and data security are in your hands. We are not responsible for the mistakes of others. --From Team TDOhex

πŸ”₯ Big Update Alert: SigTool - APK Signature and Keystore Analyzer Pro! πŸ”₯ SigTool just got supercharged! This open-source tool isn’t just for analyzing APK signatures anymore. We’ve added TWO new features to help developers and reverse engineers get even more out of their projects. ✨ For Developers: Perform in-depth analysis of X.509 certificates with SigTool to seamlessly integrate signature verification into your projects. To extract an X.509 certificate from your keystore, be sure to check out our second tool, KeySigner. KeySigner: https://github.com/muhammadrizwan87/keysigner πŸ•΅οΈ For Reverse Engineers: Need a hook to bypass APK signature checks? SigTool now can help you to generate those hooks, you can check out the MT VIP hook template in our demo. πŸ”— GitHub Repo: https://github.com/muhammadrizwan87/sigtool βœ… Requirements: pkg install python openjdk-17 aapt openssl-tool πŸ“¦ Installation: pip install --force-reinstall sigtool πŸ’‘ Usage: sigtool -h Your feedback and contributions are welcome! If you find it helpful, don’t forget to star ⭐ the repo and share it with your peers. ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

How to Use nnmp-vm-fixed Repository: https://github.com/maoabc/nmmp.git Step 1: Download nnmp-vm-fixed - Download nnmp-vm-fixed From Here: https://t.me/TDOhex_Discussion/50391 Step 2: Extract nnmp-vm-fixed Extract nnmp-vm-fixed to your preferred path. Step 3: Configure nnmp-vm-fixed 1. Navigate to '/path/to/nnmp-vm-fixed'. 2. Replace the target app with SafeCheck. 3. Configure your rules by editing '/path/to/nnmp-vm-fixed/OuO/tool/convertRules.txt'. Step 4: Start nnmp-vm-fixed in AIDE Pro’s Terminal To launch nnmp-vm-fixed: 1. Open AIDE Pro's Terminal How to open it: https://t.me/TDOhex_Discussion/50390 2. In the terminal, navigate to your extracted nnmp-vm-fixed folder and start the script with these commands:
cd /path/to/nnmp-vm-fixed
sh start-vm_fixed.sh
Note: If you encounter permission issues, try extracting nnmp-vm-fixed into '/data/user/0/aidepro.top/files'. ━━━━━━━━━━━━━━━━━━━ πŸ“£ Main Channel: @TDOhex πŸ“±Second Channel: @Android_Patches πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

How to Inject Accounts Into App and Push Data πŸ‘‰ As we mentioned earlier, there’s no need to buy an AppCloner subscription to inject accounts into any app. A free patch is already available to perform this task. https://t.me/TDOhex_Discussion/48543 πŸ‘‰ To bundle any app, you need the data from 'data/data/package_name', 'Android/data/package_name', and 'Android/obb/package_name'. https://t.me/TDOhex_Discussion/48597 πŸ‘‰ We had requested someone to record a short video on this, but we ended up having to complete this task ourselves. https://t.me/TDOhex_Discussion/48591 πŸ‘‰ So, first we built a demo app. For demo app: https://t.me/TDOhex_Discussion/50052 πŸ‘‰ Then, we understood how to apply Add_Save_New. To apply the Add_Save_New patch: https://t.me/TDOhex_Discussion/50053 πŸ‘‰ For added convenience, check out the patched version of the demo app: For the patched version of the demo app: https://t.me/TDOhex_Discussion/50054 πŸ‘‰ For Video Tutorial https://t.me/TDOhex_Discussion/50178 ━━━━━━━━━━━━━━━━━━━ πŸ“£ Main Channel: @TDOhex πŸ“±Second Channel: @Android_Patches πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

Repost from Useful Patches
πŸš€ Introducing KeySigner: The Ultimate Keystore Management & APK Signing Tool! πŸ§‘β€πŸ’» Tired of complex keystore management and APK signing and looking for a seamless way to perform theses tasks? Check out KeySigner! ✨ KeySigner: A useful command-line tool for developers! Manage your keystores and sign APKs with ease using KeySigner’s developer-friendly interface. πŸ”‘ Key features: - Generate JKS, BKS, and PKCS12 keystores - Migrate and convert keystore formats - Extract certificates and private keys - Sign APKs with custom keystores (v1, v2, v3) βœ… Requirements:
pkg install python openjdk-17 apksigner openssl-tool
πŸ“¦ Installation:
pip install keysigner
πŸ”— GitHub Repository: https://github.com/muhammadrizwan87/keysigner πŸ“± Get started today and boost your development process! 🀝 Your feedback and contributions are welcome! If you find it helpful, don’t forget to star ⭐ the repo and share it with your peers. ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

Repost from Useful Patches
πŸš€ Introducing KeySigner: The Ultimate Keystore Management & APK Signing Tool! πŸ§‘β€πŸ’» Tired of complex keystore management and APK signing and looking for a seamless way to perform theses tasks? Check out KeySigner! ✨ KeySigner: A useful command-line tool for developers! Manage your keystores and sign APKs with ease using KeySigner’s developer-friendly interface. πŸ”‘ Key features: - Generate JKS, BKS, and PKCS12 keystores - Migrate and convert keystore formats - Extract certificates and private keys - Sign APKs with custom keystores (v1, v2, v3) βœ… Requirements:
pkg install python openjdk-17 keytool apksigner openssl-tool
πŸ“¦ Installation:
pip install keysigner
πŸ”— GitHub Repository: https://github.com/muhammadrizwan87/keysigner πŸ“± Get started today and boost your development process! 🀝 Your feedback and contributions are welcome! If you find it helpful, don’t forget to star ⭐ the repo and share it with your peers. ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

πŸ‘‰ How to edit strings in lib using radare2 https://t.me/TDOhex_Discussion/32144 πŸ‘‰ Step-by-Step Guidelines to Loading Complex Immediate Values in ARM64 https://t.me/Android_Patches/34 πŸ‘‰ Exploring Null Bytes: How to Patch Functions Using Unused Memory https://t.me/Android_Patches/35 πŸ‘‰ Difference between MOV and LDR instructions https://t.me/TDOhex_Discussion/23041

Repost from Useful Patches
πŸš€ Introducing SigTool: APK Signature Analyzer Pro  SigTool is an open-source tool designed for developers and security analysts to perform in-depth APK signature analysis. It offers: - Signature Extraction & Hash Calculation - Java-style HashCode Calculation - PEM Certificate Generation πŸ”— GitHub Repository: https://github.com/muhammadrizwan87/sigtool βœ… Requirements: pkg install python aapt openssl-tool πŸ“¦ Install: pip install sigtool πŸ’‘ Usage: sigtool -h Your feedback and contributions are welcome! If you find it helpful, don’t forget to star ⭐ the repo and share it with your peers. ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

Repost from Useful Patches
πŸš€ Introducing SigTool: APK Signature Analyzer Pro  SigTool is an open-source tool designed for developers and security analysts to perform in-depth APK signature analysis. It offers: - Signature Extraction & Hash Calculation - Java-style HashCode Calculation - PEM Certificate Generation πŸ”— GitHub Repository: https://github.com/muhammadrizwan87/sigtool  πŸ“¦ Install: pip install sigtool πŸ’‘ Usage: sigtool -h Your feedback and contributions are welcome! If you find it helpful, don’t forget to star ⭐ the repo and share it with your peers. ━━━━━━━━━━━━━━━━━━━ ♻️ Join Channel: @Android_Patches πŸ“£ Second Channel: @TDOhex πŸ’¬ Discussion Group: @TDOhex_Discussion ━━━━━━━━━━━━━━━━━━━

Flutter Reverse Engineering: Bypassing Hive Box Checks What's in this PDF: - How to bypass the check for Hive box values - How to patch Study Ratna app - Patches for arm64-v8a and armeabi-v7a πŸ‘‰ Demonstrate App https://t.me/TDOhex_Discussion/38641 πŸ‘‰ Index for Flutter Reverse Engineering https://t.me/TDOhex/451 πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯ πŸ“£ Main Channel: @TDOhex πŸ“±Second Channel: @Android_Patches πŸ’¬ Discussion Group: @TDOhex_Discussion πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯πŸ’₯