en
Feedback
Rodroid Dev

Rodroid Dev

Open in Telegram

Show more
The country is not specifiedTechnologies & Applications31 203
1 783
Subscribers
+1124 hours
+617 days
+20230 days

Data loading in progress...

Similar Channels
No data
Any problems? Please refresh the page or contact our support manager.
Incoming and Outgoing Mentions
---
---
---
---
---
---
Attracting Subscribers
September '26
September '26
+59
in 1 channels
August '26
+240
in 3 channels
Get PRO
July '26
+243
in 4 channels
Get PRO
June '26
+272
in 4 channels
Get PRO
May '26
+339
in 6 channels
Get PRO
April '26
+135
in 3 channels
Get PRO
March '26
+66
in 2 channels
Get PRO
February '26
+169
in 6 channels
Get PRO
January '26
+26
in 0 channels
Get PRO
December '25
+50
in 2 channels
Get PRO
November '25
+65
in 0 channels
Get PRO
October '25
+336
in 2 channels
Get PRO
September '250
in 2 channels
Get PRO
August '250
in 1 channels
Get PRO
July '25
+29
in 3 channels
Date
Subscriber Growth
Mentions
Channels
06 September+11
05 September+9
04 September+4
03 September+11
02 September+10
01 September+14
Channel Posts
Rodroid Hermes — update v2.0 🚀 What's new in v2 - HBC v97, v98, v99 support — disassemble, assemble, and roundtrip the latest Hermes bytecode versions - Decompiler crash protection — functions that overflow the codegen stack automatically fall back to the linear decompiler - O(n²) decompiler hang fix — large functions no longer freeze; optimized SSA lookup - Cycle detection — control-flow plan converter handles cyclic structures without infinite recursion - Empty function handling — 0-instruction functions no longer panic the decompiler - Nested function decompilation — the "decompile nested" toggle now inlines nested closure bodies (no more "body not yet decompiled" placeholders) - On-device stack-overflow fixes — cyclic PHI/def chains, cyclic post-dominator trees, and unbounded structure-tree builders no longer recurse forever and crash the app (the SIGSEGV seen on real devices) ...more... 🔗 Links 📢 Telegram channel 💬 Telegram group 🐞 Report a bug

