Codex
Open in Telegram
Content channel : - App Development - Python , C++, kotlin , Golang, Java , JS , Rust This Channel Doesn't Promote Any Illegal Activities It's Just For Fun Educational Purposes Owner : @Qwanwin From : Indonesia
Show more1 498
Subscribers
+224 hours
+157 days
+8330 days
Posts Archive
1 498
MOBILE SERVICE TOOL SOURCE CODE
Features:
• FRP Reset
• Remove Pattern / PIN / Password
• Fastboot & ADB Functions
• Qualcomm Support
• MTK Support
• Flashing Function
• Device Info
• Auto Driver Detection
• Modern UI
• Backup & restore data device
• Flash firmware / stock ROM
• Bootloader unlock
• Newer security patch bypass
• SPD / Unisoc Support
• Driver installer
Suitable For:
• GSM Developers
• Mobile Technicians
• Private Tool Projects
• Software Startup
Package Include:
• Full Source Code
• Build Project
• Libraries & Dependencies
• Basic Documentation
Language:
• [C# / Python / Delphi / etc]
💰 Serious Buyer Only
@Qwanwin
1 498
The source code of a C#-based Windows Forms/WPF application created in Visual Studio targets Android devices via ADB/MTP.
Note :
Please note that bypassing security features (such as FRP) on a device you don't own or for illegal purposes is against the law. This information is for educational purposes only.
@codex4444
1 498
Since I have some free time, let's see how far they've improved their protection on my old games. Let me know the latest version they updated 😊
1 498
OBF Android String Obfuscation
native library to hide sensitive strings (API, URL, token) using C++ + libsodium.
USAGE
1. Copy "obf.aar" app/libs/
2. Add dependency:
dependencies {
implementation fileTree(dir: "libs", include: ["*.aar"])
}
3. Sync project
4. Use:
val api = ApiObf().getApiKey(context)
NOTES
- minSdk 21+
- Do not change app signature after build
- Do not change obf.hpp because this code connect with obf.aar
- Support all ABI
- iOS Not supported
Based core method !
- XOR
- ChaCha20-Poly1305
- Blake2b
- Random salt + nonce
Project include
- guide.txt
- sodium
- blake2
Use this protection only for highly sensitive data.
Any misuse, incorrect implementation, or configuration errors are the sole responsibility of the user.
Development by @Qwanwin
CH : @codex4444
1 498
Update 1.3.0
# stability
Sekarang error lebih jelas (ada stack trace), bisa jalanin project pakai cyn.json tanpa nulis file, ada watch mode buat auto reload, bisa bikin project langsung pakai command, sama nambah beberapa built-in buat cek tipe data.
https://www.npmjs.com/package/cynlang
@Qwanwin
1 498
Update 1.1.1
#developer experience + stability
✔ fix crash
✔ improve error message
✔ improve output
✔ tambah builtin
✔ improve CLI feel
https://www.npmjs.com/package/cynlang
@Qwanwin
1 498
Android 17 Beta 3 - A new multitasking experience, redesigned screen recorder, and much more! : r/Android
https://www.reddit.com/r/Android/comments/1s4jbii/android_17_beta_3_a_new_multitasking_experience/
1 498
MikuAPI Update v0.2.0
MikuAPI is now more stable and ready to be used for building APIs with ease.
What’s new:
- Improved JSON body parsing
- More advanced query parameters
- Enhanced OpenAPI & Swagger documentation
- Cleaner project structure
- Online documentation is now available
Documentation:
https://cynthia-cnn.github.io/MikuApi/
Install:
git clone https://github.com/Cynthia-cnn/MikuApi.git
Simple. Fast. Built from scratch.
development by @Qwanwin
@codex4444
