Assembler 📚
Open in Telegram
💠 Assembly Best Knowledge 💠 Reverse Protection Apk 💠 Advance Tools 🛠️ The best channel to learn lib Modding Assembly & Flutter App Modding
Show more924
Subscribers
No data24 hours
+1107 days
+23430 days
Posts Archive
924
Arm Converter 1.0 BETA
Only BETA EDISON SEND ME YOUR PROBLEM IN MY INBOX OR COMMENT BELLOW..!!!
Dev - @aantik_mods
924
windows activator bat script😉 i have new idea i'm make all windows activator.exe winfuck.exe anti detect soon 😂
924
Repost from apkinsight
Haha Modder Hub ,🥱 Cloned
They were discussing creating a security system that For this, they uploaded an example app and inside it they added the control flow and Dex2c
But I know how to work this type security System 😂
It basically pincodes my device ID through crypt and encryption and saves it in key store later when we factory reset the device our device id will change then the old device id which was created in key store will never be deleted and it will not match with the device changed from current key store then the app will give wrong information Best Security System 😐 I know How to Break This Protection
924
Repost from apkinsight
How to Dump Any Lib.so Offset
YouTuber Sry ** 🙄
Lecher Enjoy This Video 😜 Don't Remove My Credit 😁
Video topic How to Sump Any Mod menu Obfuscated String In Realtime Memory Dump
gg.REGION_C_DATA
gg.REGION_CODE_APP
gg.REGION_C_BSS
Value Formate representation
924
Repost from apkinsight
#1 Fast Video Mod Menu Making Course
#ModMenu
In this video tutorial, I will guide you through the process of installing AIDE on your Android phone, setting up the NDK (Native Development Kit), and understanding the basics of normal HEX patching. Whether you're a beginner or have some experience, this course will help you grasp essential concepts and tools required for mod menu development. Stay tuned for step-by-step instructions and practical demonstrations!
NDK LINK - 🔗 LINK
AIDE LINK - 🔗 LINK
Projects used in the video - 🔗 LINK
924
Repost from apkinsight
I am going to start a course Mod Menu Making Start Fast Video 16 Feb 2025
C++ / c sharp / Java
Which I will divide into four parts
fast part => How to Use Hex Patching
Second part => How to Make Hook
Third part => Esp Or Aimbot Any value Canvas Displaying Like Your Player Current HP Show in Display Like battery 🔋 % type or etc
4th part => Internal or External
924
Repost from apkinsight
CANDY CRUSH SAGA
Offset By - Assembler @aantik_mods
-- All Lavel Unlock Symbol
CGameLogic::IsLevelSuccess(void)
-- > function ORIG
CGameLogic::IsLevelSuccess(void)
{
R0 = CGameLogic::LevelRequirementsFulfilled(void);
R1 = R0;
R0 = 0;
if (r1 != 1) return R0;
if (r1 == 0)
{
R0 == 1;
}
}
--> Mod Function
CGameLogic::IsLevelSuccess(void)
{
return !CGameLogic::LevelRequirementsFulfilled(void);
}
-- Tick Hack
The real meat:
CGameLogic::TickBoard
This is probably the most central function to the operation of the entire game.
Through an analysis of the TickBoard function, I found that the TickSugarCrush method
is called when the original function is called with (r0 + 0xc == 0xc). r0 in this case
is "CTimer const&" according to the debug symbols, so I'll investigate where this address
plus 0xC is set.
In Tick, *(r10 + 0xC) == 0xF, they continue. Maybe "r10 + 0xC" is important.
r10 comes from r0 which is also passed as CTimer in the debug symbols. We have
to go deeper!
Tick is called by
-- > Update Method Pass This Update In this TickBoard 👽
CGameLogic::Update
PUSH {R4-R7,LR}
ADD R7, SP, #0xC
STR.W R8, [SP,#0xC+var_10]!
SUB SP, SP, #8
MOV R4, R0
It clearly goes on to check for jelly in each location on the board by calling
CBoard::GetGridItem.
Anyways, I just want to do like I did before. I'm going to set r0 to 1 and return immediately after the sub instruction (remember this is the stack pointer).
01 20 02 B0 F0 BD
Woah. Now it crashes. I think I'll set r0 to 1 before it exits because I'm messing up the stack here.
So at the end of the function, 0846 represents
mov r0,r1
I'll just make that 01 20 because that's movs r0,#1
that works...!!
Happy Modding 🤞
924
Repost from apkinsight
Only for Test Wait For Finall Version
Developed By - @aantik_mods
Offline Version arm64-v8a Android Device Support Wait 32bit users Final version
924
Repost from apkinsight
Hex to Arm Convater Offline Fully
Made by Logic - PuruliaKing007
Develop Remake - Antik Mods
Support
ARM & ARM64 & THUMB & THUMB Big Endian
No need Online Arm convater Haha
G++ 🥲