2
🚀 Il2CppDumper — C++ Port (Open Source!) I ported the famous Il2CppDumper reverse-engineering tool to pure C++17 — no .NET needed! It reads Unity IL2CPP games (global-metadata.dat + the game executable) and dumps everything you need to reverse: 📦 Outputs • dump.cs — decompiled C#-style class skeletons with offsets • il2cpp.h — C/C++ struct definitions • script.json + stringliteral.json — for IDA/Ghidra scripts • DummyDll/ — managed dummy DLLs 🎯 Supported formats • ELF 32/64 · PE · Mach-O 32/64 + Fat · NSO (Switch) · WebAssembly 🛠 Extras • IL2CPP versions 16 → 31 • Helper scripts for IDA / Ghidra / Binary Ninja / Hopper • CMake build, deps auto-fetched (lz4, nlohmann/json) 🔰 Note This is full conversion, means nothing misses, is 500kb c/c++ code, if you want to me to convert it to more langunages you can tell the request in group like if you want also it on go or java or python or eny other langunages👍 🔗 GitHub: https://github.com/rodroidmods/Il2cppdumper-cpp Give it a ⭐️ if you find it useful!
2 273
3
🚀 Rodroid Mod Injector v4.1 — Hotfix The stability update. v4.1 squashes the crashes and merge failures reported after v4.0. If a game crashed on launch, the mod menu never appeared, or a .xapk wouldn't load — this is the update for you. for the fixes, please read the description here : click here 💝 Support You can react to this post, + you can boost this channel to support me, guys im very sorry if you experineced crashes using the v4.0 of my modinjector, now these are all fixed all bugs, now it works well and im have tested it with .xapks, with .apks, and im have tested if the game crashes or runs and now is all fixed, you can enjoy it as im working with android code studio rust support next 👍 🔗 Links 📢 Telegram channel 💬 Telegram group 🐞 Report a bug
2 861
4
🚀 Rodroid Mod Injector v4.0 The Rust Rewrite is Here. This is a major performance update. The core engine that handles DEX parsing, class merging, and mod injection has been completely rewritten from Kotlin to native Rust via JNI. ⚡️ Performance (Kotlin → Rust) Now 2-2.5x faster Adding a second mod no longer costs extra time What Changed - Core DEX parsing, class merging, and snippet injection all run through a custom Rust library via JNI - String/type/method pool construction avoids redundant allocations with parallel per-class scanning New: Merge DEX - New toggle in Settings to merge mod classes directly into the game's DEX - Produces a single clean DEX file instead of keeping mod classes separate Bug Fixes - Fixed "From Installed Apps" bottom sheet not re-opening after first use - Fixed installed apps list reloading from scratch every time (now cached instantly) Support You can support me by reacting and also boosting this channel. 🔗 Links 📢 Telegram Channel 💬 Telegram Group 🐞 Report Bugs
2 354
5
Rodroid Hermes — Android toolkit for React Native Hermes bytecode (HBC) Work with Hermes bundles on device: disassemble, reassemble, and decompile to JavaScript — including bulk project export with live progress. for more description click here Support Also dont forget to react, giving github stars and also boosting to my channel and sharing it! 🔗 Links • Telegram channel • Telegram group • Report bugs
2 434
6
Finally, this app has becomed open source and free to use for everyone https://github.com/rodroidmods/Rodroid-SubCrypto Enjoy! ♥️, you can support it by giving it stars, also reactions to this post and sharing it, also you can give stars to my github projects such as rodroid-rust cli(very usefull tool) 👍 towmorrow next im will release the new app(mysterious, you will know it towmorrow😶‍🌫️)
1 820
7
+8
Rodroid Il2CppDumper v7.0 ⚜️ Stability + speed + clearer errors. Bugs fixed 🪲 - capacity overflow crash on some dumps (bad sizes become an error, not a panic) - Duplicate metadata keys - dump continues - AutoPlus version refine: metadata can say v31 while CodeRegistration still matches v29 layout; Better errors ❌ - Wrong magic shows bytes + expected AF 1B B1 FA (encrypted / wrong file) - Truncated or encrypted metadata: clear message instead of raw "failed to fill whole buffer" - Header section range checks + UI-friendly messages on Android / Tauri Faster (multi-core, same dump logic) ⚡️ - Parallel dump.cs types + method disassembly (large types) - Parallel DummyDLL, script.json, il2cpp.h / MethodInfo / scaffolding - Parallel generics dump + disasm annotations - Disasm ASM cache (flat + DiffableCs without double work) - Arc-shared field/vtable maps for cheap per-method context Support me by boosting this channel and sharing the channel ♥️ 🔗 Links • Telegram channel • Telegram group • Report bugs
2 232
8
Which would you like first?
1 348
9
BREAKING NEWS It has been confirmed that Neo Mods is Magic Mods (the scammer) Please report his account and channel Here's hi+1
BREAKING NEWS It has been confirmed that Neo Mods is Magic Mods (the scammer) Please report his account and channel Here's his telegram ID - 8825468668 Here's his telegram username (although he might change it later) - @NeoModsDev Make sure to share this info with others so that they don't get scammed by him
1 801
10
🐛 Rodroid Bug-Reporter Bot Found a bug in one of our apps? Report it directly to us! How it works: 1. Start the bot 2. Select the app 3. Describe the issue 4. Choose severity 5. Attach screenshots/videos 6. Done — we get notified instantly Features: • Track your report status with a unique ID • Get notified when we respond or fix it • Multi-language support (EN/AR/RU) 👉 [@rodroidbugreporter_bot](https://t.me/rodroidbugreporter_bot) 👉 Open Source click here Your reports help us improve our apps! 🚀 Soon after this im will perpare to make another rodroid app, is secret it will came soon but im need time to develop it, and im need the right sources🙂‍↔️
1 591
11
⚠️ IMPORTANT UPDATE REGARDING THE FREE CREDITS ($200+ TIER) ⚠️ Guys, a quick but very important heads-up about the AgentRouter invite link I shared earlier! 🚨 PLEASE READ THIS CAREFULLY Simply signing up with your GitHub account is NOT enough to fully unlock the rewards for either of us. AgentRouter has strict anti-bot protections, so accounts that only register and never actually use the service may not count. ✅ What you need to do: Just install and use Claude Code through AgentRouter. That's it. 📱 For Android/Termux users: pkg install proot-distro proot-distro install ubuntu proot-distro login ubuntu Then: cd /sdcard npm install -g @anthropic-ai/claude-code After installation, export the variables: export ANTHROPIC_BASE_URL="https://agentrouter.org" export ANTHROPIC_AUTH_TOKEN="ur api key" export ANTHROPIC_API_KEY="" export ANTHROPIC_DEFAULT_HAIKU_MODEL="gpt-5.5" export API_TIMEOUT_MS="600000" 🔑 Once you've done that: Go to AgentRouter Create an API key Paste it into the config above Start using Claude Code And that's it — you'll have access to Claude Opus 4.8 through AgentRouter. 🎁 BONUS If I see that invites are actually being completed (not just sign-ups with no activity), I'll release the source code of my Rodroid SubCrypto Subway Surfers tool: https://t.me/RodroidModsChannel/58 And that's not all 👀 I also have another upcoming project in development. Most of you don't know about it yet, but it could be very useful for Android app developers and modders. If the support is there, I'll consider open-sourcing that project as well. Share this message to everyone, also this is tested im have tested on my phone and it works very well means you can also use it on termux
507
12
🚀 Free $200+ AI API Credits for Developers! If you are using AI coding tools like Cursor, Roo Code, or Claude Code, check out AgentRouter. It's a non-profit gateway that allows you to route to multiple LLMs using a single API key. Sign up through my link to get upgraded from the standard $100 tier to a $200+ free credit balance to test models CLICK HERE Its very helpful, guys if you want to help me, for helping me you can signing using this link only, if you sign without the ivinte link, you do not get extra credits you get something like 250$ credits, therefor with normal signing you might get just 150$, you can even use this in termux if you dont have a PC, im might show you the commands but only after ivintes are done, this helps me to continue our projects and grow the community👍 Also you can support me by boosting my channel(click here), giving stars in my github repo and also reactions. Thank you for all your support♥️
466
13
Updated apps — Fixed some bugs Rodroid ModInjector - What's new 🌟 • Fixed a bug that when processing classes, the app was creating a list of lists for errors, because a list containing empty sub-lists, which is a false check-error, now this bug is fixed. Rodroid Il2cppDumper - What's new 🌟 • Fixed CODM disk-based dumps crashing with "Auto mode failed" — obfuscated internal pointers in CodeRegistration/MetadataRegistration structs no longer abort the entire init(). Bad pointers are skipped with a [WARN] when CODM mode is active; non-CODM games retain strict error propagation. You can install the latest update in the releases of my github repo(click here). Support me by boosting this channel, sharing and reacting♥️ 🔗 Links • Telegram channel • Report a bug
2 015
14
+8
🛡 Rodroid Il2CppDumper v6 is out! New update of il2cppdumper arrived with new patches, ui updates for tauri and more. What's new 🌟 • 🧵 Thread-static support — optional export with static_metadata.json, TLS offset annotations in dump.cs, FieldRVA / PrivateImplementationDetails handling, and DummyDll attrs (PE / Mach-O / NSO / WASM) • 🔧 Fixed memory-dumped CODM binaries (image-base / dump-file handling) Disassembler (ARM32 + x86/x64 parity) • 📱 ARM32 full rewrite — strings, box/unbox, field offsets, virtual calls on 32-bit Android • 🖥 x86/x64 — RIP-relative tracking, switch-table reconstruction, static field annotations in disasm Apps & fixes • 🖥 Desktop — rebuilt from Skeleton UI to Material 3 (noph-ui) — cleaner, more beautiful UI that is easier to use • 📱 Android — Indonesian language now applies correctly (was stuck on English); Dump Options Cancel no longer saves changes (fixed on desktop too) 🔗 Links • Telegram channel • Report a bug
5 396
15
🚀 Rodroid Mod Injector v3 is out! Smarter snippet editor, better APK handling, and a polished Settings UI. ✨ What's new • Built-in smali snippet editor — write custom smali code or use preset kinds (loadLibrary, invoke-static, invoke-virtual, sget, iget, etc.) and inject them directly into any activity method (onCreate, onStart, onResume…). • Removed redundant "Custom Smali" checkbox because of the new smali snippet feature. Now you are able to inject my chams tester into the game without doing it manually using this exact new feature, by using the LoadLibrary smali snippet and you will understand it👍 🔧 Bug fixes • Large assets files crashed v2 (OOM) — switched asset handling from ByteArray to streaming, so big games inject cleanly now • Splash screen skipped after onboarding • Native .so libs not captured from installed apps — fixed Support me by boosting my channel, sharing my posts and reacting to posts, and sorry for begin inactive for weeks♥️ 🔗 Links • Telegram channel • Report a bug
2 161
16
+1
🎯 Rodroid Chams Tester — VIP v2 is out! The cleanest OpenGL ES chams / wallhack tester for Android just got a major upgrade — new chams modes, smarter shader detection, smoother UI, and a long list of fixes. ❗️ For description you can click here 💎 How to get the v2 source Closed source. To buy: gift my Telegram account Telegram Premium (3 months[for v1) or longer [for latest v2]) — or any equivalent subscription — and DM me. 👉 Contact: @rodroidmods ⚠️ Info After this, im might try to do an esp tester, or even trying to do a memory tracer, so keep an eye on! For supporting me, give reactions and also stars on my github repo♥️ 🔗 Links • Telegram channel • Report a bug
4 062
17
Anyway im have a question, are you enjoying my app content and sources?, also after the chams tester v2, im will try to make the esp tester, also i could share its source for free ad doing same as the chams tester but more carefully this time
1 503
18
🚀 Rodroid HexViewer v2 is out A big update focused on deeper editing, analysis tools, and a modern editor feel — minimap and all. ❗️ For description you can click here 🔗 Links • Telegram channel • Report a bug
1 957
19
Also guys, don't forget, if you ingore this then don't blame me if the game crashes, you have to add this smali code at the init function of the main player acitvity: const-string v0, "rodroidnav" invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V else if you don't do the game will crash, at init, not OnCreate, and also don't forget to follow up the steps as eny other mod menu, and also in V2 of chams tester im will add this to the ui of chams tester so you don't need to check or copy the code again, but im do it later anyway enjoy it!
2 154
20
🎯 Rodroid Chams Tester — VIP — first release! The cleanest OpenGL ES chams / wallhack tester for Android, with a modern overlay menu, drag + resize floating windows, and a full theme color picker. 🆓 Free vs VIP The free open-source build has Select Shader, Show Shaders, and Enter Shader — but no X-Ray, no Flash, no HUD/Dump, no theme picker, no Show Full Shaders, no Dialog Mode toggle, and a basic UI that still ships with bugs. The VIP build adds all of those and ships bug-free. Free source on GitHub: https://github.com/rodroidmods/Rodroid-ChamsTester-FREE.git ⚠️ Note To add in game is easy, just like eny other mod menus, but don't forget to add both libs you see under lib folder else it will crash. 💎 How to get the source Closed source. To buy: gift my Telegram account Telegram Premium (3 months or longer) — or any equivalent subscription — and DM me. 👉 Contact: @rodroidmods 📢 Channel / Report bugs Support me by giving reactions and stars in the github repo!♥️
1 934