-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make the in-wifi cache service take effect #1
Comments
With some hard work in reverse, I've managed to register the device on linux. The idea is roughly as follows:
|
After giving it some thought, I've decided to publicly release the related signature algorithms. As you mentioned, they were reverse-engineered to implement Methods 1, 2, and 3. I've successfully implemented Method 1 and 2, meaning you can call them natively or through emulation (suitable for any architecture and environment). You can find the repository at the following address: In the future, the focus may shift towards converting the algorithms to LLVM-IR through emulation to obtain the complete algorithms. While I don't currently have the bandwidth to undertake this, thanks to the plethora of LLVM IR plugins available in Rust, it should be fairly straightforward to accomplish in the future. |
That's awesome! I've been very busy the last few years, so I haven't had a chance to take a look at this issue before now. Thanks for continuing the work! |
When I use the cache service now, only the USB connection to share the wifi can take effect, and other devices under the same network cannot take effect.
The frida interception always makes errors and fails to register the local device. Is it stable when you use it?
I can help with some reverse engineering.
The text was updated successfully, but these errors were encountered: