AetherHook.zip
132.3 KB
AetherHook v1.2.0
New ?
- Now support 32bit.
fix:
- Declaration and Scope Improvements (#1).
- Variable Declaration Fixes (#2).
- Function Implementation Improvements "remove_hook" (#3).
- Engine hook system update (#4).
VideoTutorial :
Watch me...
@codex4444
New ?
- Now support 32bit.
fix:
- Declaration and Scope Improvements (#1).
- Variable Declaration Fixes (#2).
- Function Implementation Improvements "remove_hook" (#3).
- Engine hook system update (#4).
VideoTutorial :
Watch me...
@codex4444
🔥7❤3😁1
README.txt
2.7 KB
advanced_storage serves as a frame-based object storage system for ImGui, allowing objects to be created once, reused in every frame, and automatically deleted when no longer needed. This system ties the object's lifecycle to the ImGui window context using a unique hash, allowing widget state, data caches, or heavy objects to be safely managed without static globals or manual management.
Create by @Qwanwin
@codex4444
Create by @Qwanwin
@codex4444
👍7❤1
Opatch.zip
32.6 MB
OPatch Optimization !
Completed
[x] Clarified user requirements
[x] Re-downloaded the OPatch.zip file
[x] Extracted the OPatch.zip archive
[x] Analyzed the OPatch project structure and core implementation
[x] Reviewed the existing GitHub Actions configuration
[x] Analyzed core modules and compatibility logic
[x] Identified differences compared to JingMatrix / LSPosed
[x] Researched Android 15 compatibility solutions used in JingMatrix / LSPatch
[x] Implemented Android 15 compatibility adaptations
(based on the LSPosed core and LSPatch references)
[x] Updated the core to the latest JingMatrix / LSPosed version
[x] Resolved Gradle build issues
(Compose / KSP / Kotlin version conflicts, SDK path issues, etc.)
[x] Delivered the final optimized result to the user
[x] Update Api service on exposed
@Qwanwin
Completed
[x] Clarified user requirements
[x] Re-downloaded the OPatch.zip file
[x] Extracted the OPatch.zip archive
[x] Analyzed the OPatch project structure and core implementation
[x] Reviewed the existing GitHub Actions configuration
[x] Analyzed core modules and compatibility logic
[x] Identified differences compared to JingMatrix / LSPosed
[x] Researched Android 15 compatibility solutions used in JingMatrix / LSPatch
[x] Implemented Android 15 compatibility adaptations
(based on the LSPosed core and LSPatch references)
[x] Updated the core to the latest JingMatrix / LSPosed version
[x] Resolved Gradle build issues
(Compose / KSP / Kotlin version conflicts, SDK path issues, etc.)
[x] Delivered the final optimized result to the user
[x] Update Api service on exposed
@Qwanwin
❤10👏9🔥1
📢 OFFICIAL ANNOUNCEMENT
Hello everyone,
I would like to inform you that the source code of the AetherHook project has been lost and is currently unrecoverable.
Therefore, I officially state:
- There will be no further updates for AetherHook.
- The AetherHook project is officially discontinued.
- I am no longer providing maintenance or support for this project.
If anyone redistributes, modifies, or claims any version as the latest official release, please note that it is not from me.
In the future, I may rebuild a similar project with a better architecture and improvements. If that happens, it will be announced officially.
Thank you for all your support and trust.
@Qwanwin
Hello everyone,
I would like to inform you that the source code of the AetherHook project has been lost and is currently unrecoverable.
Therefore, I officially state:
- There will be no further updates for AetherHook.
- The AetherHook project is officially discontinued.
- I am no longer providing maintenance or support for this project.
If anyone redistributes, modifies, or claims any version as the latest official release, please note that it is not from me.
In the future, I may rebuild a similar project with a better architecture and improvements. If that happens, it will be announced officially.
Thank you for all your support and trust.
@Qwanwin
❤7👍3🥰1
CFS Untils.py
13.2 KB
IDA plugin for generating and resolving function signatures based on opcode patterns. Useful for automatically identifying functions across different binaries, similar to FLIRT but more flexible.
Compatible with IDA 7.4+ / 8.x
Supports all architectures handled by IDA.
Inspiration
https://docs.hex-rays.com/user-guide/signatures/flirt
By @Qwanwin
@codex4444
Compatible with IDA 7.4+ / 8.x
Supports all architectures handled by IDA.
Inspiration
https://docs.hex-rays.com/user-guide/signatures/flirt
By @Qwanwin
@codex4444
❤8
CFS Utils Update Notes (v1.0 - v2.0)
Major Improvements:
• Added fuzzy function matching (SequenceMatcher)
- Can identify similar functions across different compilers/optimizations
- No longer relies only on exact signature match
• Multi-stage resolution engine
- Exact match to Extended signature to Fuzzy fallback
- Eliminates most unresolved cases
• Improved signature quality
- Entropy-based filtering
- Signature scoring system
- Longer and more stable signatures
- Optional masking system
• Smarter masking engine
- Immediate masking threshold (configurable)
- Better handling of relocations and offsets
• Structural hashing (FlowChart-based)
- More reliable than raw XOR graph hash
- Used as pre-filter for fast similarity search
• Performance optimization
- Opcode stream caching (NGRAM_CACHE)
- Length filtering
- Structural pre-filter
- Early-exit similarity detection
• Collision handling upgrade
- Automatic signature extension (up to 384 bytes)
- Reduces multi-match ambiguity
• Enhanced export format
- Added metadata:
- Timestamp
- Architecture
- Bitness
- Endianness
- Added fields:
- Signature score
- Instruction count
- Byte length
• Improved UI/UX
- Progress bar + cancel support during import
- Fuzzy match confirmation dialog
- Better logging output
• Dry-run mode
- Simulate import without applying renaming
- Useful for testing signature quality
• Safety improvements
- Will not overwrite manually named functions
- User confirmation for fuzzy matches
• Configurable engine behavior
- Masking toggle
- Immediate masking threshold
- Similarity threshold
- Signature size limits
Major Improvements:
• Added fuzzy function matching (SequenceMatcher)
- Can identify similar functions across different compilers/optimizations
- No longer relies only on exact signature match
• Multi-stage resolution engine
- Exact match to Extended signature to Fuzzy fallback
- Eliminates most unresolved cases
• Improved signature quality
- Entropy-based filtering
- Signature scoring system
- Longer and more stable signatures
- Optional masking system
• Smarter masking engine
- Immediate masking threshold (configurable)
- Better handling of relocations and offsets
• Structural hashing (FlowChart-based)
- More reliable than raw XOR graph hash
- Used as pre-filter for fast similarity search
• Performance optimization
- Opcode stream caching (NGRAM_CACHE)
- Length filtering
- Structural pre-filter
- Early-exit similarity detection
• Collision handling upgrade
- Automatic signature extension (up to 384 bytes)
- Reduces multi-match ambiguity
• Enhanced export format
- Added metadata:
- Timestamp
- Architecture
- Bitness
- Endianness
- Added fields:
- Signature score
- Instruction count
- Byte length
• Improved UI/UX
- Progress bar + cancel support during import
- Fuzzy match confirmation dialog
- Better logging output
• Dry-run mode
- Simulate import without applying renaming
- Useful for testing signature quality
• Safety improvements
- Will not overwrite manually named functions
- User confirmation for fuzzy matches
• Configurable engine behavior
- Masking toggle
- Immediate masking threshold
- Similarity threshold
- Signature size limits
❤3👏1
CFS Untils.py
13.5 KB
CFS Untils v2.0 Released !
For information on changes, please see the documentation.
Changelogs : Click me
@Qwanwin
@codex4444
For information on changes, please see the documentation.
Changelogs : Click me
@Qwanwin
@codex4444
❤4