PineHookGenerator.apk
2.6 MB
π PineGenerator is now ready to use!
This application allows you to easily hook methods in other applications. With an intuitive interface, you can configure method replacements, pre-call and post-call hooks, as well as modify parameters and return values.
Check for ui β
https://t.me/codex4444/243
### Description:
- Simple and user-friendly interface.
- Supports
- Dynamically generates Java code based on user input.
Feel free to try it out and provide your feedback! π
Made by @Qwanwin
This application allows you to easily hook methods in other applications. With an intuitive interface, you can configure method replacements, pre-call and post-call hooks, as well as modify parameters and return values.
Check for ui β
https://t.me/codex4444/243
### Description:
- Simple and user-friendly interface.
- Supports
Before Call, After Call, and Method Replacement.- Dynamically generates Java code based on user input.
Feel free to try it out and provide your feedback! π
Made by @Qwanwin
β€14π₯4π€―2
π’ Androline v0.3.0 Released! π
Excited to share the latest Androline, a native Android library for powerful memory manipulation, scanning, and library patching! Version 0.3.0 is packed with new features and fixes to level up your Android dev game.β¨
Whatβs New:
π String obfuscation for top-notch security
π§΅ Thread-safe operations with std::mutex
β‘ Memory region caching for blazing-fast scanning
π Original bytes storage for reversible patching
π Robust library loading with robustDlopen & findLibraryPath
π Unique logging tags for easy debugging
π± Full support for arm64-v8a, armeabi-v7a, x86
π Fixed:
β getpagesize & std::map errors
β fixed bug
β findLibraryPath issues in SymbolResolver
π» Try It:
Share with your modding buddies! π
π Source & Download: [ Click Link]
π§Example Use : [ Click Link]
π Docs: [README.md]
π¬ Got ideas or issues? Join us on GitHub!
Excited to share the latest Androline, a native Android library for powerful memory manipulation, scanning, and library patching! Version 0.3.0 is packed with new features and fixes to level up your Android dev game.β¨
Whatβs New:
π String obfuscation for top-notch security
π§΅ Thread-safe operations with std::mutex
β‘ Memory region caching for blazing-fast scanning
π Original bytes storage for reversible patching
π Robust library loading with robustDlopen & findLibraryPath
π Unique logging tags for easy debugging
π± Full support for arm64-v8a, armeabi-v7a, x86
π Fixed:
β getpagesize & std::map errors
β fixed bug
β findLibraryPath issues in SymbolResolver
π» Try It:
#include "AndroHook.hpp"
const char* libName = OBFUSCATE("libtarget.so");
std::string path = Androline::Memory::findLibraryPath(libName);
ANDROHOOK("0x1234", "9090");
Share with your modding buddies! π
π Source & Download: [ Click Link]
π§Example Use : [ Click Link]
π Docs: [README.md]
π¬ Got ideas or issues? Join us on GitHub!
π₯13π€―1
Media is too big
VIEW IN TELEGRAM
How to Add Hook app π
NB "This is just an example, don't use it as a benchmark for your application. Each application has a different way of using it."
NB "This is just an example, don't use it as a benchmark for your application. Each application has a different way of using it."
π₯7π3
π₯ New Release: PLTHook - Your Android Hooking Companion!
Hey devs! π Just dropped a super handy library for hooking functions on Android: PLTHook!
It's perfect for dynamically replacing function implementations within shared libraries. Think of it like magic, but code. β¨
Key Features:
* Supports arm32 & arm64
* Easy-to-use API
* Restore original functions seamlessly
* Safe GOT modifications with
Ready to level up your Android skills? π
β‘οΈ GitHub: [https://github.com/Qwanwin/PLTHook]
#AndroidDev #PLTHook #Hooking
Hey devs! π Just dropped a super handy library for hooking functions on Android: PLTHook!
It's perfect for dynamically replacing function implementations within shared libraries. Think of it like magic, but code. β¨
Key Features:
* Supports arm32 & arm64
* Easy-to-use API
* Restore original functions seamlessly
* Safe GOT modifications with
mprotectReady to level up your Android skills? π
β‘οΈ GitHub: [https://github.com/Qwanwin/PLTHook]
#AndroidDev #PLTHook #Hooking
1β€6π4π₯1π€―1π1
π AndrolineHook v0.4.0 Released!
π¦ Overall Update
β‘ Efficiency
Pattern scanning now uses Boyer-Moore algorithm β much faster performance!
Optimized for applications with large library address spaces.
π§ New Features
Added ptrace fallback (works even under strict SELinux).
Added manualElfOpen to handle dlopen failures manually.
π Compatibility
Fully supports 32-bit & 64-bit (ARM/ARM64).
Compatible across many Android versions & devices.
π Security
Stricter input validation.
Improved logging for easier debugging & better stability.
π― Flexibility
Supports library filtering during pattern scanning.
Full manual ELF loading for advanced dev control.
π Download:
π https://github.com/Qwanwin/AndrolineHook/releases/tag/v0.4.0
π¦ Overall Update
β‘ Efficiency
Pattern scanning now uses Boyer-Moore algorithm β much faster performance!
Optimized for applications with large library address spaces.
π§ New Features
Added ptrace fallback (works even under strict SELinux).
Added manualElfOpen to handle dlopen failures manually.
π Compatibility
Fully supports 32-bit & 64-bit (ARM/ARM64).
Compatible across many Android versions & devices.
π Security
Stricter input validation.
Improved logging for easier debugging & better stability.
π― Flexibility
Supports library filtering during pattern scanning.
Full manual ELF loading for advanced dev control.
π Download:
π https://github.com/Qwanwin/AndrolineHook/releases/tag/v0.4.0
GitHub
Release v0.4.0 Β· Qwanwin/AndrolineHook
π¦ Overall Update
β‘ Efficiency
Pattern scanning now utilizes the Boyer-Moore algorithm for significantly faster performance.
Optimized for applications with large library address spaces.
π§ New Fea...
β‘ Efficiency
Pattern scanning now utilizes the Boyer-Moore algorithm for significantly faster performance.
Optimized for applications with large library address spaces.
π§ New Fea...
1π₯8β€4
Forwarded from Fly Dragon Fly
Reverse Engineering IDA For Beginners.7z
265.7 MB
Please open Telegram to view this post
VIEW IN TELEGRAM
Reverse Engineering Frida for Beginners.7z
413.1 MB
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯7β€3π2
obfuscate.hpp
4.4 KB
π‘οΈ Native String Obfuscator
Ready to Use! π₯
you can obfuscate all const char* strings in C++ (NDK) safely and easily π₯
No more leaking your strings through strings lib.so or static analysis tools! βΌοΈ
β Compile-time XOR
β Auto-decrypts at runtime
β No performance impact
β Safe offset patching, and more
β Simple macro
OBFUSCATE("String") β store encrypted string
DEOBF("String") β use as const char*
DEOBFSTR("string") β use as std::string
Semple
Header-only, just
#include "obfuscate.hpp" and you're done!
Author: @Qwanwin
Ready to Use! π₯
you can obfuscate all const char* strings in C++ (NDK) safely and easily π₯
No more leaking your strings through strings lib.so or static analysis tools! βΌοΈ
β Compile-time XOR
β Auto-decrypts at runtime
β No performance impact
β Safe offset patching, and more
β Simple macro
OBFUSCATE("String") β store encrypted string
DEOBF("String") β use as const char*
DEOBFSTR("string") β use as std::string
Semple
void log(const char* str) {
printf("[Log] %s\n", str);
}
log(DEOBF("Status OK"));Header-only, just
#include "obfuscate.hpp" and you're done!
Author: @Qwanwin
π₯6π3β€2π1
Server Side.zip
3.9 KB
Server Side method in android application
Key Attestation
Google-signed certificate verifies device authenticity, bootloader status, patch level, and (optional) StrongBox support.
Play Integrity API
Retrieves an integrity token from Google Play Services.
Server verifies the token via Google API to check Basic, Device, and Strong Integrity.
If you know the "Wibuku" application, this is a similar method to theirs. To protect against illegal premium access.
Thank you for your help regarding server side application analysis.
Big thanks @NullRE
If you are human, don't erase other people's hard work.
Author: @Qwanwin
Key Attestation
Google-signed certificate verifies device authenticity, bootloader status, patch level, and (optional) StrongBox support.
Play Integrity API
Retrieves an integrity token from Google Play Services.
Server verifies the token via Google API to check Basic, Device, and Strong Integrity.
If you know the "Wibuku" application, this is a similar method to theirs. To protect against illegal premium access.
Thank you for your help regarding server side application analysis.
Big thanks @NullRE
If you are human, don't erase other people's hard work.
Author: @Qwanwin
1π₯13β€6π±4π3
Arm Pro Source Code.zip
1.2 GB
Full source and tutorial set-up !
Enjoy π
Enjoy π
1β€9π±4π3π₯2π₯°1
IDA-Plugin.py
16.4 KB
Tools plugin ida
Speeds up the process of labeling functions during reverse without having to rename them manually one by one for each binary version.
For usage instructions, refer to the readme.txt file.
For non-Indonesian language, please use a translator.βΊοΈ
Author: @Qwanwin
https://t.me/codex4444
Speeds up the process of labeling functions during reverse without having to rename them manually one by one for each binary version.
For usage instructions, refer to the readme.txt file.
For non-Indonesian language, please use a translator.βΊοΈ
Author: @Qwanwin
https://t.me/codex4444
readme.txt
2.7 KB
readme.txt
β€9π2