Media is too big
VIEW IN TELEGRAM
Hermes finder tools 1.0 !!
=> Search keyword
Download
https://github.com/Qwanwin/Hermes
Made by @Qwanwin
=> Search keyword
Download
https://github.com/Qwanwin/Hermes
Made by @Qwanwin
🔥8👍3❤1
Sorry if I'm not very active. Because this concerns my real life. Please understand
❤5
I am finishing my work. After that I will continue our project. The most important thing is that it is completely free.
🔥3
LibPatcher_1.0.apk
2.5 MB
Lib Patcher [1.0.0]
=> Analize Lib
=> Auto patch
=> Decompile Offset
⚙️ Support Architecture:
┗━🔧 arm64-v8a (64bit)
┗━🔧 armeabi-v7a (32bit)
⚙️ Support Android:
┗━🔧 Android 10-15
Description :
tools for patching/modifying files with a focus on security and an interactive user interface.
you can edit lib files without having to use radare2 or anything else...
Note:
if you want to use 64bit lib you have to check 64 bit architecture button...
what about the next update???
I will add manual patch and flutter patch features!
Open source project if edited please but give a little credit for my efforts!!!
━━━━━━━━━━━━━━━━━━━━━━━
🔰 Made by: @Qwanwin
━━━━━━━━━━━━━━━━━━━━━━━
https://t.me/codex4444
=> Analize Lib
=> Auto patch
=> Decompile Offset
⚙️ Support Architecture:
┗━🔧 arm64-v8a (64bit)
┗━🔧 armeabi-v7a (32bit)
⚙️ Support Android:
┗━🔧 Android 10-15
Description :
tools for patching/modifying files with a focus on security and an interactive user interface.
you can edit lib files without having to use radare2 or anything else...
Note:
if you want to use 64bit lib you have to check 64 bit architecture button...
what about the next update???
I will add manual patch and flutter patch features!
Open source project if edited please but give a little credit for my efforts!!!
━━━━━━━━━━━━━━━━━━━━━━━
🔰 Made by: @Qwanwin
━━━━━━━━━━━━━━━━━━━━━━━
https://t.me/codex4444
👍5🔥4🥰3
LibPatcher_2.0.apk
3.6 MB
Lib Patcher [2.0.0]
Update Log:
=> Flutter patch
⚙️ Support Architecture:
┗━🔧 arm64-v8a (64bit)
┗━🔧 armeabi-v7a (32bit)
⚙️ Support Android:
┗━🔧 Android 10-15
Note:
if you want to use 64bit lib you have to check 64 bit architecture button...
NB "Before Use please click GUIDE"
Open source project if edited please but give a little credit for my efforts!!!
Important :
You get "cannot access file" please use external manager like MT manager
"do not use internal storage when inputting .so file"
━━━━━━━━━━━━━━━━━━━━━━━
🔰 Made by: @Qwanwin
━━━━━━━━━━━━━━━━━━━━━━━
https://t.me/codex4444
Update Log:
=> Flutter patch
⚙️ Support Architecture:
┗━🔧 arm64-v8a (64bit)
┗━🔧 armeabi-v7a (32bit)
⚙️ Support Android:
┗━🔧 Android 10-15
Note:
if you want to use 64bit lib you have to check 64 bit architecture button...
NB "Before Use please click GUIDE"
Open source project if edited please but give a little credit for my efforts!!!
Important :
You get "cannot access file" please use external manager like MT manager
"do not use internal storage when inputting .so file"
━━━━━━━━━━━━━━━━━━━━━━━
🔰 Made by: @Qwanwin
━━━━━━━━━━━━━━━━━━━━━━━
https://t.me/codex4444
🔥17❤3🥰2
Media is too big
VIEW IN TELEGRAM
Tutorial dump dex using runtime injection
Download : Touch me kyaaa
In the next update, I will fix the duplicate and double load memory problems.
Download : Touch me kyaaa
In the next update, I will fix the duplicate and double load memory problems.
🔥10❤2🥰1🤔1🤬1
Codex
Tutorial dump dex using runtime injection Download : Touch me kyaaa In the next update, I will fix the duplicate and double load memory problems.
for certain protection there must be a different implementation from the old one so be patient !
🔥8
MemoryPatch.rs
14.6 KB
Full control over memory with attention to security..
Install dependencies
Cargo.toml:
Usage:
Make sure you are running as Administrator and the game is running...
@Qwanwin
Install dependencies
Cargo.toml:
[package]
name = "MemoryPatch"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
log = "0.4"
env_logger = "0.9"
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3"
tokio = { version = "1.0", features = ["full"] }
futures = "0.3"
dashmap = "5.1"
rayon = "1.5"
tracing = "0.1"
tracing-subscriber = "0.3"
chrono = { version = "0.4", features = ["serde"] }
regex = "1.5"
serde_json = "1.0"
winapi = { version = "0.3", features = ["processthreadsapi", "handleapi", "minwindef", "memoryapi", "tlhelp32", "winnt"] }
Usage:
# Build
cargo build --release
./target/release/MemoryPatch.exe --package game.exe --search "64 00 00 00" --replace "E7 03 00 00"
./target/release/MemoryPatch.exe --package "Game.exe" --search "64 00 00 00" --replace "E7 03 00 00" --continuous --interval 5 --output report.json
Make sure you are running as Administrator and the game is running...
@Qwanwin
Codex
Update V2 version ! Download https://github.com/Qwanwin/Codex Support by @Qwanwin
I'm still trying to change my dex fetching method to dynamic. It's a little different than I thought.
wait for the next version...
wait for the next version...
❤2
After analyzing the container implementations of some of the repackaged APKs with protection,
I found that they use a combination of techniques for sophisticated protection implementation,
As a result they always use "Hybrids" and advanced versions of anti-debugging.
"Using this POC, we were able to effectively extract the full decrypted DEX file from the memory of the running APK protected by the protection". This method has a 100% success rate as the DEX file must remain fully readable in memory during the decryption and class loading phases.
#note
For Android application developers, we propose the following protection suggestions, which can effectively improve application security, even when commercial protection solutions...
Secure Design:
Adopt the principle of least privilege
Implement a layered defense strategy
Avoid hard-coding sensitive information
Use strong encryption algorithms
Code Protection:
Use multiple levels of obfuscation
Native implementation of key logic
Application Code Virtualization
Dynamic code generation and execution
Runtime Protection:
Implement multi-level integrity verification
Implement advanced anti-debugging techniques
Use memory protection technology
Implement API hook detection
Remote Authentication:
Remote security verification
Dynamic policy delivery
Detect abnormal behavior
Remote authorization for critical operations
By combining these technologies, application security can be effectively enhanced even in the face of sophisticated reverse engineering and hacking techniques.
Written by @Qwanwin
I found that they use a combination of techniques for sophisticated protection implementation,
As a result they always use "Hybrids" and advanced versions of anti-debugging.
"Using this POC, we were able to effectively extract the full decrypted DEX file from the memory of the running APK protected by the protection". This method has a 100% success rate as the DEX file must remain fully readable in memory during the decryption and class loading phases.
#note
For Android application developers, we propose the following protection suggestions, which can effectively improve application security, even when commercial protection solutions...
Secure Design:
Adopt the principle of least privilege
Implement a layered defense strategy
Avoid hard-coding sensitive information
Use strong encryption algorithms
Code Protection:
Use multiple levels of obfuscation
Native implementation of key logic
Application Code Virtualization
Dynamic code generation and execution
Runtime Protection:
Implement multi-level integrity verification
Implement advanced anti-debugging techniques
Use memory protection technology
Implement API hook detection
Remote Authentication:
Remote security verification
Dynamic policy delivery
Detect abnormal behavior
Remote authorization for critical operations
By combining these technologies, application security can be effectively enhanced even in the face of sophisticated reverse engineering and hacking techniques.
Written by @Qwanwin
👍3❤2