puff
puff
I see what you mean. It could be useful when updating the tool to different versions of Eazfuscator. Thank you for the share, however, this project will remain targeted at...
Hi, I just wanted to note that we were able to work around the issue by implementing our content provider in Kotlin/Java instead of Flutter. However, I want to leave...
This project is targeted at version 2022.2 of eazfuscator, any other version will need an update. You can take a look at the different branches ([old-2021](https://github.com/puff/EazyDevirt/tree/old-2021) and [old-2022.2](https://github.com/puff/EazyDevirt/tree/old-2022.2)) to find...
Based on the `VMCipherStream` errors, it looks like the version of Eazfuscator you're trying to devirtualize isn't supported by EazyDevirt. I believe the `VMCipherStream` was changed on version 2023+ of...
I was asked about the status of this PR privately, so I've decided to post an update here. It's mostly complete on my local branch, but I am waiting on...
Finished revamping core functionality of the resolver, now waiting for https://github.com/Washi1337/AsmResolver/commit/61f91154d626bbd1db6cbeadcde0a74bd41ac1e9 to be included in nuget release.
Some information to make a bruteforcer more efficient: Since the length is the first thing decrypted, we could easily get a set of possible solutions by checking the decrypted length...