puff
puff
Android Auto
Adds basic Android Auto and Android Automotive support. ## Features: * Browse & play albums, playlists, and albums in each genre. * Artists start an instant mix when playing them....
The stind (and stobj) opcode handlers all use the same method, however the method has no parameters, therefore having no way of differentiating them through pattern matching, unless we match...
Currently, this project does not support devirtualizing data virtualization. This isn't high priority though, as you can still see the plain data when analyzing statically. Data virtualization replaces the fields...
Currently, this project does not support decrypting branches encrypted with homomorphic encryption. Here's a basic representation of how HM works in eaz: ```cs // pretend this is virtualized code var...
The resolver is slow, fails to handle some types, and is hard to read and navigate. It has problems with nested types and types/methods using generics in particular. It would...
Since we need to decrypt the entire VM resource, it might be more efficient to decrypt it fully once instead of decrypting it via a stream like the current implementation...
As with #4, this is because field order changes across samples, likely due to different Eazfuscator.NET versions being used. This is an issue because reading the fields increments the position...
Currently, everything is built into a standalone executable. It would be nice to be able to use the project as a library to allow a more extensible pipeline. Tasks to...
### Documented behaviour Loading artwork through an Android ContentProvider with the [android_content_provider](https://github.com/nt4f04uNd/android_content_provider) package. ### Actual behaviour Sometimes playing a new media item with an `artUri` using `android_content_provider` can freeze the...
More efficient & accurate member resolver. Adds a new toggle-able option to require dependencies when resolving methods utilizing generics for more accuracy: `--require-deps-for-generics` TODO: - [x] Types - [x] Methods...